Learn To Build A Full Stack Application with Azure SQL And Prisma |
Written by Nikos Vaggalis |
Friday, 13 January 2023 |
A self paced course by Microsoft Learn based on a real case study on how to apply Azure SQL with Prisma and Vue. Microsoft is pushing hard to make its Azure platform a major player in the Cloud Computing market, in an attempt to make Azure the dominant environment for developing applications. To that end, Microsoft has launched a multitude of educational programs and courses, like the one we recently examined in "Take the Azure Cosmos DB Cloud Skills Challenge", a free, self-paced course by Microsoft gives you the chance to expand your knowledge of Azure Cosmos DB . This Prisma one falls into the same category; free, self-paced and quick to deliver. In it you learn how to create a Full Stack application from Front to Back-End, using:
But first let's a look at the stack. We don't have to talk about Node/Vue and GitHub actions;everybody knows what they are. So, Azure SQL Database is part of the Azure SQL family, and is an always-up-to-date, fully managed relational database service built for the cloud. Azure Functions, provide serverless compute for Azure. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more. Azure Static Web Apps provide static content hosting and dynamic scaling for integrated serverless APIs. They support JavaScript and TypeScript front-end apps including those developed with popular frameworks like Vue. js, React, Angular, and more. And what about Prisma? While not tied exclusively to Azure it's new tech so I left the best for the end. Prisma is an open source Next-generation Node. js and TypeScript ORM. It consists of the following parts:
Prisma's main goal is to make application developers more productive when working with databases. Here are a few examples of how Prisma achieves this:
The course combines all those components to build a fully fledged database driven Employee management application.
The 37 videos are pretty short in length, in the range of 2 to 10 minutes, so this makes for a weekend's light reading list. While I was initially drawn into it by the Prisma aspect, the rest of the stack is actually making for a good project too. At the same time you get acquainted with the Azure platform, something that might prove useful, indeed...
More InformationA Full Stack Application with Azure SQL & Prisma-Youtube playlist A Full Stack Application with Azure SQL & Prisma-Github Related ArticlesTake the Azure Cosmos DB Cloud Skills Challenge
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |