Knowledge about SASS

To write CSS professionally, we have to learn one of the CSS preprocessor like SASS, SCSS, LESS, … Because when using one of them, we do not repeat code, easily maintain CSS code, … [Read More]
Tags: Front-End SASS

Logout in Spring Boot

In web development, we usually cope with some problems about logging out a website. After logging out, we have to set the invalidation state of session, and delete our cookies … [Read More]
Tags: Spring

Seasar framework

Seasar is the most popular open source framework in Japan. It is created simply because the authors see that dependency injection is really bad thing and they want to free us from such annoyance of DI. [Read More]
Tags: Seasar

Use position property in CSS

When we want to change the position of element in css, we have to use position property. It make us easy to set a new position of element to follow many conditions such as parent element, browser window, … [Read More]
Tags: Front-End CSS

Uploading files with AWS S3 in Spring Boot

Nowadays, knowledge about cloud is essential for us, mainly because, to business, optimize all the operation cost affect to the business’s living. So, use cloud help them to focus on business logic of software, but do not take care of the storage’s problem, and expand their server when the amount... [Read More]
Tags: Spring AWS