Shaun Liewshaunliew.hashnode.dev·Dec 3, 2024Serverless RAG Architecture: Combining MongoDB Atlas Vector Search, Amazon Bedrock, and AWS LambdaBuilding production-ready RAG (Retrieval-Augmented Generation) systems doesn't have to be complex. In this guide, we'll explore how to combine MongoDB Atlas Vector Search, Amazon Bedrock, and AWS Lambda to create an efficient and scalable RAG pipelin...Discuss·1 like·42 readsAWS
Ritesh Benjwalblog.riteshbenjwal.in·Dec 2, 2024Supercharging Asynchronous Performance: A Deep Dive into Python FastAPI and OpenAI API OptimizationIntroduction In the world of modern web applications, performance is king. Recently, while working on an AI-powered story generation project, I uncovered some critical insights into improving asynchronous programming techniques that dramatically redu...DiscussPython
Mogboluwaga Onayademogboluwagaonayade.hashnode.dev·Nov 29, 2024Personalized Confirmation Tickets with FastAPI and PillowWhile working as a backend developer for AIESEC in Nigeria, I encountered a challenge during conference registrations: creating personalized tickets for attendees. Traditional methods, like writing extensive MJML templates, felt cumbersome and time-c...Discuss·1 like·77 readsFastAPI
Metta Surendharmettasurendhar.hashnode.dev·Nov 28, 2024Hackathon Highlights: Story from Hackz 2024 FinalistThis past weekend, I had the honor of leading my team in Hackz 2024, an intense 24-hour hackathon that stretched from 10 AM on November 23rd to 10 AM on November 24th. The event was buzzing with energy, creativity, and an overwhelming sense of purpos...Discusshackathon
Akash Desardaimportidea.dev·Nov 27, 2024How to Integrate Auth0 SSO with FastAPIIf you want to integrate Auth0 SSO (or any social login) for all your authentication and authorization needs, you're in the right place! Let's get started together! Here are the steps Step 1: Use FastAPI-Auth0 python library. Step 2: Create Auth0 F...DiscussExpress Ideasexpress-idea
Ahmad W Khanblog.ahmadwkhan.com·Nov 26, 2024Mastering Microservices and Event-Driven Systems with PythonSoftware development has undergone significant changes in the past decades. What started as procedural programming evolved into object-oriented design, monolithic architectures, and eventually distributed systems. With growing system complexity and d...Discuss·49 readsPython
Akash Desardaimportidea.dev·Nov 19, 2024How I leveraged FastAPI's dependency injection to reduce code by more than 30%This article expects that you know what is Dependency Injection in the FastAPI world & basic syntax. If you haven't yet explored or used it, I recommend following this guide by the original author of FastAPI. They are incredibly useful when you need ...DiscussData EngneeringFastAPI
Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 11, 2024getting started with FastAPI: the beginner's guide to building high-performance apis with pythonhello, i'm back with another article! today, let’s dive into understanding FastAPI—what it is, why it’s becoming so popular, and why you might want to use it for your python projects. if you've worked with python backend frameworks, you've likely com...Discuss·1 like·28 readsFastAPI
Shivam Vishwakarmashivam-vishwakarma.hashnode.dev·Nov 11, 2024Comment Moderation API with FastAPI and Google Generative AIIn this guide, we'll develop a comment moderation API using Python's FastAPI framework and Google Generative AI. The API will analyze comments for potentially harmful content and return a JSON object indicating if the comment should be flagged. This ...Discussgemini
Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 10, 2024how i improved FAST API response time by optimizing LLM selection, token management, and prompt design.i had the opportunity to work on building the backend for a copilot project at my previous organization, using FastAPI, openai’s large language models (llms), langchain, and postgresql. the aim was to design backend apis that not only provided accura...Discuss·1 like·40 readsgenai