Chetan Choudharychoudharycodes.hashnode.dev·Dec 16, 2024FastAPI Unveiled: Mastering the Magic of Lightning-Fast Python APIsFastAPI is a modern, high-performance web framework for building APIs with Python. It’s designed to be easy to use, fast to code, and capable of handling production workloads. In this beginner-friendly guide, we’ll explore how FastAPI works behind th...Python
Chetan Choudharychoudharycodes.hashnode.dev·Dec 16, 2024Securing Your Web Applications with JWT Authentication and Refresh Token RotationIn today’s digital landscape, user authentication and secure access management are critical components of any web application. As developers, we strive to strike the perfect balance between security and user experience, ensuring that our users can ac...JWT
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...1 like·68 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...Python
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...1 like·78 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...hackathon
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...Express 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...53 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 ...36 readsData 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...1 like·28 readsFastAPI