6d ago · 8 min read · Every 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
Join discussion
Jan 11 · 7 min read · As developers, we spend most of our time in the “Top Layer” of the frontend, relying on built-in methods like map, filter, and forEach. Usually, these abstractions are perfect. They let us write clean, readable code without worrying about what’s happ...
Join discussionDec 28, 2025 · 6 min read · JavaScript's prototype system is one of its most powerful yet misunderstood features. Unlike classical object-oriented languages that use classes as blueprints, JavaScript uses prototypes to implement inheritance and share functionality between objec...
Join discussionDec 4, 2025 · 2 min read · Today’s session at Cudose Creative Agency was a deep dive into Objects — how they’re made, how they inherit, and how constructors and prototypes shape behavior. Objects are everywhere in JS, and understanding them properly changes how you design apps...
Join discussion
Sep 10, 2025 · 1 min read · First part will be published on September the 17th Part IBackground & Theoretical FrameworkInnovation Pathways in Contemporary MarketsLean Startup Logic: Iterative Learning and Market FitFailure Taxonomies and Organizational Learning (Edmondson)QMS I...
Join discussion
Aug 30, 2025 · 4 min read · Introduction Prototypes and events are two of the most misunderstood parts of JavaScript. They sound abstract, but if we use real-world stories and analogies (family traits, blueprints, and parties 🎉), they become crystal clear. In this post we’ll c...
Join discussionJun 22, 2025 · 6 min read · What Is a Prototype? In JavaScript, every object has a prototype. A prototype is another object from which the original object inherits properties and methods. This is how JavaScript implements inheritance. Think of it like this: You have a student o...
Join discussion