Lijo Joseph

Notes from an engineer trying to understand how things work.

I write about systems, cloud architecture, AI, and the lessons learned from building and debugging software.

Featured Post

June 16, 2026

Single Server Setup

This blurb explains how a single server works

#systemdesign101#system design

Latest Writing

Jun 15, 2026

Tmux: A Developer's Companion - AI written

Tmux (Terminal Multiplexer) is a powerful open-source utility that allows you to create and control multiple terminal sessions from a single window. It enables you to detach from a session and reattach to it later, even from a different machine, without losing your work.

#tmux#terminal multiplexer