Building a Linux distro from scratch
Learnings from compiling the kernel, configuring BusyBox, and creating bootable ISOs with Syslinux. A deep dive into the foundations of operating systems.
Field Notes
Brief observations, technical findings, and thoughts from the workbench. Documentation of the learning journey.
Learnings from compiling the kernel, configuring BusyBox, and creating bootable ISOs with Syslinux. A deep dive into the foundations of operating systems.
Implementing Model Context Protocol for seamless AI model interactions with vector databases in RAG apps. Exploring the future of AI agent communication.
Exploring the new features in Next.js 16 and migrating to Tailwind CSS v4's new configuration system. Performance improvements and developer experience.
Running Llama2 locally and building a personal chatbot API for natural language tasks. Complete setup guide with Docker containerization.
Optimizing container sizes and build times with multi-stage Docker builds. Production-ready configurations for Next.js applications.
Understanding the paradigm shift with RSC. How server components change data fetching patterns and improve performance.