SPFx Environment Variables: A Practical Guide for Every Scenario

access environment variables within spfx web part

If you’ve ever worked on an SPFx project with a team, you’ve probably hit this problem: your serve.json has your personal SharePoint URL hardcoded, your colleague has a different tenant, and every time someone pulls the latest code from Git, something breaks. Sound familiar? That’s exactly what environment variables fix. And once you understand how they work … read more…

Power Apps DateAdd Function: With UseCase Examples

power apps dateadd function quarters month

If you’ve spent any time building apps in Power Apps, you’ve probably run into a situation where you need to work with dates — calculate a due date, find records from the last 30 days, auto-fill an expiry date, or convert UTC time to local time. That’s exactly where the DateAdd function comes in. It’s simple, flexible, … read more…

Migrate from Gulp based to Heft based Toolchain in SharePoint Framework (SPFx)

heft configuration in spfx

If you’ve been building SharePoint Framework solutions for a while, you already know Gulp. It’s been the backbone of every SPFx project since day one — running your builds, serving the workbench, packaging your .sppkg files. But that era is officially over. With SPFx v1.22, Microsoft replaced the Gulp-based toolchain with Heft — a config-driven build orchestrator from the Rush … read more…

Power Apps Weekday Function – With Real Examples

powerapps weekday

If you’ve ever needed to figure out what day of the week a date falls on inside Power Apps, the Weekday function is exactly what you’re looking for. I use it all the time for things like skipping weekends in date pickers, highlighting working days, or just showing the day name next to a date. In this … read more…

Microsoft Teams Auto Mute When Joining a Meeting – How to Do

unmute microsoft teams meeting on phone

If you’ve ever joined a Teams meeting and found yourself muted without doing anything, you’re not alone. This is one of the most common things people get confused about in Microsoft Teams. And honestly, it makes sense — Teams has different muting behaviors depending on the situation, and some of those behaviors have changed in … read more…

Create an Agent in Microsoft 365 Copilot that Generate Word Document

How to Create an AI Software Lifecycle Generator Agent in Microsoft 365

If you’ve worked on any software project, even a small one, you’ve probably seen how much time goes into documentation. Before development even begins, teams are expected to prepare requirements, design plans, implementation details, testing strategy, and maintenance guidelines. This is important work, but it often becomes repetitive and time-consuming. In many cases, teams either … read more…

How to Record Microsoft Teams Meeting [Complete Guide]

how to record teams meeting

If you’ve ever finished a Teams meeting and wished you had recorded it, maybe because someone important missed it, or you just couldn’t keep up with the notes, this guide is for you. Recording a Teams meeting is easier than most people think. In this tutorial, I’ll walk you through every method: recording on desktop, … read more…

How to Change Solution Name in SPFx (SharePoint Framework)

how to rename spfx solution name

So you created an SPFx project, named it something like my-first-webpart in a rush, and now you’re staring at it thinking — this doesn’t look professional at all. Or maybe you downloaded a PnP sample from the community gallery, and now you need to rename it before deploying to production. In this tutorial, I will show you how … read more…

How to Give Access to Microsoft Teams Recording to External Users?

share teams meeting with external users

If you’ve ever recorded a Teams meeting and then tried to share it with someone outside your organization, a client, a vendor, or a freelancer, you already know it’s not as straightforward as just copying a link. External users don’t automatically get access to your recording, even if they were in the meeting. I’ve run … 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