Blog
- Event-driven Architecture using the Outbox Pattern
- Introducing domstatejsx
- Using useContext for reusable components in React
- Only dumb components should have CSS in React
- How to (properly) chunkify a list in Python
- My preferred coding style
- Using `functools.cache` for fun and profit
- Shell auto-completion using python
- Extending my laptop battery's lifetime
- Messing around with the Python shell
- Consistent custom exception classes in Python
- The Transcriber pattern
- A rant about Macs
- The right kind of comment
- Making list-like objects in Python, the right way
- Things I don't like
- Solving Sudoku puzzles in style with Python
- Global singleton objects vs class instances for libraries