JQuery is a library that is designed from Javascript. It helps developers to construct many functionalities that use Javascript easily. Almost websites, 99% percentage, is utilizing JQuery.
[Read More]
The mechanism of Spring security
Using Spring security is very useful for our website development. It reduces risks from attacker, protect our data with cryptography.
[Read More]
Implementation with layout in thymeleaf
Thymeleaf is an engine that used to interactive with HTML in View. It supported the functionalities that is relevant with splitting web page into common page components like the header, footer, menu, … These page components can be used by the same or different layouts. This action improves the reusability...
[Read More]
HTTP protocol
When we are working with website development, especially doing something with form such as login, …, we have to be curious about how we can push data into the web server. What is something that help us to do these?
[Read More]
Command syntax in thymeleaf engine
In the previous article, we have understood a few about utilizing layout with Thymeleaf. But it is not enough knowledege to write front-end easily.
[Read More]