Getting connected to the Fediverse is slightly different to traditoinal social media sites but still pretty easy.
2023-06-18A fairly pointless rant about issues in big companies and how they do software.
2023-06-08Getting an application working is only the beginning. Work on automating deployment, using caching and getting the application ready for production.
2023-06-02Using an example application, deploy an application that uses the ChatGPT API to do something that would be much harder to do without prompt engineering and ChatGPT.
2023-05-24Understanding async python with asyncio and fastapi
2022-08-26It's tricky to conditionally run jobs in CircleCI. This is one method that might be useful in some cases.
2021-07-27The best tech resources I discovered in the second half of 2020
2021-01-16Storing application secrets locally in plain text can be risky and lead to them being accidentally committed to repositories. Sharing secrets across a team can be a pain too. This post describes one solution that could help.
2021-01-11The best tech resources I discovered in the second half of 2020
2020-12-31Is it possible to determine if TDD works in a scientific way?
2018-09-24Setting up a very simple and repeatable development environment with docker compose.
2018-04-11Set up a CI pipeline for AWS with Elastic Beanstalk & CodeShip.
2018-03-26A quick intro to using Kubernetes and some of the features it has
2017-06-27