Building Workflows, Part 2 – the executor and evaluation
Part two of the series lookin at the workflow executor, and concluding with an evaluation of the project in terms of developer time, extensibility, and quality of outcome.
Lawrence Jones
We’re making our on-call calculator free
Save time and reduce errors with our free on-call pay calculator.
Lawrence Jones
Making Go errors play nice with Sentry
Configuring Go error reporting to work effectively with Sentry can be challenging. In this post, we share how we improved our setup by deduplicating stacktraces for clearer, more efficient error handling.
Lawrence Jones
A modern data stack for startups
Making data accessible to everyone in a company is key to unlocking its full potential. We've built a modern data stack using powerful, user-friendly tools that democratize data access. In this post, we'll break down the tools we use, how we've configured them, and the reasons behind our choices—ensuring seamless data flow and empowering every team to make data-driven decisions.
Lawrence Jones
Using context.Context to mock API clients
We've found a pattern to mock external client libraries while keeping code simple, reducing the number of injection spots and ensuring all the code down a callstack uses the same mock client.
Lawrence Jones
Deploying to production in <5m with our hosted container builder
Fast build times have a number of benefits, from reliability to developer happiness. We reduces our time to deploy to <5, and it's glorious.
Lawrence Jones