Skip to content

Commit 09e4116

Browse files
author
Frank Boucher
committed
fix ending spaces in names
1 parent 0f92e24 commit 09e4116

9 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ Below you can see all the recorded videos about the application's development.
6868
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-database-25-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\25-creating-database.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 25 - Creating Database](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-database-25-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | Now we already created our Database server, it's time to create our Employee Database using Azure Portal. |
6969
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-shadow-database-26-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\26-creating-shadow-database.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 26 - Creating Shadow Database](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-shadow-database-26-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to create shadow database using Azure Portal. |
7070
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/install-packages-27-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\27-install-packages-backend-project.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 27 - Installing Packages](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/install-packages-27-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to install all the necessary packages for our project! |
71-
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\28-initializing-modeling-data-Prisma .gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 28 - Modeling Database with Prisma](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to learn how to initialize and modeling our database using Prisma. |
72-
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\29-migrating-database-with-prisma-migrate .gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 29 - Using Prisma Migrations](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to understand how Prisma migrations works! |
73-
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\30-testing-prisma-schema-using-prisma-studio .gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 30 - Using Prisma Studio](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to take a look how Prisma Studio works and use it to manipulate our database. |
71+
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\28-initializing-modeling-data-Prisma.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 28 - Modeling Database with Prisma](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to learn how to initialize and modeling our database using Prisma. |
72+
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\29-migrating-database-with-prisma-migrate.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 29 - Using Prisma Migrations](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to understand how Prisma migrations works! |
73+
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\30-testing-prisma-schema-using-prisma-studio.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 30 - Using Prisma Studio](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to take a look how Prisma Studio works and use it to manipulate our database. |
7474
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-createemployee-31-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\31-developing-create-employee.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 31 - Developing 'CreateEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-createemployee-31-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we're going to create our first function: Create Employee using Prisma & Azure Functions |
7575
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployees-32-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\32-developing-get-employees.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 32 - Developing 'GetEmployees'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployees-32-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to develop the functionality to list all the employees using Azure Functions. |
7676
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployee-33-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\33-developing-get-employee-by-id.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 33 - Developing 'GetEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployee-33-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to develop the functionality to return an employee by Id using Azure Functions. |
7777
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-updateemployee-34-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\34-developing-update-employee.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 34 - Developing 'UpdateEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-updateemployee-34-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to develop the functionality to update an employee by Id using Azure Functions. |
78-
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\35-developing-delete-employee .gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 35 - Developing 'DeleteEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to develop the functionality to delete an employee by Id using Azure Functions. |
78+
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\35-developing-delete-employee.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 35 - Developing 'DeleteEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to develop the functionality to delete an employee by Id using Azure Functions. |
7979
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/deploying-the-app-with-aswa-36-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\36-deploying-application-azure-static-web-apps.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 36 - Deploying the App with ASWA](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/deploying-the-app-with-aswa-36-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to deploy our application using Azure Static Web Apps with GitHub Actions Integration! |
8080
| <a href="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/next-steps-37-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos" target="_blank"><img src="medias\37-next-steps.gif" alt="Five second preview of the video" width="240" /></a><br> **[Vídeo 37 - Next Steps](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/next-steps-37-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)** | In this video we are going to see the next steps that you should see after this course! |
8181

medias/28-initializing-modeling-data-Prisma

Whitespace-only changes.
892 KB
Loading

medias/29-migrating-database-with-prisma-migrate

Whitespace-only changes.
889 KB
Loading

medias/30-testing-prisma-schema-using-prisma-studio

Whitespace-only changes.
1020 KB
Loading

medias/35-developing-delete-employee

Whitespace-only changes.
896 KB
Loading

0 commit comments

Comments
 (0)