sanjaydev.techJava Memory Management - Complete explanationThis blog will be a very long one, so grab your popcorn!! This blog might seem like a notes, actually Yes it’s my personal notes. I might change it to explaining in-depth later. We will be discussing about 4 things: Heap and Stack in Java Garbage C...May 15, 2025·6 min read
sanjaydev.techA Dive into OOP Concepts 😺 with ExamplesYou might have already using OOP concepts without knowing it! So here I am, to share my learnings on this topic OOP. Exactly an year ago, I published a blog “A Look into SOLID principles with Examples”. It reached many people, so I am going to follow...May 13, 2025·6 min read
sanjaydev.techStep by Step Guide to Setup AndroidX Compose Navigation: Part 2We’ll discuss how to setup Compose Navigation by using Google’s navigation library. Kindly check the part 1 of this series: https://sanjaydev.tech/blog/step-by-step-guide-to-setup-androidx-compose-navigation-part-1-6d4c724db0bb This will be the part ...Apr 14, 2024·2 min read
sanjaydev.techStep by Step Guide to Setup AndroidX Compose Navigation: Part 1We’ll discuss how to setup Compose Navigation by using Google’s navigation library. We will be exploring only the AndroidX compose library, but there are many other open source libraries, I will link it here once I publish the article about that. Qui...Apr 13, 2024·3 min read
sanjaydev.techA Look into SOLID Principles 😶🌫️ with ExamplesI have been learning the SOLID principles and the benefit it brings, so in this article I will give you a glimpse of SOLID principles. Most of the examples are given in Java, but the syntax will be similar to other OOP languages. My Recent blog: OOP ...Jan 26, 2024·8 min read