Posts
All the articles I've posted.
-
I tried the Zed editor: 5 features that stood out
My week-long experience with Zed editor and the five features that stood out: multi-buffers, speed, Vim support, Claude Code integration, and clean UI design.
-
Switching from Aider to Claude Code
A brief update on my AI programming workflow transition from Aider to Claude Code
-
I replaced Cloudflare Tunnel with Pangolin
A weekend project replacing Cloudflare Tunnel with Pangolin, a self-hosted alternative that provides access to homelab services with automated SSL and built-in authentication.
-
How I use AI for programming
Sharing my setup of Aider, an open-source CLI for AI programming, with tips on configuration and useful commands.
-
The infrastructure behind my self-hosted projects (including this blog)
I've documented my current infrastructure setup here to share what's working for me and perhaps help others who are building their own self-hosted environments.
-
Building a Unified AI Playground
My Weekend Project with Open WebUI and LiteLLM. How I leveraged open-source tools to create a unified interface for multiple AI models.
-
How I backup my data using open source tools
A guide on setting up an automated backup system using Restic for both on-site and off-site backups.
-
Dynamic imports in JavaScript
How to make use of dynamic imports in JavaScript