Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
ПΣӨƧӨFƬ
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
ℛeℙ@¢ᴋ€r
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
missyou123
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
Engh3
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
大†Shinegumi†大
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
ronaldinho424
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_lcapFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Voting_barFastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Blue-Cloner / Blue-Cloner Diamond 13.40.860
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 7:40 am por missyou123

» Any Video Downloader Pro 8.8.18
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 7:38 am por missyou123

» All Remixes 1.3.0
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 7:37 am por missyou123

» AIMP 5.30.2554 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 7:35 am por missyou123

» CCleaner 6.25.11131 Pro/Tech/Buss Retail+ CCEnhancer 4.5.7
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 10:10 pm por tano1221

»  ScaleUP v1.4.3 [AE + PR] Win
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 9:52 pm por ℛeℙ@¢ᴋ€r

» Topaz Gigapixel AI 7.2.3 (x64)
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 9:39 pm por ℛeℙ@¢ᴋ€r

» Bandicam 2024 v7.1.2.2451 + Portable (x64)
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 9:31 pm por ronaldinho424

» DirPrintOK 6.99
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 7:58 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 FastAPI Full Stack Web Development (API + Webapp) (Updated 05/2021)

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70292
Fecha de inscripción : 20/08/2016

FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) Empty
MensajeTema: FastAPI Full Stack Web Development (API + Webapp) (Updated 05/2021)   FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyJue Mayo 20, 2021 1:06 am

FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) B03e50c57ed2d4f61e9d0ae86a568073
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 50 lectures (5h 47m) | Size: 2.24 GB
Experience building high-performance APIs with Industry-standard best practices. It's gonna be hard but worth it.

What you'll learn:
Learn to develop an API as well as webapp using FastAPI with best practices and unit testing.

Requirements
Basic understanding of Python
Example : Classes, List, Dictionaries.
Basic understanding of Clean code and Testing philosophy will help you understand and refractor code.

Description
This course is a guide to learn FastAPI. The FastAPI documentation is one of the best documentation. This course is for students who love videos as a medium to learn. We will be learning FastAPI with best practices. The Test-Driven Development goat ? will guide our development process. TDD is the way to think of the code before we actually write a piece of code. In this course we will be learning the following core concepts:

Creating APIs : We will implement the below endpoints:

Create Jobs

Retrieve

Update

Delete

List Jobs

User Authentication with basic security

Password will be hashed to provide additional security

We will use JSON Web Tokens to authenticate

Tokens won't be stored in LocalStorage or Cookies

Token will be stored in HttpOnly cookie

Version Control System

We will use GIT as our vcs

Github will be used to host our code

Creating web apps

We will use Jinja Templating Language

We will be working with several forms

Unit Testing

Tests will be written in Pytest

After each testing cycle, the Test database will be cleaned

Test Coverage

How not to write unit tests?

Permissions : A user who has not created the job, won't be able to delete it.

We will work with Postgres and monitor it using PgAdmin.

Fastapi provides us built-in OpenAPI docs, we will use the documentation to the fullest. The docs helps backend and frontend developers collaborate easily with each other.

Who this course is for
Beginners who want to build a real world webapp from scratch.

FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) 0532cedb1257cc973781a6d8f1490352

DOWNLOAD:
Citación :

https://rapidgator.net/file/b6e1ce95ae9e10cb46422d2123921de8/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part1.rar.html
https://rapidgator.net/file/a34845bd9e8616f1e51d84e1bc6df526/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part2.rar.html
https://rapidgator.net/file/97032ba680c1dc9dd9d7d51c47cb0965/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part3.rar.html


https://uploadgig.com/file/download/46e5b55717683132/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part1.rar
https://uploadgig.com/file/download/9361c71613df0e92/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part2.rar
https://uploadgig.com/file/download/618B9345933254c0/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part3.rar


https://nitroflare.com/view/A029A0BC04195B2/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part1.rar
https://nitroflare.com/view/FEC30FF4B7E8E5E/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part2.rar
https://nitroflare.com/view/D14835D20A1BA38/nrxe1.FastAPI.Full.Stack.Web.Development.API..Webapp.Updated.052021.part3.rar

Volver arriba Ir abajo
 

FastAPI Full Stack Web Development (API + Webapp) (Updated 05/2021)

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» 2021 FastAPI Full Stack Web Development (API + Webapp)
» FastAPI Full Stack Web Development (API + Webapp)
» FastAPI Full Stack Web Development (API + Webapp)
» Learn T3 Stack For Typesafe Full-Stack Web Development
» Full Stack Web Development Using Django

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-