HomeBlogLearningsFailuresResume
HomeBlogLearningsFailuresResume

Slashing Next.js build time more than half without turbopack

2022-12-04

Improving preview builds using webpack loader to replace the unnecessary pages with a dummy UI.

Is open source going to change my life?

2021-05-17

Why I started open source contribution? Read my journey to open source and GSoC.

Notes on Axel Rauschmayer's JavaScript for Impatient Programmers

2021-02-08

Notes on Axel Rauschmayer's JavaScript for Impatient Programmers. Suitable for interview preparation and quick revision of concepts.

Partitioning in distibuted systems.

2020-11-26

What is partitioning in distributed systems and its types?

Deep dive into Lamport clock and Lamport Vector clock.

2020-11-13

We will learn why the lamport clocks were invented and why do we need lamport vector clocks.

What is the concept of causality in distributed systems?

2020-11-02

Learn about the different ordering and the concept of causality in distributed systems.

My Understanding of Primitive Types and Special Values

2020-10-27

Read my understanding of Javascript Primitive Types and Special values, have a chat with me if you want to add something.