I was struggling with a codebase that came with an almost-typeless request parameter type, in Java Spring Boot. The controller header looks like...
Cover image with unsplash.com ยท Cover image trick for a simple landing page, using simple css trick. body { font-family: Arial, Helvetica,...
Remembering which is which for margin/border/padding in the css box model is tricky when you start learning css. Here is my tip worth 2 cents. From...
Checking for a falsy value in JavaScript is where bugs can creep into your code easily. I recently came up with a good way of handling falsy value...
The title describes the problem pretty much... In Spring Boot, when using Thymeleaf as template engine, the referenced variables in the template are...
Being able to run VSCode from terminal with simple command is so nice like following $ code . but sometimes it doesn't happen because PATH hasn't been...