Our Latest Blog

Dive into my thoughts on coding, tech trends, and developer life. Explore my latest posts below.

IoC Container Basics

Complete guide to Spring IoC container basics including XML configuration, dependency injection, bean scopes, lazy loading, and autowiring strategies.

Framework Spring IOC
May 22, 2020
Read More

Java Memory Model (JMM)

Deep dive into Java Memory Model covering CPU cache coherence, MESI protocol, memory barriers, happens-before relationships, and volatile semantics.

JVM JMM Memory
May 13, 2020
Read More

MySQL Transaction Test Cases

Comprehensive test cases for MySQL transaction isolation levels covering dirty reads, non-repeatable reads, and phantom reads with practical SQL examples.

MySQL Database
May 3, 2020
Read More

Spring IoC Annotation Usage

Master Spring IoC annotation-based configuration including @Component, @Autowired, @Qualifier, and component scanning for enterprise applications.

Framework Spring IOC
April 3, 2020
Read More