Elevate Java Code Quality: Replace If-Else with Maps and StreamsIn traditional Java programming, conditional logic is often handled using if-else statements. However, as codebases grow, these statements…Jul 31Jul 31
Git: Enforcing Commit Message Conventions — Best PracticesMaintaining a consistent commit message format is crucial in collaborative software development projects. It ensures clarity, traceability…Jun 28Jun 28
Published inDev GeniusSupercharge Containers: Java Modules Slash Size and Boost Startup SpeedEfficiency is the cornerstone of modern software development. In a world where every millisecond counts, optimizing your containers is no…Oct 2, 20231Oct 2, 20231
Published inQuick CodeHow to accelerate PostgreSQL CSV ImportsAre you tired of manually importing CSV files into your PostgreSQL database? With the help of a simple yet powerful shell script, you can…Apr 19, 2023Apr 19, 2023
Published inQuick CodeHow to run PostgreSQL and pgAdmin using Docker?As a developer, I get to work on various projects, and therefore accumulate different tools. I now face a problem: I have many versions of…Jan 3, 2021Jan 3, 2021
Published inDev GeniusDocker: why I had to use it?Docker has been popular in the technology space. It has exploded in usage. Newer applications without containerization feel like it is…Jun 16, 2020Jun 16, 2020
Published inQuick CodeUseful git aliasIt’s well known That developers want to optimize and simplify repetitive tasks. We like to make shortcuts, type fewer characters to run…Jun 7, 2020Jun 7, 2020
Published inQuick CodeSpring Boot: how to secure REST API with HTTPSSecurity is an integral part of any project and also for REST APIs. HTTPS has become a norm as a part of securing applications.Jun 3, 2020Jun 3, 2020
Published inQuick CodeJava 8 functional programming, how I do?Since Java 8 is released, we can have another view on the legacy Plain Ordinary Java Objects (or short “POJO”) and work with them in a…May 27, 2020May 27, 2020
Published inQuick CodeSpring Boot Frequently Asked QuestionsSince his creation, Spring Boot has caused a sensation in the industry. Today, more and more companies are choosing to adopt Spring Boot…May 21, 2020May 21, 2020