Productivity

Docker
Docker

An introduction to Docker

Sep 1, 2025

Essential Browser Extensions for Security, Productivity, and Media
Essential Browser Extensions for Security, Productivity, and Media

A list of my favorite browser extensions that enhance security, productivity, and media handling.

Sep 1, 2025

From Floppy Swaps to Cross-Platform Power: My Journey to Lazarus FPC 🚀
From Floppy Swaps to Cross-Platform Power: My Journey to Lazarus FPC 🚀

Hey everyone! Today, I want to share a bit about my programming journey and introduce you to a fantastic, often overlooked tool that’s been a consistent companion through the years: Lazarus Free Pascal.

Aug 17, 2025

A Developer's Introduction to Unraid
A Developer's Introduction to Unraid

Unraid is a proprietary Linux-based operating system designed for home servers and small businesses. It’s known for its unique storage management system, which provides flexibility and data protection. Developers often use Unraid to run a variety of services, including web servers, databases, and CI/CD tools, all on a single machine.

Aug 17, 2025

The Digital Archivist's Toolkit: Navidrome, Picard, and Supersonic for the Modern Music Collection
The Digital Archivist's Toolkit: Navidrome, Picard, and Supersonic for the Modern Music Collection

In an age dominated by music streaming, a dedicated community of audiophiles and music lovers is preserving the art of the personal music collection. They are digital archivists, meticulously curating libraries of high-fidelity audio files, from rare vinyl rips to lossless studio masters. This pursuit, however, requires more than just a hard drive full of music; it demands a robust set of tools for organization, management, and playback. This is where the triumvirate of Navidrome, Picard, and Supersonic comes into play, offering a powerful, open-source ecosystem for the serious collector.

Aug 17, 2025

Wireguard: A Better VPN
Wireguard: A Better VPN

Virtual Private Networks (VPNs) are essential tools for protecting your online privacy and security. But traditional VPNs can sometimes be slow and bog down your connection. WireGuard is a new, innovative VPN protocol that offers several advantages over traditional options, it has a cool logo too 😎.

Apr 27, 2024

Image and Video Cheat Sheet
Image and Video Cheat Sheet

Using command-line tools for image and video manipulation, including resizing, background removal, GIF creation, video segment extraction, and more.

Mar 12, 2024

SSH Cheatsheet
SSH Cheatsheet

SSH, or Secure Shell, is a fundamental tool for securely connecting to and managing remote servers. Whether you’re a seasoned system administrator or just starting to explore the command line, having a solid grasp of SSH commands is essential. This cheatsheet provides a quick reference for the most commonly used SSH operations.

Feb 12, 2024

Console snippets
Console snippets

The console offers a powerful way to interact with your system and increase your productivity, here are some basic commands and one-liners to get you started.

Jan 29, 2024

SQL Cheat Sheet
SQL Cheat Sheet

Preface SQL stands for Structured Query Language. It’s a powerful and widely-used language specifically designed for managing data stored in relational databases. There are several situations where using SQL directly might be preferable to using an Object-Relational Mapping tool (ORM)

Nov 16, 2023