In an age of algorithmic playlists and constant distraction, I went back to basics. This is the story of how I modded a classic iPod with modern hardware, turning a nostalgic relic into the ultimate, distraction-free music player.
You don’t need GitHub or GitLab to host a remote Git repository. With nothing more than SSH access to a server, you can create your own remote by initializing a bare git repo
Sometimes you may want to test or experiment and revert the changes you’ve made to their last known working state, or just want to delete all the files.
Tired of ads and tracking on WhatsApp? I explore SimpleX, a privacy-focused messenger without user IDs or central logs, plus share how I set up my own SMP server behind Traefik for even more control.
Learn how to configure robust security headers in Traefik v3 using dynamic configuration or Docker labels. Boost your app’s security posture and get that A+ rating with custom CSPs, strict transport rules, and smart defaults.
Protect your code and identity by signing your Git commits with SSH keys—no GPG required. In this post, I’ll show you how to configure Git to sign commits using SSH.
A step-by-step guide to setting up a global HTTP to HTTPS redirect in Traefik v3. Learn how to configure entrypoints in your Traefik configuration for secure connections without relying on middleware.
Automate versioning, changelog generation, and Docker image builds with GitHub Actions and semantic-release. Learn how to integrate Conventional Commits for a streamlined release workflow across repos.