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…

How To Convert String To Double In TypeScript

convert string to double in typescript

Recently, I was building a financial dashboard application where I needed to convert string inputs to double values for calculations. The challenge with TypeScript is that it doesn’t have a specific “double” type like some other languages. Instead, we use the number type, which can represent both integers and floating-point values. In this TypeScript tutorial, … read more…

PowerShell Test-Path: How to Verify File and Folder Existence

PowerShell Test-Path Example

The PowerShell Test-Path cmdlet is used for checking if a file or folder exists on your computer. It returns “true” if the path exists and “false” otherwise, so you can quickly confirm file locations before running commands or scripts. This saves time and helps avoid annoying errors when you’re dealing with files and directories. PowerShell … read more…

How To Get String After Character In TypeScript

Get string after character in Typescript

In this typescript tutorial, we will see how to get a string after a character in typescript using different methods. For example, the string is “fest-2025”, then the character is ‘-‘, and after that, the string is 2025. Here are the five methods to get a string after a character in TypeScript that we are going to … read more…

TypeScript Check If String Is Number – 6 Proven Methods

typescript check if string is number

When working with user input or data from external sources in TypeScript, I often need to verify if a string contains only numeric characters. This is a common requirement in form validation, data processing, and many other scenarios. In this article, I’ll share several reliable methods I’ve used over my years of TypeScript development to … read more…

PowerShell Write to File UTF-8: Complete Guide with Examples

PowerShell Write to File UTF-8

When working with PowerShell scripts, I often need to output data to text files. Over the years, I have learned that using the correct encoding, particularly UTF-8, is crucial for handling special characters and international text accurately. In this tutorial, I’ll show you multiple methods to write data to files using UTF-8 encoding in PowerShell. … read more…

How to Sort Arrays of Objects in TypeScript

typescript sort array of objects

Recently, I was working on a project where I needed to sort an array of customer objects by different properties like name, purchase date, and total spending. As a TypeScript developer, I’ve found that the built-in Array.sort() method is very useful, but it requires some TypeScript-specific knowledge to use correctly with complex object arrays. In … read more…

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 Permission Checker Agent using Microsoft Copilot Studio

Learn how to build a SharePoint Permission Checker Agent using Copilot Studio. Using this agent, you can check library-level and file-level permissions. Also, identify Users, SharePoint Groups, and Permission Levels.

📅 1st July 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