Adding TLS encryption to your Postgres database in Dokploy ensures secure connections for both production and development. Here’s how I managed it using volumes in Dokploy: 1. Generate a Certificate Authority (CA) 2. Generate a Server Certificate Signed by Your CA Create a config file server-cert.conf with your hostnames/IPs:: Then run: 3. Prepare the Docker VolumeStart a […]
A Cautionary Tale for YouTube Creators — Especially Parents
Youtube removed my channel! I wanted to share my recent experience as a warning to fellow content creators, particularly parents who manage multiple YouTube channels under one account. I’ve been running a YouTube channel for several years called @northerncoder, where I regularly post coding tutorials. Alongside that, I had a few brand channels linked to […]
Build a Raspberry Pi4 NAS Server with Ubuntu
I wanted to build a silent NAS server out of a Raspberry Pi and a USB 3 hard drive enclosure. I already build one in the previous article out of an old Celeron PC that was gifted to me. While the pc is a faster server in every way, I wanted something that was dead […]
List all globally installed npm packages
npm list -g –depth 0 You may have installed CLI tools globally in the past. This command (listed above) will show what you have installed. The new trend is to install cli locally so it is always up to date with each project.
Started a blog
Like everyone else on the internet, I have decided to start a blog. I’m planning to document my experiences with learning Javascript and perhaps review some tech toys. The first thing I’ve got to do is clean up this blogs design though..