New Year resolution: sponsoring some of the open source projects I use
A developer shares their personal decision to financially sponsor open source projects they use, detailing their approach and encouraging others to donate.
A developer shares their personal decision to financially sponsor open source projects they use, detailing their approach and encouraging others to donate.
A tutorial on creating a Microsoft Copilot declarative agent that calls an authenticated API using FastAPI, OpenAPI, and bearer tokens.
Explores methods for implementing background task processing and concurrency in Starlette-based web applications like FastAPI to avoid blocking on LLM API calls.
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
Announcing a new article on building a web app with HTMX and FastAPI, published on TestDriven.io.
A tutorial on building a custom GPT with FastAPI and Azure AI Search to answer questions about blog content using custom actions.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
A summary of a Kiwi PyCon talk on implementing middleware patterns for Flask, Django, WSGI, FastAPI/ASGI, and gRPC applications.
A tutorial on building an appointment booking system using Twilio's WhatsApp API, Notion for data storage, and FastAPI for backend logic.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
A beginner's guide to building web APIs with the FastAPI framework, covering setup, routing, and handling URL parameters and queries.
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.