Sveltekit Fastapi

Download Sveltekit Fastapi PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Sveltekit Fastapi book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
実践SvelteKit × FastAPI

SvelteKitとFastAPIは、2020年前後で急速に台頭し、Web開発をより素早く・より自由に・より簡単にするフレームワークです。本書を用いて、これらの基本的な仕組みや機能を、実装サンプル付きで学べます。また、実際にVereclやCloud Runといった環境にデプロイし、公開するガイドつきです。これからWeb開発を始めたいという方は、SvelteKitとFastAPIで始めましょう! 【目次】 第1章 導入 第2章 設計する 第3章 バックエンドを実装する 第4章 フロントエンドを実装する 第5章 おわりに
Building Generative AI Services with FastAPI

Author: Alireza Parandeh
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2025-04-15
Ready to build production-grade applications with generative AI? This practical guide takes you through designing and deploying AI services using the FastAPI web framework. Learn how to integrate models that process text, images, audio, and video while seamlessly interacting with databases, filesystems, websites, and APIs. Whether you're a web developer, data scientist, or DevOps engineer, this book equips you with the tools to build scalable, real-time AI applications. Author Alireza Parandeh provides clear explanations and hands-on examples covering authentication, concurrency, caching, and retrieval-augmented generation (RAG) with vector databases. You'll also explore best practices for testing AI outputs, optimizing performance, and securing microservices. With containerized deployment using Docker, you'll be ready to launch AI-powered applications confidently in the cloud. Build generative AI services that interact with databases, filesystems, websites, and APIs Manage concurrency in AI workloads and handle long-running tasks Stream AI-generated outputs in real time via WebSocket and server-sent events Secure services with authentication, content filtering, throttling, and rate limiting Optimize AI performance with caching, batch processing, and fine-tuning techniques Visit the Book's Website.
Full Stack FastAPI, React, and MongoDB

Author: Marko Aleksendric
language: en
Publisher: Packt Publishing Ltd
Release Date: 2022-09-23
Wield the power of Python, React, and MongoDB to build web and data applications quickly and broaden your web development horizons Key FeaturesLearn how to build web applications without having to know the intricacies of the componentsBuild full stack projects without compromising on development speed and app performancePrepare yourself for the diverse world of web development, analytics, and data visualizationBook Description If you need to develop web applications quickly, where do you turn? Enter the FARM stack. The FARM stack combines the power of the Python ecosystem with REST and MongoDB and makes building web applications easy and fast. This book is a fast-paced, concise, and hands-on beginner's guide that will equip you with the skills you need to quickly build web applications by diving just deep enough into the intricacies of the stack's components. The book quickly introduces each element of the stack and then helps you merge them to build a medium-sized web application. You'll set up a document store with MongoDB, build a simple API with FastAPI, and create an application with React. Security is crucial on the web, so you'll learn about authentication and authorization with JSON Web Tokens. You'll also understand how to optimize images, cache responses with Redis, and add additional features to your application as well as explore tips, tricks, and best practices to make your development experience a breeze. Before you know it, you'll be deploying the application to different platforms. By the end of this book, you will have built a couple of functional applications efficiently and will have the springboard you need to delve into diverse and more specialized domains. What you will learnDiscover the flexibility of the FARM stackImplement complete JWT authentication with FastAPIExplore the various Python drivers for MongoDBDiscover the problems that React libraries solveBuild simple and medium web applications with the FARM stackDive into server-side rendering with Next.jsDeploy your app with Heroku, Vercel, Ubuntu Server and NetlifyUnderstand how to deploy and cache a FastAPI backendWho this book is for This book is for web developers and analysts who want to include the power of a modern asynchronous Python framework, a flexible data store and a powerful UI library with the combination of two of the most important programming languages today in their web development toolkit. Beginners in the field of information presentation will also find this book helpful. You must have a beginner-level understanding of Python, JavaScript, and HTML and CSS to get the most out of this book.