Building an API in 2023

Building an API in 2023
This blog post is actually taken from my pet project DNSDig’s README.md file. I’m putting it here because I like what I wrote about it. DNS Dig API A project to learn about DNS in Python while investigating what it’s like to build an API in 2023 with FastAPI, Pydantic and DNSPython. Authentication and authorization is handled by Kinde. Getting Started Python 3.11 is required to run this project. If you don’t have it installed, you can use pyenv. [Read More]

Learning FastAPI By Doing - Let's Go Bro!

Learning FastAPI By Doing - Let's Go Bro!
A few days ago I published a Python Sanic backend and an Android app of a weekend project I did a few years ago. The project was simply directing people to a random cheapest return flights from where they are, set a budget and just press Go. It was written when async Python was beginning to mature. So I thought why not learn something new (FastAPI) and compare it with Sanic. [Read More]