Published inJavarevisitedA Deep Dive into the Serializable Interface and Serialization ProcessEver wondered how implements Serializable works? It’s more than a keyword—it's a secret handshake with the JVM. Let’s decode it.Apr 28Apr 28
Published inCode Like A GirlCoffee, Code & Craving Balance.Because in between deadlines and debug logs, we’re all just trying to feel okay.Apr 22Apr 22
Published inJavarevisitedChoosing Your Type: When to Use Enum vs. Object in Java FieldsEnums or Objects? Learn how to choose the right one for your Java fields — with examples, pitfalls, and design best practices.Apr 22Apr 22
Published inJavarevisitedMemory Management of Beans in Spring Boot ApplicationsUnderstanding Spring’s Scope-Wise Memory Management: Where Do Your Beans Live?Mar 16A response icon2Mar 16A response icon2
Published inLevel Up CodingConfessions of a Senior Dev: Advice for Junior & Intermediate Devs10 Career tips from a fellow dev, shared over a virtual ☕ break.Mar 3A response icon1Mar 3A response icon1
Published inJavarevisitedThe Secret Journey of “Hello, World!” - from .class to console.How does “Hello, World!” appear? This article reveals the path from Java .class to console, exploring JVM, native methods, and the OS.Feb 18Feb 18
Published inJavarevisitedWhat happens inside JVM Memory? Scope & example walkthrough.How does the JVM manage memory during execution? Let’s explore runtime memory areas with their scope and an example walkthrough.Feb 11Feb 11