Author: Ella Murphy

Setup an Alert when a File is Edited on OneDrive
Setup an Alert when a File is Edited on OneDrive
Blog Posts

When you share the file from your OneDrive with external users, often is to collaborate during the lifecycle of the document. There are some scenarios where you may want to know when that file is edited. So we have PowerAutomate where you can create a Flow to detect these changes. However, there are some tricks… READ MORE

Exchange Rate Conversion With Power Automate
Exchange Rate Conversion With Power Automate
Blog Posts

Many of us will work in organisations that have a global presence and therefore may have a need to know the value of something in a local currency / Exchange Rate Conversion. There isn’t any out of the box way to convert a base currency to another currency in Power Automate, so I wanted to… READ MORE

Executing CMDKEY via a PowerShell remote session
Executing CMDKEY via a PowerShell remote session
Blog Posts

I faced some troubles in executing cmdkey.exe on a PowerShell remote session, while I was trying to automate the creation of a SQL Failover Cluster Instance on Azure VMs, using Azure Premium File Share (PFS) as shared storage. You need cmdkey.exe since you must persist Azure PFS access credentials on the Credential Manager of both cluster nodes, into the… READ MORE

Migrate SQL Server Database to an Azure SQL Database
Migrate SQL Server Database to an Azure SQL Database
Blog Posts

You can use Azure Database Migration Service to migrate the databases from an on-premises SQL Server instance to Azure SQL Database. In this example, we will move the SQL Server 2008 database on on-premises Windows Server 2008 R2 to Azure SQL. As seen in the image below, there is a database called “DCOInsurance” on SQL… READ MORE

ASP.NET Core - How to digitally sign your JWT
ASP.NET Core – How to digitally sign your JWT
Blog Posts

When we decide to use JWT in our API’s and Frontend SPA, we need to use an algorithm when issuing a token. There are several options for subscribing to the JWT. It must be symmetrical or asymmetric. Probabilistic or deterministic. See in this article how to sign your JWT and tips on using them. When generating a JWT, it… READ MORE

Is Python Faster Than Visual Basic?
Is Python Faster Than Visual Basic?
Blog Posts

Many software developers and programmers have this doubt regarding whether Python is faster than Visual Basic. Some of the experienced Python Programmers have the opinion that Visual Basic is faster than Python. This blog discusses this aspect of Visual Basic and before getting into the reason why Visual Basic is faster than Python, let’s get… READ MORE