Here are some of my recent technical writings.
Learn how to self-host Directus on an Ubuntu server using Docker and Nginx. This guide covers the entire process, from configuring background services to securing your production deployment with SSL.
Master data portability in the decentralized web by learning to move records between applications. This tutorial demonstrates how to query, serialize, and transfer data across Decentralized Web Nodes (DWNs) using the Web5 JS SDK.
Build interactive mobile USSD menus using Node.js and TypeScript. This walkthrough explains how to handle gateway requests and manage session logic to create seamless text-based services for feature phones.
Tired of node_modules bloating your drive and slow install times? This guide analyzes the architectural limitations of npm and compares two superior alternatives: pnpm for maximum disk efficiency and Bun for blazing-fast performance. Learn how to migrate your projects and choose the right tool for your workflow.