markusw

↗ HN profile [ 129 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The Road Runner Economy (nraford7.github.io)
  2. Hey everyone! I just released v1.0.0 of gomponents last week. It's an HTML component builder in pure Go, with a DSL-like HTML syntax. It's been 4 years in the making, and makes it really easy to build HTML in your web…

  3. Hey everyone! I’ve built gomponents over the past couple of years because I wasn’t satisfied with using templating languages in Go. In particular, it was really hard to pass data around when using stdlib html/template,…

  4. I wanted to build a persistent message queue based on SQLite, because that's what I'm using for my main state anyway. This gives me ACID across state and messaging, which is nice! I've been inspired by the terminology…