Web Development

← Back to All Tags

I love building websites. Two of my favorite (and most successful) side projects were websites that I built, scaled, and sold from scratch. I've done web development at several tech companies and am now a full stack web engineer at Facebook.

My Web Development blog posts cover a wide range of topics, from performance to security to building web games. My most popular ones include:

JavaScript is fun: Event Loop

Javascript

This blog focuses on one of the very important but seldom understood concepts or terms in Javascript. The EVENT LOOP!

Read

React [w]orkshop: React Component Lifecycle with Examples

React

Understand different phases of React lifecycle and component methods with examples explained.

Read

CSS playground: Draw Different Shapes with CSS

CSS

A good practice for CSS beginner to play around. You can find the editable code via the links to my CodePen.

Read

JavaScript is fun: Object Prototypes, Prototype Chain and Inheritance

Javascript

A beginner-friendly introduction on Javascript prototype, prototype-chain & inheritance.

Read