best practices

28 Mar 2023

Automate Circular Dependency Detection in your Node.js Project

medium.com
A system using Github Actions to detect circular dependencies in Node.js Projects and notify developers to ensure that t...
08 Nov 2021

Partitioning — Reduce query time by 2000x in a MySQL table with 500M+ rows

sanyamaggarwal.medium.com
There was one incident where the API which fetched the data for our homepage was very slow, leading to users restarting...
07 Oct 2021

How to upgrade to npm packages with breaking changes?

sanyamaggarwal.medium.com
A whole lot of features rolled out in ES6 and this caused a lot of npm packages to release newer versions with breaking...