Send a Mobile Notification Using Power Automate

Send a Mobile Notification When a SharePoint Item is Created

Do you want to receive a notification on your phone when a new form is submitted or a task is assigned to you? With the help of Power Automate, we can easily send mobile notifications. In this Power Automate tutorial, I will show you two flows: sending a mobile notification using a manually triggered trigger … read more…

String Starts With in PowerShell: Simple Methods That Works

powershell string starts with

Recently, I was working on a script where I needed to check if strings began with certain characters. There are various methods available to do this in PowerShell. In this article, I’ll explain various methods for checking if a string starts with specific characters in PowerShell. You can use these techniques in various scenarios, such … read more…

PowerShell Naming Conventions: Best Practices for Scripts and Modules

PowerShell Naming Conventions

When I first started writing PowerShell scripts over a decade ago, I quickly realized that consistent naming conventions make a huge difference in code readability and maintainability. Whether you’re writing a simple script or building complex modules, following proper naming standards helps you and your team work more efficiently. In this article, I’ll share the … read more…

PowerShell Variable Naming Conventions: Best Practices for Clean Code

PowerShell Variable Naming Convention

As a PowerShell developer, I’ve learned that following consistent variable naming conventions is crucial for writing clean, maintainable code. Over my years of PowerShell scripting, I’ve found that proper naming conventions make scripts more readable and easier to debug. In this article, I’ll share the best practices for PowerShell variable naming that I’ve developed through … read more…

How to Check if a Variable is Null or Empty in PowerShell?

powershell if variable is null or empty

While working on PowerShell scripts, you’ll often need to check if a variable contains data before performing operations on it. There are various methods for checking this. In this article, I’ll show you several methods to check if a PowerShell variable is null or empty. Let us check various approaches and see which one works … read more…

Power Apps Button Animation

PowerApps display a loading button until the data is saved

A few days ago, I was guiding one of my clients on how to save form data locally in Power Apps using collections. For saving data, I used the Collect() function instead of the Patch() function. There, we face an issue: when the submit button is clicked more than once, duplicate data is stored in … read more…

Export Arrays to CSV in PowerShell

Export Arrays to CSV in PowerShell

Over the years, I’ve found that exporting data to CSV files is one of the most common tasks when working with PowerShell. Recently, one of my clients asked us to export arrays to CSV in PowerShell. There are various methods to do so. In this tutorial, I will explain several ways to export arrays to … read more…

How to Push Objects into an Array in TypeScript?

typescript add object to array

While working with TypeScript arrays, you should know how to add objects to arrays in TypeScript. In this article, I’ll explain multiple ways to add objects to arrays in TypeScript, highlighting best practices I’ve learned from real-world projects. So, let’s dive in! TypeScript arrays are strongly typed, meaning they can be restricted to contain specific … read more…

How To Get String Between 2 Characters In TypeScript?

Get string between 2 characters in Typescript

When working with strings in TypeScript projects, I frequently need to extract a portion of text between specific characters. In this typescript tutorial, we will see how to get string between 2 characters in typescript using different methods. For example, the string is, Mindvalley-Afest#2023, the first character is – and the second character is #, … read more…

How to Convert Date to String in PowerShell (5 Simple Methods)

powershell convert date to string

When working with PowerShell scripts, I frequently need to convert dates to strings for various purposes – whether it’s creating log files, generating reports, or naming files with timestamps. There are various methods to do in PowerShell. In this tutorial, I will explain five different methods to convert dates to strings in PowerShell, using practical … read more…

Live Webinar

Build an IT Help Desk App using Power Apps and Power Automate

Join this free live session and learn how to build a fully functional IT Help Desk application using Power Apps and Power Automate—step by step.

📅 29th Apr 2026 – 10:00 AM EST | 7:30 PM IST

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…