SDsanhita dawninscaledojo.hashnode.dev·1d ago · 7 min readHLD vs LLD: A Practical Breakdown for Interview PrepI once watched someone absolutely nail a "design Twitter” question-sharding strategy, fan-out on write vs read, the works-and then completely stall five minutes later when asked to sketch the actual c11E
SJShashank Joshiinwhypython.hashnode.dev·Jun 9 · 8 min readI Struggled with OOP in Java. Python Made It Click.Let me be honest with you. When I first encountered Object Oriented Programming in my 4th semester, it was taught in Java. I struggled through the whole course. Never understood the why, never underst00
ABAman Beherainbeingamanforever.hashnode.dev·Jun 4 · 6 min readGSoC 2026 / Week 1: The skeleton and the selectorHi again. Week 1 of my GSoC with GNU Octave is done. This week was deliberately small in surface area and large in decisions, the kind of week where 280 lines of code take five hours of staring at exi10
NRNavdeep Rohillainjavascript-journey-by-navdeep.hashnode.dev·May 10 · 8 min readThe this keyword in JSThere’s a moment almost every JavaScript developer goes through at least once. You write a perfectly normal function, call it inside an object, and everything works exactly the way you expect. Then a 00
NRNavdeep Rohillainjavascript-journey-by-navdeep.hashnode.dev·May 10 · 6 min readThe new keyword in JSIntroduction When you first learn JavaScript, objects feel easy, right? But behind the scenes, one tiny keyword I mean new performs a powerful multi step process. In JavaScript, the new keyword is the00
HBHimanshu Balaniinblog.himanshubalani.com·May 10 · 6 min readUnderstanding Object-Oriented Programming in JavaScriptAs your JavaScript projects grow from simple scripts into full-fledged web applications, you will quickly realize that keeping track of dozens of unrelated variables and functions becomes a nightmare.00
MGMrinal Gintech-log.hashnode.dev·May 10 · 3 min readUnderstanding Object-Oriented Programming in JavaScriptObject-Oriented Programming is a way of writing code by organizing it into objects. Instead of just functions and variables, we group related data and behavior together. OOP = data + functions combine00
SSSanghita Sealinsanghitadev.hashnode.dev·May 9 · 8 min readThe new Keyword in JavaScript: What Actually Happens Behind the ScenesEvery JavaScript developer eventually reaches a point where objects start appearing everywhere in their codebase. At first, it feels simple. You create objects manually, store values inside them, and 00
DJDebashish Jenaincodingthroughchaos.hashnode.dev·May 7 · 4 min readHow I Built Simple Library and Banking Systems Using OOP in Python.After learning the core ideas and fundamentals of Object-Oriented Programming, I decided to build working systems based on it to gain a more practical understanding. As a developer in progress, I real00
AJAshish Jhainashishjha-dev.hashnode.dev·May 6 · 5 min readThe new Keyword in JavaScript (Simple Beginner Guide)Imagine you have a blueprint for building houses. The blueprint is not the actual house. It only describes how a house should be created. Now every time you want a new house, you use that blueprint to00