Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Learn T3 Stack For Typesafe Full-Stack Web Development
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 355.32 MB | Duration: 1h 18m
This is a course that will allow you to get a head start into T3 stack web development.
What you'll learn
Understand what and why typesafe web development is important
Understand how to use tRPC and all of its advantages in a T3 stack
Understand how to use Prisma in a T3 stack
Understand how to make authentication with NextAuth and the T3 stack
Be able to quickly deploy T3 applications to Vercel
Requirements
Basic knowledge of HTML and CSS are required for this application as this will course will explore how to use the T3 stack and all of its advantages.
Have latest version of NodeJS, npm and npx
Description
The T3 stack is a development stack made by Theo. Its focused on its simplicity, modularity and full-stack type saftey. Utilises tools such as tRPC which allow the developer to create fully typesafe RESTful apis between the client and the server. T3 also uses Prisma which also allows you to create database queries with typesaftey.This course will go through basics of every component / tool in t3 and the structure of a t3 stack app. We will explore how to use NextAuth with discord authentiction, We will also understand how we can use the JWT strategy in NextAuth to gain information from the provider account (For example the discord discriminator or id from discord itself). This course will also go through the basics of tRPC and its ability to create typesafe RESTful apis between the server and the client. We will also look at how to use prisma models and how to migrate the prisma db and finally look at some basics in react. Otherwise through learning the basics of React, NextAuth, Prisma, and tRPC we will make a blog up to place all the things we learnt together.Setting up...