Showing results for Node - Azure SQL Devs’ Corner

Jan 18, 2022
0
1

Automatic GraphQL and REST endpoint for Azure SQL with Directus

Davide Mauri
Davide Mauri

Extremely performant and built entirely on Node.js, Directus is an open-source Data Platform that installs as a layer on top of your existing SQL database, so that you can you instantly get a dynamic API (REST and GraphQL) to your database

Azure SQL
Oct 11, 2021
0
0

Modern application development with Prisma, GraphQL (or REST) and Azure SQL

Davide Mauri
Davide Mauri

Prisma is an open-source next-generation ORM for Node.js and TypeScript that eliminates many of the usual challenges that developers face, making you more productive and confident when building data-intensive applications. You can use it as an alternative to traditional ORMs and SQL query builders to read and write data to your database.

Azure SQLJavascriptTypescript
May 25, 2021
2
0

LAUNCH: Build serverless, full stack applications in Azure

Anna Hoffman
Anna Hoffman

Whether you’re new or seasoned to cloud, development, and SQL, building and architecting applications in the cloud has become a required skill for many roles. Today, we’re excited to announce a new learning path to help developers of all skill levels learn how to create applications quickly and effectively with Azure.

PythonAzure SQLDevOps
Oct 8, 2020
5
0

Resources to become a Well-Rounded Full-Stack Developer

Davide Mauri
Davide Mauri

  If you want to start coding and create your own solutions - be it an App, a Website or something else - or if you want to start a career as developer, you're in luck! There has never been so many and so good training material around, and - even better - available for free. Last addition to the amazing long list of videos and resour...

Azure SQLPythonJavascript
Sep 21, 2020
2
0

TodoMVC Full Stack with Azure Static Web Apps, Node and Azure SQL

Davide Mauri
Davide Mauri

TodoMVC is a very well known (like ~27K GitHub stars known) application among developers as it is a really great way to start to learn a new Model-View-Something framework. It has plenty of samples done with different frameworks, all implementing exactly the same solution. This way is very easy to compare them against each other and see what is...

Azure SQLJavascriptNode
Sep 8, 2020
0
0

Serverless REST API with Azure Functions, Node, JSON and Azure SQL

Davide Mauri
Davide Mauri

Javascript / Typescript (and thus Node) are, among Full-Stack and Back-End developers, one of the most common choices to create scalable, elegant, high-performance, REST API to be used by the most diverse clients. Azure Functions are another pretty popular solution that developers use to create scalable solution without having to deal with all the ...

Azure SQLJavascriptNode
Sep 2, 2020
1
0

Practical Azure SQL Database for Modern Developers

Davide Mauri
Davide Mauri

Practical Azure SQL Database for Modern Developers: a book to learn how to take advantage of the all the breakthrough technologies available in Azure SQL like columnstore, in-memory lock-free tables, row-level-security, graph and geospatial support to create modern, scalable and secure applications.

Azure SQLDevOpsPython