I don't know about you, but each time I await something in Python, I get a tiny itch in the back of...
What I built I built a GitHub Action that automatically generates and updates a pull...
A few days ago, I stumbled upon a thread talking about the trade-offs of squash-merging a PR VS...
Introduction Authentication is something most web applications need, and that can be...
Note: This is part 4 of a multi-part tutorial on FastApi and React. If you want to start from the...
Forms are often tricky to get right with React. While there are great libraries like formik or React...
Note: This is part 3 of a multi-part tutorial on FastApi and React, if you've not read the previous...
Welcome to part 2 of this series where we're building the Poll App from the Django Tutorial, using...
Introduction Recently, I decided the time had come for an overhaul of the way we handle...
FastAPI is an awesome modern Python framework designed to enable developers to quickly build robust...
If you haven't heard of it yet, FastAPI is a micro-framewok that allows developers to make full use...
In React, we often build small components to encapsulate specific behaviors. This allows for...
Building An acquisition Funnel in React with Xstate - Part 2 This is part 2 of a two parts...
Building (and maintaining) an acquisition funnel is something that most development teams will be...