Day 21 of my GFG POTD streak
Solved today's POTD
1113/1113 test cases passed.
Three weeks. Zero excuses. Just consistency.
#GFGPOTD#Java#DSA#100DaysOfCode
Day 17
Another day, another problem solved. Staying consistent, learning daily, and getting better with every challenge.
#POTD#GeeksforGeeks#DSA#Java#Coding
Day 25 - Spring Boot
Learned the basics of Docker and how to Dockerize a Spring Boot application 🐳
Now my application can run consistently across different environments with a single container.
#SpringBoot#Java#BackendDevelopment
Day 24 - Spring Boot
Learned how to improve application performance using @Cacheable
Caching frequently accessed data helps reduce database calls and makes APIs faster and more efficient
#SpringBoot#Java#BackendDevelopment
Day 20/30
Learned about Database Replication in System Design today. Explored Master-Slave and Master-Master replication, and how replication improves scalability, availability, and fault tolerance in distributed systems.
#SummerSkillUp#SystemDesign#DatabaseReplication