Verifying a JSON Web Token from Amazon Cognito in Python and FastAPI4 December 2023·9 minsHow to secure a Python backend using Amazon Cognito
Verifying a JSON Web Token from Amazon Cognito in Go and Gin3 December 2023·10 minsHow to secure a Go backend using Amazon Cognito
Containerising Next.js using Docker and Bun17 September 2023·4 minsUsing the newest JavaScript runtime with Next.js and Docker
FastAPI with HTMX partials3 April 2023·4 minsAvoid accidental page loads of HTMX partials in your FastAPI app
Structured logging using structlog and FastAPI5 January 2023·9 minsUseful tips for adding structured logging to a FastAPI backend
Podman - An excellent alternative to Docker10 November 2022·5 minsUsing Podman and Podman Desktop to containerise and run a FastAPI/Python web app
Dependency management in Python using Poetry14 October 2022·6 minsA modern way to do dependency management in your Python projects