Introduction to Scalar UDF inlining in MS SQL Server 2019

3 years ago

Historically the use of User Defined Functions aka UDF has represented a great option to encapsulate logic into Database reusable…

An introduction to pathlib module of Python

3 years ago

First at all, I would like to clarify something that maybe sounds evident, but sometimes we forget, the path is…

Solving drop database error: can’t rmdir in MySQL

3 years ago

Sometimes, the only thing that we want is to drop a database(not in PRODUCTION) and recreate it from scratch, especially…

AZ-900: Lessons learned and Cloud perspectives

3 years ago

Recently I did the Microsoft Azure Fundamentals exam and passed, nonetheless this experience was totally different from previous exams and…

Python Lambda and Regex – A good team for replacing a string using dictionaries

3 years ago

The aim of this post is to show you a specific and useful tip in Python for replacing strings with…

Configuring a Cassandra cluster on Azure – Part III

4 years ago

This is the last article of the series about “Configuring a Cassandra Cluster in the Cloud” composed of three articles,…

Configuring a Cassandra cluster on Azure – Part II

4 years ago

This article is the second of the series about configuring a Cassandra Cluster in Azure. In the previous one we…

Configuring a Cassandra cluster on Azure – Part I

4 years ago

The Apache Cassandra Database is one of the most growing and so scalable NoSQL technology available in the market with…

Python for Data Engineering and other stories

4 years ago

If you are involved in the IT world it is more than sure that you have heard about Python and…

How to load millions of rows into MySQL without agony

4 years ago

This article is part of a series dedicated to showing some examples of Databases common problem and how to address…