jstack.hashnode.dev💡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 ...Jun 28, 2025·13 min read
jstack.hashnode.dev🧰 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 ...Jun 24, 2025·4 min read
jstack.hashnode.dev🚀 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...May 21, 2025·4 min read
jstack.hashnode.dev🚀 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 ...May 17, 2025·3 min read
jstack.hashnode.devAPI 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...Apr 25, 2025·4 min read