Posts

Tail Call Optimization in Elixir

Explains what Tail Call Optimization is and shows how you can use it to reduce the memory consumption of Elixir applications.2020-03-09

Mocking Asynchronous Functions In Python

Post on how to mock asynchronous (asyncio) functions in Python.2020-02-18

How to make Twitter preview your website links

Blogpost on how to update your website so that whenever you tweet about it Twitter displays a preview of the content.2020-01-07

Python Tuple Syntax Is Confusing

Post about how Python's tuple syntax can make you run around trying to fix bugs that are easily avoided.2019-12-23

Elixir Findings: Asynchronous Task Streams

Blogpost documenting how to use Task.async_stream/2 to run tasks in parallel using Elixir2019-07-24