FastApi News
Discover the latest FastApi development news, repositories, and conferences at Hackertab.
Latest FastApi articles

Testing with pytest. Unit, Integration and Smoke tests.
Introduction Errors are every programmer's nightmare. Those red blobs of cryptic text appear in the terminal even when you are certain that you made no mistakes. They are inevitable yet manageable; the way to manage and identify them is through tests...
02 December 2023hashnode

OTA Data Platform Journey #1: Building an Airline API Endpoint using Docker and FastAPI
OTA Data Platform Journey #1: Building an Airline API Endpoint using Docker and FastAPI Embarking on my journey to create a data platform for online travel agencies (OTAs), inspired by the giants like Tiket, Agoda, and Traveloka, is both thrilling and challenging. This initial step involves the creation of a fundamental Airline API Endpoint, which will be the heartbeat of my data platform, providing…...
29 November 2023medium

Building a similarity recommender system using FastAPI, PostgreSQL and docker compose
Building a similarity recommender system using FastAPI, PostgreSQL and docker compose See how you can easily build a similarity recommender engine using FastAPI, Postgresql and docker compose Recommender systems are the hot topic of the decade. Almost any software that introduces and product MUST include a recommender system. But not all recommender systems have to be complex. …...
29 November 2023medium

Unlocking Collaborative Success: Mastering Data Sharing in Games
Unlocking Collaborative Success: Mastering Data Sharing in Games When we were figuring out how to share game data with partners, I knew that whatever solution we chose, there were challenges that needed to be tackled: Keeping the data safe and private Making sure it can handle growing demand without a hitch Being smart about the costs of bandwidth…...
29 November 2023medium

Streamline your Workflow with VSCode Dev Containers & Red Hat Images
Streamline your Workflow with VSCode Dev Containers & Red Hat Images In this guide I’ll describe how I set up my dev environment using VSCode Dev Containers, Python/Poetry/FastAPI/PyTest and Red Hat Base Images. VSCode’s Dev Containers offer a seamless way to manage project environments. By containerizing your development environment, you achieve a consistent setup across different machines, avoiding the dreaded “it…...
28 November 2023medium

Streamline your Workflow with VSCode Dev Containers & Red Hat Images
In this tutorial I’ll describe how I set up my dev environment using VSCode Dev Containers,...
28 November 2023devto

Trending Jira Issues with Prometheus
Trending Jira Issues with Prometheus The company I work at is a Jira shop and like most places, we are looking to improve visibility and velocity with the teams. We have many projects and products that all use Jira, but getting broader visibility across multiple projects at a time can be a challenge. …...
28 November 2023medium

Ditch the bloated Django and embrace FastAPI
Ditch the bloated Django and embrace FastAPI 1. What is FastAPI? FastAPI, a nifty little contender in the world of Python web frameworks that’s been gaining traction faster than a sports car on a drag strip! FastAPI is a modern, fast (as the name suggests), web framework for building APIs with Python 3.7 and above. It’s built on top of Starlette…...
28 November 2023medium

FastAPI Template for LLM SaaS Part 2 — Celery and Pg-vector
FastAPI Template for LLM SaaS Part 2 — Celery and Pg-vector This blog post is part of the FastAPI + Supabase Template for LLM SaaS series, building on the concepts introduced in Part 1 (Auth and File Upload). FastAPI Template for LLM SaaS Part 1 — Auth and File Upload FastAPI’s rising popularity among Python developers is highlighted for its simplicity and native Swagger UI support…pub.towardsai.net Most of the code examples are referenced from Quivr. Celery Worker and Message Queue for Long-running Process The illustration below depicts how Celery workers and message queues collaborate in the FastAPI…...
27 November 2023medium

Esmerald — Why did I create it
Hello everyone, my name is Tiago Silva and I’m the creator of the newest Python web framework,...
27 November 2023devto
Trending FastApi repositories
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
187,709 stars24,131 forks
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
23,030 stars2,551 forks
Farama-Foundation/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
4,307 stars520 forks