๐ผ Founder Haybytes LLC
๐จโ๐ป Software Engineer at Johnson Controls
๐ฒ Creator of Mealie Recipe Manager
๐ Working in Go, Python, Typescript and C#
Working on a new Go web API start kit has be re-invigorated to ship some new features for my scaffolding tool. Just shipped some new pluralization functions so we can scaffold endpoints cleaner in the Starter kit
Checkout the starter kit here
https://t.co/zgpun4JeuF
@TechnoTimLive I have a GitOps workflow running with docker compose. I use Ansible to template out docker-compose files and then it will deploy those to each machine. This has the benefit of working with Renovate to auto-update image tags. It's been incredibly stable for the last few years
@aarondfrancis They're great! People conflate JS classes with old-style React.
JS classes are really nice on their own, and they're even better with TS.
devtool SaaS moves data that belongs in your database into theirs
this is pitched as a feature since itโs easy on day 0
on day 10 you realize you need to replicate some of that data for business logic
on day 100 you realize you should store everything and use them minimally
Found a few weird things slowing Vue down in this benchmark, one of them being creating the setup context using an object literal with a getter takes a ridiculous amount of time, and it only happens in Node (v8) but not in Bun (JSCore). Must be some really weird de-opt going on.
Anyway, by tweaking a few things in Vue, I made Vue and Nuxt more than 2x faster in this benchmark.
Running some ecosystem-ci tests and if all goes well the improvements will go out in the next patch.