Sorting values in a MySQL database is a very common task when you have to deal with data. However, when it comes to sorting data that include null values, there…
When working with a database, it’s important to keep track of the size of tables, so that we can identify which tables are taking up the most space and optimize…
Let’s assume there is a .net web api application and that the developer wants to use a different value of a nested property than the one in application settings. To…
Recently I started playing around with Terraform and I got very excited with how easy and fast it is to provision new resources, especially when someone wants to try out…
During the summer I was fortunate enough to take part in Summer in Greece Festival, a five-day event by Microsoft Learn Student Ambassadors in which MVPs, MCTs, and Microsoft Employees…
In Greece we are using the US keyboard layout and that means that the tilde key (~) is placed next to number 1 at the top left corner of the…
One thing I tend to forget is how powerful azure cli is and how many things can be done way faster through this tool. So, for example, if you want…
During the 24th AzureHeads meetup, I delivered a presentation about three azure services, Azure Functions, CosmosDB and Signalr; I talked about websockets and the benefits compared to long polling and…
In the Azure portal, if your account contributes to other Azure subscriptions, you are allowed to switch from one to another using a drop-down menu at the top left corner….
A CRON expression is a string consisting of six or seven subexpressions (fields), separated by white space, that describe individual details of the schedule. A very useful tool that enables…