I Almost Built a Database in Go (and Why I Migrated to Laravel)
tawandamunongo.dev·22h·
Discuss: Hacker News

A lot of people, I think, are very uncomfortable with the fact that they are essentially CRUD monkeys. They just make systems that create, read, update, or delete rows in a database and they have to compensate for that existential dread by over complicating things.

DHH on The Lex Friedman podcast, #474

How it started

I have had many iterations of my personal blog, but they can be split into three distinct phases: database with problems, no database, and, finally, database acceptance.

When I started building web applications, I thought the MERN stack (MongoDB + ExpressJS + React + NodeJS) was the final form of web dev. The first phase of my blog used a JavaScript framework plus MongoDB. This was back in 2022 when …

Similar Posts

Loading similar posts...