Building a blog with Fastify, SQLite, and zero frameworks
Why I built my blog with Fastify, SQLite, and server-rendered templates instead of Next.js and Postgres. The stack, the trade-offs, and why boring tech won.
Being a heavy mac user, I’m always in my favourite text editor - TextMate. Here’s a tip for when working with colour in a CSS file. This shortcut brings up a real handy colour picker.
⌘ + ⇧ + c
Once a colour has been selected, the corresponding hex code is placed at the current cursor position. Definately one worth knowing in my opinion!