• Home
  • Map
  • Blogs
  • Travel Gallery

Navigating CSS Gradient Syntax: From confusion to unofficial syntax

This post explains how I built an unofficial syntax to parse linear-gradient with modern color interpolation methods. It details the challenges with existing specifications and the practical solutions developed.

Read more

Building runtime aware JavaScript packages

Building javascript packages for respective runtimes, for better compatability and cross-platform usage.

Read more

Importmaps in NodeJS with custom loaders

A simple experiment with NodeJS and custom loader to use importmaps and modules from CDN

Read more

Reducing build time by 50% for a Typescript Monorepo

As, the projects starts to grow, monorepo build times are taking a massive hit. Here is a succesful attempt in reducing our build time by 50%

Read more

My open-source journey and working remotely

Opensource helped me in learning many things and at the same time gave an oppurtunity to land in my first remote job.

Read more

Module cdn's and workflows

Exploring some es-module based CDN's

Read more

Web development, the past, present and the future !!

The state of web-development has changed a lot in the last few years. From using a simple html + css + js, we evolved into a collection of bundler, transpilers and some complex build steps.

Read more

Why contribute to opensource?

A lot of effort goes into building and maintaining packages. Here is how we can be a part of one.

Read more

Creating custom Babel plugins

A talk on creating babel plugins and understanding AST. (Abstract Syntax Trees)

Read more

Scaffolding a project using lerna and lerna-changelog

Lerna is a utility tool for managing monorepos, for creating, publishing and for maintaing changelog.

Read more