Announcing our digital workshop introducing how thoughtbot applies Jobs-to-be-Done theory in practical ways to design and build the right features.
Solving a Maybe
problem is often easier than solving a Decode
one.
React Redux launched support for Hooks. We will explore the new useSelector
and useDispatch
hooks and look into the tradeoffs of using these hooks versus the connect
higher-order component.
How to use .git/safe to trust the bin/ directory in your git repo.
Sum types are a powerful domain modeling technique. Let’s look at how to use them to remove invalid states.
Vim enables you to edit text rapidly, but what do you do when Vim itself is slow? Profile!
How we improved our Designer hiring process for both our candidates and interviewers.
If you can’t tell me what version of my app you’re running, we’re both stuck.
Pointers for doing TDD with React using Apollo and TypeScript.
Take a quick journey through the lifecycle of a GraphQL request from client to server and back again.