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]