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…
Notes
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…
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…
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…
In Greece we are using the US keyboard layout and that means that the tilde key (~) is placed next to number 1 at the…
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…
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…
Recently, in a project, we had to extract the values from a large collection of objects and, while the easiest way to do so was…
ASP.NET Core Identity uses default values for settings such as password policy, lockout, and cookie configuration. These settings can be overridden in the Startup class. By…
Let’s assume you have started experimenting with Azure Functions and, for your first app, you have chosen the Azure Portal as your development environment. You…