Install PM2On a server where you’ve already installed npm or pnpm, you can add PM2 to manage your backend application. If you’re not sure about your fnm/pnpm setup, check this tutorial. Why PM2? PM2 provides feaMay 29, 2026·2 min read
MongoDB didn't start because of File permission issueThe Wired Tiger Turtle in the logs A Wired Tiger Turtle Story... While troubleshooting a project, I wanted to run the db locally before deploying my hotfix. I set my pc for that and I mocked a databaFeb 27, 2026·3 min read
Enable Prettier Code Formatter in VscodeSimple Steps to Activate Prettier in VSCodeFeb 5, 2026·1 min read
Easy Steps to Link MariaDB and Uptime KumaThis article documents the process of installing MariaDB on a Debian 13 server and configuring Uptime Kuma to connect to it. 1. Install MariaDB Run the following commands as root: su - apt update apt install mariadb-server mariadb-client -y Verify ...Jan 27, 2026·2 min read
PostGres Database Replication Using PglogicalThis is an example of PostgreSQL database replication using the pglogical extension. In this example, I used Docker containers, with each container having its own database. When data is written to the primary database, the secondary container receive...Jan 14, 2026·5 min read
How to Automount Disks in Linux Easily🚀: ensure your data disk 💽 mounts persistently for seamless coding 🧑💻Jan 6, 2026·2 min read
Redirect Downloads with Symbolic Links in LinuxKeep your files safe across partitions and OS installsJan 5, 2026·1 min read