Automate Circular Dependency Detection in your Node.js ProjectA system to detect circular dependencies in pull requests and notify developers to ensure the codebase remains maintainable and scalable.Mar 28, 20232Mar 28, 20232
How to automatically maintain a MySQL Table’s Partitions with MySQLPartitionKeeperThere are no direct tools available for automatic maintenance of partitions. So I created a Node.js script, MySQLPartitionKeeper.Dec 7, 2021Dec 7, 2021
Partitioning — Optimising query time by 2000x in a table with 500M+ rowsAt Tookan close monitoring of response times are very important to allow our customers and delivery partners a seamless and hassle-free…Nov 8, 20211Nov 8, 20211
How to upgrade to npm packages with breaking changes?A whole lot of features rolled out in ES6 and this caused a lot of npm packages to release new versions that either had breaking changes…Oct 7, 20212Oct 7, 20212