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…

PowerShell Functions [Create and Use Functions]

powershell function

PowerShell functions are essential building blocks that help simplify scripts and make code more reusable. These blocks of code perform specific tasks when called by name, saving time and reducing repetition in PowerShell scripts. Functions work like mini-programs within your larger script, accepting inputs, processing data, and returning results. In this tutorial, I will explain … read more…

How to Add Items to an Array in PowerShell (5 Simple Methods)

powershell add item to array

Recently, I was developing an automation script to manage a large inventory of servers, and I needed to add items to an array as the script ran dynamically. The challenge is that PowerShell handles arrays differently than many other programming languages. In this tutorial, I will show you five proven methods to add items to … read more…

TypeScript Switch with Enums [With Examples]

TypeScript Switch with Enums

Recently, I was working on a large TypeScript project that required handling different user roles in a clean and maintainable manner. The requirements included different UI elements and access permissions based on user roles – admin, editor, viewer, etc. That’s when I realized how powerful TypeScript’s switch statements combined with enums can be. In this … read more…

⏰ LIMITED-TIME OFFER

Join the SharePoint & Power Platform Developer Live Training

📅 Live training starts October 5, 2026
SharePoint Development
Power Apps & Power Automate
Copilot Studio
🎁
FREE 1-Year Access to SPGuides.Academy

Enroll now and get access to all 9 academy courses at no extra cost.

Secure your seat before the batch fills up.
Get the live training plus the complete SPGuides.Academy learning library.

Enroll Now & Get Your FREE 1-Year Academy Access → View live training details and schedule
Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Live Webinar

SharePoint Integration Power Apps Form With Repeating Table [Invoice Management System]

Learn how to build an invoice management system using SharePoint integration and a repeating table.

📅 2nd September 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