JSJigyasha Sharma Satiinjstack.hashnode.dev·Jun 28, 2025 · 13 min read💡C# REST API vs. Boost C++ Microservices: A Developer's PerspectiveAs a C# developer, you're likely familiar with the ease and speed of building web APIs and microservices using frameworks like ASP.NET Core. It's a highly productive environment. Having worked with C++ for some time and recently came across Boost, I ...00
JSJigyasha Sharma Satiinjstack.hashnode.dev·Jun 24, 2025 · 4 min read🧰 Beyond Pacman: Unlocking Boost for MinGW with Vcpkg on Windows🛠️As a C++ developer, diving into powerful libraries like Boost is almost inevitable. It offers an incredible suite of tools, from smart pointers to advanced networking. However, if you're working on Windows with an MSYS2/MinGW setup, getting Boost up ...00
JSJigyasha Sharma Satiinjstack.hashnode.dev·May 21, 2025 · 4 min read🚀 Understanding Static Generation (SG) and Incremental Static Regeneration (ISR) in Next.js📋 Table of Contents What is Static Generation (SG)? Benefits of Static Generation Limitations of Static Generation What is Incremental Static Regeneration (ISR)? Benefits of ISR How to Implement SG and ISR in Next.js When to Use SG vs ISR? S...00
JSJigyasha Sharma Satiinjstack.hashnode.dev·May 17, 2025 · 3 min read🚀 Resolving Azure App Service Connectivity Issues with Supabase PostgreSQLRecently, 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 ...00
JSJigyasha Sharma Satiinjstack.hashnode.dev·Apr 25, 2025 · 4 min readAPI Security: A Brief OverviewAPI has become the backbone of modern software systems enabling seamless communication and data exchange between different platforms and services. APIs are incredibly versatile with it varied use cases: web applications, mobile apps, desktop apps, Io...00