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 
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 
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
» Adobe Components 09.07.2024 Desatendido Multi [x86/x64]
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 11:17 pm por ПΣӨƧӨFƬ

» CyberLink PerfectCam Premium 2.3.7720.0 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 11:14 pm por ℛeℙ@¢ᴋ€r

» CyberLink PhotoDirector Ultra 2024 v15.6.1901.0 (x64) Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 11:10 pm por ℛeℙ@¢ᴋ€r

» CPU-Z v2.10 + Portable
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 11:06 pm por ℛeℙ@¢ᴋ€r

» Power-user Premium 1.6.1854.0 | Add-in PowerPoint, Excel, Word
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 11:02 pm por ℛeℙ@¢ᴋ€r

» CyberLink YouCam 10.1.4203.0 (x64) Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 10:07 pm por 大†Shinegumi†大

» FontLab 8.4.0.8894 Final
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 10:02 pm por 大†Shinegumi†大

» reaConverter Pro 7.818 Multilingual
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 9:33 pm por Engh3

» Radiant Photo 1.3.1.481 Multilingual+ Addon Pack (x64) 
FastAPI Full Stack Web Development (API + Webapp)  (Updated 05/2021) EmptyAyer a las 9:31 pm por Engh3

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 : 70352
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.

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