Back
Picture of Lawrence Jones
Lawrence Jones
Product Engineer

Lawrence Jones's posts

Engineering

Building Workflows, Part 1 — Core concepts and the Workflow Builder

Part one of a deep-dive into building our workflow engine, covering core workflow concepts and how they are used to power the Workflow Builder.

Lawrence JonesPicture of Lawrence Jones

Lawrence Jones

21 min read
Engineering

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 JonesPicture of Lawrence Jones

Lawrence Jones

26 min read
Article

We’re making our on-call calculator free

Save time and reduce errors with our free on-call pay calculator.

Lawrence JonesPicture of Lawrence Jones

Lawrence Jones

2 min read
Scrabble of Own Your Errors
Engineering

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 JonesPicture of Lawrence Jones

Lawrence Jones

8 min read
Overview of the data architecture
Engineering

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 JonesPicture of Lawrence Jones

Lawrence Jones

20 min read
Golang tests using the mocked Slack client
Engineering

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 JonesPicture of Lawrence Jones

Lawrence Jones

5 min read

Move fast when you break things