Check If a String Is in an Enum in TypeScript

Check If a String Is in an Enum in TypeScript

While working on an SPFx development project, I got a requirement to check if a string is in an Enum in TypeScript. There are various methods to do so. I will show you here how to check if a string is in an enum in TypeScript with examples. Enums in TypeScript allow us to define … read more…

TypeScript Enum Naming Conventions

TypeScript Enum Naming Conventions

As a TypeScript developer with over a decade of experience working with enterprise-scale applications, I thought I would share the best practices for naming TypeScript enums. These are the naming conventions I have implemented in my own work and established as standards across development teams in major tech companies. While working with Enums in TypeScript, … read more…

Convert String to Enum in TypeScript [4 Methods]

typescript string to enum

Recently, I was working on a TypeScript development project where we wanted to convert a string to an enum. This is a common requirement for TypeScript developers. In this tutorial, I will explain various methods for converting strings to enums in TypeScript with real examples. What are TypeScript Enums? Before diving into the conversion methods, … read more…

Check IF Date is Today Using Power Automate

power automate today date without time

Have you ever needed to remind someone about a task deadline or clean up old files without doing it manually? With Power Automate, you can easily automate these tasks. In this tutorial, we will explore how to use dates in Power Automate to automate reminders and file management. Whether you need to check if a … read more…

How to Iterate Over Enums in TypeScript?

Iterate Over Enums in TypeScript

As a TypeScript developer, I frequently encounter scenarios where I need to loop through an enum to access its keys or values. In this complete tutorial, I’ll show you multiple methods to iterate over TypeScript enums, with practical examples and best practices that I’ve developed through years of TypeScript development. Enums (enumerations) provide a way … read more…

Create SharePoint List Lookup Column Using Power Automate

How To Populate A Lookup Column With Power Automate

Last week, while working on creating a SharePoint list and column from Excel flow, I needed to create a lookup column using Power Automate dynamically. At first, it seemed tricky since there’s no direct action for creating lookup columns. However, after some research and testing, I found a way to make it work using the Send an HTTP … read more…

TypeScript Promise [Guide to Asynchronous Programming]

TypeScript Promise

To become an expert in TypeScript, you should know how to work with asynchronous code. We can do this using Promises. Promises in TypeScript handle asynchronous operations, making your code more readable and manageable. They represent a value that might not be available yet but will be at some point in the future, allowing your … 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.

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