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 discussionMar 6, 2025 · 4 min read · In a previous post titled "How Design Docs Bridged Cultural Gaps in Our Global Startup Team", I shared how our team leveraged detailed documentation to improve cross-cultural collaboration. Today, I want to explore a different perspective that I've d...
Join discussion
Feb 27, 2025 · 7 min read · This is a follow-up blog to my recent one on How Everything in JS is an Object.I have already discussed what classes are and how they work under the hood in JavaScript.If you haven't checked it out, feel free to do so, as it will help you understand ...
Join discussion