NNachiketincodewithnachiket.hashnode.dev路May 9, 2025 路 8 min readStacks and QueuesIntroduction As Android developers, our ability to manipulate data efficiently often determines the performance and scalability of our applications. While modern development frameworks provide numerous abstractions, a profound understanding of fundam...00
NNachiketincodewithnachiket.hashnode.dev路Apr 15, 2025 路 6 min readLinked ListsUnderstanding Linked Lists Today we're diving into linked lists - one of those fundamental data structures that keeps showing up in interviews and real-world programming scenarios. I've been working with them lately and wanted to share my implementat...00
NNachiketinmy-learnt-tech-stacks.hashnode.dev路Mar 26, 2025 路 3 min readConnectra Update v1.1Introduction After a long time of rigorous development and user feedback, I'm excited to unveil Connectra v1.1 - a significant update that transforms our skill exchange platform. This release isn't just about adding features; it's about creating a mo...00
NNachiketinmy-learnt-tech-stacks.hashnode.dev路Feb 28, 2025 路 5 min readProject GenZcrop 2Empowering Farmers with AI-Enhanced Technology In the heart of India's agricultural landscape, a revolution is quietly taking shape. After the successful conceptualization of Project GenZcrop at the Smart India Hackathon, I'm thrilled to share the si...00
NNachiketincodewithnachiket.hashnode.dev路Jan 31, 2025 路 9 min readOOP in JavaJava is one of the most popular programming languages, and its power lies in its Object-Oriented Programming (OOP) model. OOP makes code reusable, scalable, and easier to maintain by structuring it around objects rather than functions. This blog will...00