Living to Learn | Learning to Live
Home
Blogs
Projects
←
nodejs
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...
07
Dec 2021
How to automatically maintain a MySQL Table’s Partitions?
sanyamaggarwal.medium.com
There cannot be an infinite number of partitions, so partitioning comes with the overhead of maintenance. Manual Partiti...
Nov
2021
MySQL Partition Keeper
github.com
NodeJS script run by a cron job to automatate MySQL Partition Maintenance
mysql
nodejs
javascript
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...
Oct
2020
Social Media App
github.com
A social media application powered by NodeJS and MySQL
mysql
nodejs
javascript
html
Aug
2020
ChatApp
github.com
A Simple NodeJS Chat Application built using web sockets.
nodejs
javascript
html