
Rewriting My Blog from WordPress to Next.js with Vibe Coding
About 2 months ago, I rewrote my blog from wordpress to next.js using Vibe Coding. The process was extremely fast, and I wrote almost no code. Here's how I did it.
All posts about software engineering, best practices, and development.

About 2 months ago, I rewrote my blog from wordpress to next.js using Vibe Coding. The process was extremely fast, and I wrote almost no code. Here's how I did it.

Handling money in software applications might seem straightforward at first glance. After all, it's just numbers, right? Not really. Financial calculations demand absolute precision, immutability, and careful consideration of various edge cases.

Maintain (Refactor) or Rewrite? In the age of AI, I believe we need to shift our mentality from Maintain-first (or refactor-first) to Rewrite-first because it'll be cheaper and faster to Rewrite.

Is it possible to develop a project using copilot, without writing a single line of code? This is the question that I was toying with for the last 4-5 weeks. So I went on and gave it a try. Here are the results.
Last week, the LangChain team made LangSmith-a tool that adds tracing and observability to the LangChain ecosystem-generally available. I played around with the LangChain ecosystem, and here is what I found.