I've long wanted to get into creating video tutorials and content.
mbv-labs is meant to be the start of that journey; the channel will contain tutorials, but also videos building features/fixing problems/etc for my other side projects, which can contain code but also higher level discussions on indiehacking and building software.
After hating on php for a long time I finally took some time out to try it out, more specifically Laravel. Boy was I wrong about php.
Laravel is such a great framework with (almost) everything you need out of the box. But I love writing Go, and I've spend too much time in statically typed languages that going back to dynamically typed languages is a no-go for me.
So, I decided to built my own Laravel inspired version in Go which I've called Grafto. It's more of a boilerplate than a framework, but it's a great starting point for building full-stack web applications in Go.
Aimed at indiehackers wanting to ship products fully in Go.
Uses: Go, templ, tailwindcss, daisyui, alpine.js and htmx.