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
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 
ℛ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 
ПΣӨƧӨ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 
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 
大†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 
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 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» O&O Defrag Professional/Server 29.1.11201 (x64) 
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» n-Track Studio Suite 10.2.0.9142 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 2:13 pm por ПΣӨƧӨFƬ

» LibRaw RawDigger v1.4.9.821 (Profile Edition)
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 2:12 pm por ПΣӨƧӨFƬ

» FinePrint 12.08 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 2:06 pm por ПΣӨƧӨFƬ

» pdfFactory Pro 9.08 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 2:05 pm por ПΣӨƧӨFƬ

» Telegram Desktop Messenger 5.7.1 AIO Silent Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 1:47 pm por ℛeℙ@¢ᴋ€r

» Microsoft Edge WebView2 130.0.2849.68 AIO Silent
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 1:33 pm por ℛeℙ@¢ᴋ€r

» Microsoft Edge Stable 130.0.2849.68 Dual x86x64 [Silent]
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 11:35 am por ℛeℙ@¢ᴋ€r

» WordWeb Pro 10.42 + Ultimate Reference Bundle
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyHoy a las 10:16 am por ℛeℙ@¢ᴋ€r

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 : 76905
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-