Add Property to Object in TypeScript

typescript add property to object

Are you working with TypeScript objects? Then you may be required to add properties to objects. There are various methods to do so. In this tutorial, I’ll show you several ways to add properties to TypeScript objects, from basic approaches to more advanced techniques for special cases. Let’s dive in! TypeScript Objects and Properties TypeScript … read more…

How to Compare Strings in TypeScript

Compare Strings in TypeScript

When working with TypeScript applications, I find myself comparing strings almost daily. A few examples of when I was comparing strings include sorting arrays, validating user input, or checking conditions in my code. What seems like a simple operation actually has several nuances that can trip up even experienced developers. In this article, I’ll walk … read more…

How to Write to File without Carriage Return in PowerShell

"More text added" | Out-File -FilePath C:\Bijay\output.txt -Append -NoNewline

Recently, I was working on a PowerShell script that needed to output data to a file in a very specific format. The challenge was that I needed to write content to a file without adding carriage returns (line breaks) at the end of each line. This can be particularly important when you’re generating configuration files, … read more…

Check If A User Is Part Of An Office 365 Group In Power Apps

Check If Current Logged In User Is Part Of An Office 365 Group In PowerApps

When developing the Power Apps canvas application, you may occasionally need to verify whether the user belongs to a specific Microsoft 365 group. For example, suppose you want to enable or disable an action or Power Apps button based on the user’s group membership. In that case, we primarily need to check if the current … read more…

How to Append Text to Files in PowerShell

Append Text to Files in PowerShell

As a PowerShell user, I’ve found that one of the most common tasks is writing data to files, especially appending content to existing files without overwriting previous information. This will be helpful in scenarios such as creating logs, generating reports, or saving script output, etc. In this tutorial, I’ll walk you through the different methods … read more…

PowerShell Write to File [With Examples]

powershell write to file

If you are working as a PowerShell administrator, then you should know how to write to a file in PowerShell. PowerShell provides different methods for writing to files. I will show you here how to write data to a file using PowerShell, using different methods and examples. Method 1: Using Out-File Cmdlet The Out-File cmdlet … read more…

Reference Variables in PowerShell

powershell reference variable

Are you looking to learn how to manipulate variables more dynamically in PowerShell? The answer is the PowerShell reference variables. I’ve used this many times as a PowerShell developer with years of experience. Let me explain how to use reference variables in PowerShell with some examples. What Are PowerShell Reference Variables? In PowerShell, variables typically … read more…

PowerShell Array of Strings

PowerShell Array of Strings

As a PowerShell developer with years of experience, I’ve found that arrays are one of the most powerful data structures available in PowerShell. In this tutorial, I’ll explain everything you need to know about working with arrays of strings in PowerShell with examples. What is a PowerShell Array? An array is a data structure that … read more…

Sort Power Apps Data Table Based On SharePoint Choice Column

Sort Power Apps Data Table Based On a SharePoint Choice Column

If you are using a Data table in Power Apps, you might need to sort its data according to various requirements, such as sorting the table in ascending, descending, or alphabetical order. In Power Apps, it’s quite easy to sort data alphabetically or based on any column name (e.g., Employee Name), where the first character … read more…

Send Email Using REST API in Power Automate

Send Email Using REST API in Power Automate

It is easy to send an email in Power Automate using the “send an email V2” action. But we can also send the email using SharePoint REST API. This is especially useful in workflows where you want to send an email without displaying the sender’s email address. In this tutorial, I will tell you how … read more…

PowerShell Array – Complete Tutorial

powershell array

I have been working with PowerShell for the last 12 – 15 years. One thing I use frequently is arrays in PowerShell. As a PowerShell developer, you should know about PowerShell arrays. In this tutorial, I will explain the PowerShell array, including its definition, syntax, examples, and more. Arrays in PowerShell are powerful data structures … read more…

How to Use Array.find() in TypeScript?

typescript find

If you’re working with arrays in TypeScript, you should know how to use the array.find() method, which retrieves the first element in an array that meets a specific condition. In this tutorial, I will explain how to use Array.find() in TypeScript with clear syntax, detailed examples, and best practices. What is Array.find() in TypeScript? The … 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