This course will give you a clear understanding of how to start using Prisma in your full-stack web applications. Prisma is an open-source ORM. It consists of the following parts:
In this course, we will learn how to use the power of Prisma in a TypeScript backend application using SQLite. Through the course, you'll be building an application to display the details of products that have been saved in the project's database. You will learn how to initialize Prisma, use Prisma Client to create and find records, use Express to create data dynamically, and much more🔥
In the end, you will be able to understand how Prisma works, and confidently start using Prisma in your own project.
The Prisma version used in this course is ^2.26
, and the latest version is 2.28
. As of 2.28
, there are no major breaking changes.
Wonderful introduction to using Prisma in TypeScript projects. I've been hesitating using ORMs in my personal projects, but I think this will become my go-to now. Thanks!!!
Covered the basics to get started.
This course was quick and to the point, Ryan knows his stuff.
Great Course. Precise and crisp.
Amazing course, short and to the point. Got me thinking around how to use Prisma for my project and will be of immense value for months to come. Thank you!!
so clear and neat and straightforward! I enjoyed this course so much. thank you
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.