Showing results for September 2020 - Azure SQL Devs’ Corner

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 14, 2020
5
0

Fast loading data into Azure SQL: a lesson learned.

Davide Mauri
Davide Mauri

I'm preparing a series of post and samples on how to properly load data into Azure SQL using Azure Databricks / Apache Spark that I will start to publish very soon, but I realized today that there is a pre-requisite that in many cases, especially by developers new to the data space, is overlooked: good table design. Wait! If you're not a Apach...

Azure SQLBig DataApache Spark
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