-
We have just released Fishery, a TypeScript-compatible library for setting up JavaScript objects for use in tests and anywhere else you need to set up data.
-
When faking external services in tests, start with something simple. I like having a public interface to adapters and having an in-memory adapter for tests. Let me show you an example.
-
The financial metaphor is often thrown around engineering departments, but how do you actually deal with it?
-
A look at syntactic sugar for chaining async functions in multiple languages.
-
A look at value-less types such as Elm’s Never
.
-
What should you be thinking about when scaling your product?
-
Lean on Elm’s friendly compiler to enforce currency-related constraints.
-
Because who doesn’t like a good ole mystery?
-
This tricky bug requires us to pull out a variety of debugging techniques.
-
Re-use collection query logic within model instances to avoid duplication and get the best performance.