Blog

Sharing my thoughts, learnings, and experiences in web development.

· 3 min read

Prototypes vs. Classes: The Real Story ⛓️

A beginner-friendly guide to JavaScript's prototypal inheritance — and why the `class` keyword is really just syntactic sugar over it.

#web-dev#javascript#fundamentals
· 5 min read

Getting Started with SVGs: A Beginner's Guide

What SVGs are, why they're so powerful, and how to use them — shapes, viewBox, styling, paths, text, groups, animations, gradients, and interactivity.

#web-dev#svg