CHECKING STATUS
I AM LISTENING TO
|

ARCHIVE.

Let’s Talk!

Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.

Get in touch,
and let’s create something amazing together!

You can SSH into a server and move files around with raw scp and sftp commands, but the moment you manage more than a couple of machines you start wishing for something friendlier — without giving up the terminal. That’s exactly the gap the new wave of TUI clients fills: full-screen file explorers and SSH […]

Markdown is perfect right up until a second person touches it. On your own, a folder of .md files is the best documentation system ever invented. Add four colleagues and suddenly you’ve got three different heading styles, a README that links to a domain that expired in 2023, and Steve, who writes every sentence in […]

File synchronization is usually treated as a cloud problem. Put the folder in Dropbox, Google Drive, OneDrive, or iCloud, wait for everything to upload, and hope the storage quota, privacy model, transfer speed, and client support all line up with your workflow. That works for office documents. It gets awkward fast when you are syncing […]

PDF operations are one of those recurring pain points that never fully go away. You need to fill a contract template, strip and rewrite document metadata before archiving, generate an invoice from an HTML template, and stamp every page with a branded header. The default answer is a SaaS API subscription that charges per document […]

I remember the absolute headache of managing local PHP environments a decade ago. You had a single global install, and testing a legacy application meant totally breaking your modern projects. We all reached for tools like PHP Brew to compile different versions from source, or VirtPHP, hoping for a Python-like virtual environment experience. Today, those […]

Remember Server-Sent Events? That “simple” web standard that everyone said was dead? Well, plot twist: SSE is having its main character moment in 2025, and honestly, it’s about time. Want to setup a central SSE Server? Check out my article about mercure. The Underdog Story We Didn’t See Coming For years, SSE lived in WebSockets’ […]

Breaking Free from the Server Room Let’s be honest—PHP has been stuck in the server room for ages. Since 1994, PHP has been the reliable workhorse powering everything from your cousin’s blog to Facebook. It’s been the backbone of WordPress, the secret sauce of Wikipedia, and the quiet force behind countless web applications. But while […]