Is it just me or does this sound absolutely miserable to anyone else? Why would I want to spend my time writing requirements and reviewing code instead of directly building things? Building stuff is the fun part! How about we replace the boring parts like meetings and emails and status updates and issue triage. Engineers should be making tools to make *our* jobs better, not helping the idea guys replace us with slop.
@ryanflorence It was a great showing, super excited! Being more of a backend-focused dev, I’m more excited to see what’s coming down the pipeline on that end. Are you guys looking to explore further than the API layer like Rails?
@jamonholmgren Good ol’ REST is king, grpc for service to service communication is pretty industry standardard, binary data transfer, google standard and all. GraphQL is super useful for federating services though, but is often not the right fit and more complex than what most people will need.
@jarredsumner@bunjavascript Yep, committed the lockfile. No existing node_modules, this is using GH Actions. We are doing bun ci for reproducible builds, not sure if that’s having any impact. We were already caching the modules when using node, maybe that’s why there’s no difference in speed?
@jarredsumner Trying to migrate our Github Action workflow incrementally to use bun, first for installing dependencies and it’s either equally fast as our node one or even a little slower 🥲