GBGunjan Basakinjavascriptobjects.hashnode.devUnderstanding Objects in JavaScriptJavaScript programming is built on the concept of objects. Whether you are working with arrays or methods (for example, your JavaScript function), all of the items that you will use when programming i3h ago·4 min read
AJAyush Jaininayushjjainn.hashnode.devNobody Told Me OOP Was Just About Keeping Things Together. That One Sentence Would Have Saved Me Weeks.The first time someone mentioned OOP in a tutorial I was watching, I paused the video and googled it. The results were full of words like "paradigm," "abstraction," "polymorphism," "inheritance." I cl19h ago·10 min read
SSSulabh Sumaninoops-ss.hashnode.devUnderstanding Object-Oriented Programming in JavaScript 🚗 What is Object-Oriented Programming (OOP)? OOP is a way of writing code using blueprints (classes) to create real objects. Instead of writing repeated code again and again, we create a structure on1d ago·3 min read
ASAbdul Samadinabdulsamad30.hashnode.devThe Magic of this, call(), apply(), and bind() in JavaScriptIf you've ever been confused about this in JavaScript or wondered what call(), apply(), and bind() actually do, you're not alone. These concepts trip up beginners and even experienced developers somet2d ago·7 min read
SJSubhahu Jaininlldcoding.comDesign (LLD) Rate Limiter - C++📌 1. Functional Requirements A Rate Limiter system should: Limit requests per client/user Support multiple rate limiting algorithms Allow dynamic algorithm switching Support different limits per 3d ago·13 min read
NMNikhil Maliinnm-javascript.hashnode.devUnderstanding Object-Oriented Programming in JavaScriptWhen I first started learning JavaScript, I used to think everything was just variables and functions. But as projects became bigger, I realized something important: Writing random functions everywhe3d ago·5 min read
SJSubhahu Jaininlldcoding.comDesign (LLD) Vending Machine - C++1️⃣ Functional Requirements A vending machine should support: Add products Add inventory (quantity) Insert money (multiple denominations) Select product Dispense product Return change Cancel tr5d ago·7 min read
DCDipesh Chaudharyinblogs.dipeshchaudhary.name.npUnderstanding Object Type of JavaScriptJavaScript has 8 data types . 7 are primitive and 1 is complex object type. This is summary of T- class of cohort on 26 feb, 2026 // Objects //terminal mkdir t-5 code . // current directory me vscod5d ago·6 min read
BTBooster TechLabinboostertechlab.hashnode.devKISS Principle in JavaKeep It Simple, Stupid — Design That Actually Works Introduction As Java developers, we often fall into a common trap:more code = more intelligence. In reality, the best software systems are usually: 6d ago·4 min read
ASAbdul Samadinabdulsamad30.hashnode.devUnderstanding Object Oriented Programming in JavaScriptIf you've been learning JavaScript and heard terms like "classes" and "objects" around, you might be wondering what all the buzz is about. Object-Oriented Programming (OOP) is one of those concepts th6d ago·8 min read