June 15, 2026

Building a Modern Developer Blog Created as a placeholder

Lijo Joseph
Lijo Joseph@lijodev
Building a Modern Developer Blog Created as a placeholder

Introduction

Welcome to my new engineering blog! As a software developer, optimization, type safety, and a clean developer experience (DX) matter deeply to me.

Why MDX?

MDX allows me to write standard markdown syntax while retaining the ability to render real React components inline later on.

For instance, here is a clean TypeScript code snippet:

const system = "Next.js App Router";
console.log(`Delivering peak performance via ${system}`);