python
Setting up FastAPI with Docker
In this blog we'll discuss setting up a minimal starter template for building API with FastAPI and Docker.
Gitignore for Python Projects - A Comprehensive Guide
When working on Python projects, managing your .gitignore file effectively ensures that only relevant files are tracked by version control, keeping your repository clean and manageable. This guide walks you through creating a robust .gitignore for Python projects and includes essential patterns for ignoring common temporary and environment-specific files. We'll also add configurations to avoid Vim and Neovim swap files.