Aryan Khuranaaryank1511.hashnode.dev·9 hours agoProtecting Your FastAPI Routes Using Auth0Hello everyone! In this blog, I will guide you through protecting your FastAPI routes using Auth0. This guide is structured so you can follow it step by step from scratch and get authentication up and running. Let’s dive in! Step 1: Setting Up Your F...FastAPI
Yuvraj Singhyuvrajsingh.hashnode.dev·Jan 19, 2025From Beginner to Pro: Setting Up a Python FastAPI Backend with PostgreSQLA Complete Step-by-Step Guide to Setting Up FastAPI with Database Integration, Migrations, Error Handling, Middleware, and Secure Authentication Introduction If you’re a JavaScript developer venturing into the world of Python, FastAPI is the perfect ...1 likePython
Affan Shaikhsurabaffanshaikhsurab.hashnode.dev·Jan 18, 2025GraphQL for Kids : How a Waiter Delivers Exactly What You Need!Assume you have gone to a restaurant, and in the restaurant, you want to have fries and a burger, that's it. So what happens here is, let’s say there are three counters you have to go to. You go to the first counter. The first counter gives you fries...10 likesstrawberry python
Dinesh Nairtechdineshwrites.hashnode.dev·Jan 17, 2025FastAPI Performance: Comparing Sync and Async EndpointsFastAPI is a Python-based framework designed to build APIs. We’ll install FastAPI and explore the benefits of asynchronous programming, which allows tasks to be handled concurrently, leading to more efficient response times. By creating both synchron...FastAPI
Sakalya MitraforFutureSmart AI Blogblog.futuresmart.ai·Jan 16, 2025Integrating Google Authentication with FastAPI: A Step-by-Step GuideIn this blog, we’ll walk through the process of enabling Google Authentication for a backend API system built using FastAPI. FastAPI has emerged as a popular choice for developing advanced GenAI applications and we at FutureSmart AI use it regularly ...14 likes·140 readsGoogle Authentication: Integrating FastAPI, React, and Streamlitoauth
Yashaswi Sahuyashaswisahu.hashnode.dev·Jan 15, 2025FastifyWhat is Fastify Fastify is a high performance web framework for Node JS .designed to build APIs and web application with a focus on speed, and it is always used as an alternative of other node js framework like Express JS due to its better performanc...FastAPI
Shayan Alizadeh Pahlavanblog.shayan.pahlavan.co.uk·Jan 11, 2025My Journey Through Backend Development FrameworksOver the years, as a developer building both web and mobile apps, I’ve often needed to create backends. This requirement has led me to explore a variety of frameworks and serverless services. If you’re already a web developer familiar with JavaScript...backend
Ivanbyteup.co·Jan 10, 2025Python's Unstoppable Rise, Dominating The Modern Backend EnvironmentIntroduction This field of backend development has shown a remarkable transformation over the past decade, with Python emerging as the undisputed leader in this dynamic field. What started as a simple scripting language has advanced into the backbone...27 readsPython
Germain Oleablog.germain.tech·Jan 9, 2025Building Websites and Web Apps with WordPress, Symfony, and FastAPI: A Grad’s Journey into Security and FreelancingIntroduction: A Grad's Guide to Freelancing and Security I’m a freshly minted security engineer with a dream: to level up as a DevSecOps professional. While I’m working on landing that perfect full-time role, I’ve been flexing my skills by building w...27 readsPortefolio & ProjectsDevSecOps
Esubalew Chekolcode.esube.com.et·Jan 8, 2025What Makes Django Different? An In-Depth Look with ExamplesDjango is a robust and high-level Python web framework that promotes rapid development and clean, pragmatic design. In this blog, we'll delve into what distinguishes Django from other web frameworks, showcasing its key features with practical example...Django