>_ ENGINEERING_FOR_DUMMIES // LIJO_JOSEPH

>_ ENGINEERING_FOR_DUMMIES // 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_INDEX // SYSTEM_PICK

EXECUTION_TIMELINE // ARCHIVE

Latest Writing

Jun 21, 2026

Integrating AI into Daily Workflows

Moving from manual tasks to strategic innovation: A highly practical, non-technical guide for new graduates looking to maximize daily productivity.

#ai#productivity#workflows#career

Jun 16, 2026

Single Server Setup

This blurb explains how a single server works

#systemdesign101#system design

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