NKNandini Karnakotainspringbootbynandini.hashnode.dev·Apr 30 · 9 min readUnderstanding Spring Bean Scopes: Singleton, Prototype, Request & SessionA comprehensive guide to Spring IoC bean Scopes with real-world examples, code walkthroughs, and gotchas you must know. 1. What Are Bean Scopes In Spring, the scope of a bean defines its lifecycle - h10
NKNandini Karnakotainspringbootbynandini.hashnode.dev·Apr 29 · 12 min readSpring Boot Deep Dive: Beans, Lifecycle & Dependency InjectionA comprehensive guide to understanding how Spring manages objects, when they come alive, and how they talk to each other. 1. What is a Bean? In simple terms, a Bean is just a Java object managed by th10
NKNandini Karnakotainspringbootbynandini.hashnode.dev·Apr 28 · 3 min readSpring Boot Annotations Explained Simply: From Basics to REST APIsWhen I first started learning Spring Boot, annotations felt like magic. Instead of writing long XML configurations, everything was simplified into clean, readable code. But behind that simplicity lies10
NKNandini Karnakotainspringbootbynandini.hashnode.dev·Apr 28 · 4 min readStruggling with Maven? Here's a Simple Guide to Maven & Its LifecycleWhile learning Spring Boot, I came across an essential tool mentioned everywhere - Maven. Initially, it felt like just another configuration file (pom.xml). But as I explored more, I realized Maven is10
NKNandini Karnakotainspringbootbynandini.hashnode.dev·Apr 18 · 4 min readSpring Boot Tutorial for Beginners | Introduction, Project Setup & Layered ArchitectureIf you're starting your backend journey with Java, Spring Boot is one of the most important technologies you must learn. This blog is based on structured learning content and focuses only on: Spring 10