When we work with Aungular, we usually have to create some componenets, build, run project, … So, to reduce our time considering to do wasted thing, we must use Angular CLI.
[Read More]
Remember-me mechanism in Java Spring
Before discussing about Remember-Me mechanism in Spring, we should read about The mechanism of Spring Security to understand the way that Spring Security does.
[Read More]
Common problems with Git
Git is powerful tool to manage source code in our project. But sometimes, we will cope with some problems in git such as do not pull files, conflict source code, …
[Read More]
The difference between line-height property and height property in CSS
In CSS, there are so many interesting tricks for specific problems. So, to break down these problems, we have to understand deeply about concepts. When I practice coding about html, css that is relevant to navigation, I cope with a problem about centering texts between it. It use height and...
[Read More]
DAO pattern in Java
We have known that the Spring framework 4.0.3 has a seven-layered architecture that includes a core container, context, Aspect-Oriented Programming (AOP), Data Access Object (DAO), Object-relational mapping (ORM), Web, and Model-View-Controller (MVC). So, to master about Spring framework, we should study each layer architecture.
[Read More]