In this article, we will discuss about how to configure Resin server into our IDE Eclipse, and how to overcome some common errors when running project.
[Read More]
Fundamental about Spring Security
Security for website is very essential simply because we can be robbed all user information such as credit card, address, email, password, … So, Spring Security will appear to help us to reduce our attempt.
[Read More]
Chain of Responsibility pattern
In this article, we will discuss about Chain of Responsibility pattern, and when to use, advantages and disadvantages of it.
[Read More]
Understanding this keyword in Javascript
In C++, this keyword usually refer to the object ifself. It always uses in the method of class. And there are no any tricks with this keyword. But in Javascript, this keyword is affected by many things such as context of object, the usage of functions, …
[Read More]
Some common problems and avoid them in BEM/CSS
When we work with BEM methodology in CSS, we have some problems about nesting elements in blocks, changing the states of some elements … It makes our code difficult to read, the code is longer than before.
[Read More]