Showing category results for Azure SQL

Sep 21, 2020
Post comments count2
Post likes count0

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

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
Post comments count5
Post likes count0

Fast loading data into Azure SQL: a lesson learned.

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
Post comments count0
Post likes count0

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

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
Post comments count1
Post likes count0

Practical Azure SQL Database for Modern Developers

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 SQLDevOps.NET
Aug 31, 2020
Post comments count0
Post likes count0

Azure SQL & .bacpac the easy way

Davide Mauri

Restoring an Azure SQL database in one - well three - simple scripts: one with Powershell, one with AZ CLI + Bash and one using the ubiquitous SqlPackage

Azure SQLDevOps
Aug 21, 2020
Post comments count1
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Run and Monitor Apps

Melony Qin

As the last part of the series of working with big data analytics solutions in Kubernetes, we learned about how to work with cloud-native applications with BDC. Operating and testing are also essential parts as an enterprise-grade solution. This article will walk you through how to run and monitoring apps to SQL Server Big Data Clusters (BDC). ...

Big Data ClustersAzure SQLDevOps
Aug 14, 2020
Post comments count0
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Develop and Deploy Apps

Melony Qin

Kubernetes is designed to support an open platform to support a diverse variety of containerized workloads including both stateless and stateful and data-processing workloads. Technically any application can be containerized, it can be up and running in Kubernetes. As a cloud-native platform, Kubernetes is available to deploy cloud-native applicati...

Big Data ClustersAzure SQLDevOps
Aug 13, 2020
Post comments count0
Post likes count0

Azure SQL for Beginners – Video Playlist

Davide Mauri

Easily translate your SQL Server skills and experience to Azure SQL - using familiar tools and techniques. Insiders Bob Ward and Anna Hoffman walk you through configuring, monitoring, and troubleshooting database security, performance, and availability in this Azure SQL video series on more than 60 topics.

Azure SQL
Aug 6, 2020
Post comments count0
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Getting Started

Melony Qin

When it comes to innovation, we realized that the world’s most valuable resource is no longer oil, but data. One of the biggest challenges we’re having today is how to integrate disparate data sources from many different places. If you're looking into how to work on Big Data Analytics solutions in Kubernetes, that's where Big Data Clusters (BDC) co...

Azure SQLBig Data Clusters
Jul 22, 2020
Post comments count0
Post likes count0

Architecting REST API with Python, Flask and Azure SQL

Davide Mauri

Creating REST API with Azure SQL is never been easier thanks to its native JSON support. Let's see how we can use Python and Flask to create an elegant and modern solution to serve REST API to the world

PythonAzure SQL