Feb 11 · 1 min read · A Step-by-Step Debugging Guide for Developers When Your App Randomly Goes Down. Few things cause more panic than this scenario: Your app works locally Deployment succeeds Suddenly the app goes down Logs show repeated restarts No clear error...
Join discussion
Feb 10 · 8 min read · In today’s data-driven world, businesses rely on effective reporting and analytics to make informed decisions. The Bold Reports’ Report Server is a valuable reporting solution that empowers organizations to enhance their existing infrastructure effor...
Join discussion
Feb 6 · 8 min read · In today’s data-driven world, businesses rely on effective reporting and analytics to make informed decisions. The Bold Reports’ Report Server is a valuable reporting solution that empowers organizations to enhance their existing infrastructure effor...
Join discussion
Jan 10 · 5 min read · This is a hand-on project which simplifies a cumbersome task into simplicity to anyone who wants to follow suite. My objective is to use commands to design a website, host it in azure App Service and demonstrate how to make changes on the website in ...
Join discussion
Dec 30, 2025 · 3 min read · When working with Microsoft Graph API inside Power Automate or Power Apps, many developers face this error: /me request is only valid with delegated authentication flow. This happens because the HTTP connector with client credentials only works with...
Join discussion
Nov 25, 2025 · 5 min read · Hosting practices have evolved rapidly, especially as .NET 8 applications adopt more cloud native patterns. Teams often ask whether they should continue hosting applications on IIS or Nginx running on virtual machines, or move to a managed platform l...
Join discussion
Jun 9, 2025 · 4 min read · In today's fast-paced digital age, enterprises are under constant pressure to distribute applications quickly, reliably, and scale applications. Microsoft Azure, a major cloud platform, provides a powerful solution through the Azure web apps - a full...
Join discussion
May 17, 2025 · 3 min read · Recently, I faced an interesting connectivity issue while deploying a .NET Core application hosted on Azure App Service, trying to connect to a Supabase PostgreSQL database. While the app worked fine locally, it failed when deployed to Azure. Here's ...
Join discussionMay 16, 2025 · 3 min read · Step 1: Add Secrets to GitHub Go to your GitHub Project Repository → Settings → Secrets → Actions: Add GitHub secrets: Go to your GitHub repo > Settings > Secrets > Actions Add these secrets that will be consumed when the GitHub Actions CI/CD pip...
Join discussion