❌
❌
❌
❌
❌
❌
Why is there such a focus on measuring productivity in software engineering? Surely high-quality software leads to high productivity (through easier development and less time spent on operations).
Perhaps we need better measures of software quality.
I'll publish code and write-up here soonish
Device is an ESP32 development board with touchscreen, colloquially known as "Cheap Yellow Display". Using the espressif Rust toolchain for the first time, dev ex has been amazing. Pairs very well with Codex, monitoring device traces giving it some debugging capabilities.
Weekend project: building a flight radar showing nearest flight overhead
Forms rendered with shadcn/ui are so nice, bonus points for changing the default font
The counterpart to "undefined behavior", AI-defined behavior where all edge cases are handled by AI written tests
Implementing Stripe Subscriptions always ends up the same: create a subscription table, create a Checkout session and listen to webhooks to keep everything in sync. I wrote a blog post on how Fragno can be used to ship this integration as a library and how it leads to a simpler setup and better DX
Feaux IKEA manual for Fragno, the toolkit for building fullstack TypeScript libraries
Fragno as an IKEA manual
What if adding stripe subscriptions to an app was this easy 🤔
Not hiring no, but looking for feedback on this project. Would you have need of it?
Looking for devs who are in the trenches building JS/TS packages that need to target all major frameworks and backends. Building Fragno to make your life easier but we could use some early feedback!
MIT License & open-source:
github.com/rejot-dev/fr...
I finally wrote down my thoughts on how a declarative sync engine can be used to make integrating data between backend services easier
Software engineers have to deal with integrating data from other teams/products all the time. It's a necessary evil and can be tricky
rejot.dev/blog/essay/