Latest Blog Posts

Moham Pandi

I'm a software developer passionate about building efficient, scalable, and reliable systems, with expertise in Java, Spring, system design, and architecture. On this blog, I share insights, tutorials, and experiences to foster continuous learning—welcome, and I hope you discover ideas and resources to support your tech journey!

Your Picture

Latest Blog Posts

PostgreSQL Transactions - Part 1

When we think about database transactions, the focus is often on INSERT, UPDATE, or DELETE queries. But did you know that... Read Post

December 15, 2024

Stay Friends with the Console

IntelliJ makes running applications effortless, but it often abstracts the underlying commands developers should understand... Read Post

December 6, 2024

Invisible Ownership Subtasks

The best developers recognize that visible subtasks are only part of the picture. There's another category... Read Post

November 30, 2024

Correlating Bamboo Concepts with AWS ECS

When managing CI/CD pipelines with Atlassian Bamboo and deploying containerized workloads using AWS Elastic Container Service... Read Post

November 27, 2024

How Singleton Components Work with Thread Pools

Spring’s component model is built on the principle of singletons for many of its core beans, ensuring efficiency and consistency across your application... Read Post

November 23, 2024

How HashMap Handles Collisions

Collisions in a HashMap occur when multiple keys hash to the same bucket index... Read Post

November 19, 2024

Method-Level Authorization in Spring Security

In this post, we'll explore how to use Spring Security to control access both at the endpoint and method level using a sample project... Read Post

November 16, 2024