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 moreBuilding runtime aware JavaScript packages
Building javascript packages for respective runtimes, for better compatability and cross-platform usage.
Read moreImportmaps in NodeJS with custom loaders
A simple experiment with NodeJS and custom loader to use importmaps and modules from CDN
Read moreReducing 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 moreMy 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 moreModule cdn's and workflows
Exploring some es-module based CDN's
Read moreWeb 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 moreWhy contribute to opensource?
A lot of effort goes into building and maintaining packages. Here is how we can be a part of one.
Read moreCreating custom Babel plugins
A talk on creating babel plugins and understanding AST. (Abstract Syntax Trees)
Read moreScaffolding a project using lerna and lerna-changelog
Lerna is a utility tool for managing monorepos, for creating, publishing and for maintaing changelog.
Read more