Recent Posts

The importance of writing unit tests

5 minute read

In modern software development, writing code without tests is like building a house without a blueprint or safety checks. You might finish faster, but you’re...

Set spring profile in IntelliJ

less than 1 minute read

To set the spring profile in IntelliJ, just edit the configuration, usually spring-boot:run if you are using maven, or bootRun if you are using gradle, and a...