Appearance
Welcome to my blog. I write about web development, programming, and other stuff.
Recent Posts
Building Stateful Serverless Applications with Azure Durable Functions
Jun 12, 2023
Ever wish you could have a calculator that could remember its previous state even if it was turned off? With Azure Durable Functions, you can create something just like that! In this post, we'll learn how to build a counter that not only can increase or decrease its count but also remembers its state even if our application restarts.
Between Two Worlds: Digital vs Human Connectivity
Jun 05, 2023
Ever felt alone amidst the buzz of constant notifications? Or questioned if our hyper-connected lives are missing something fundamental? This post explores the paradox of our hyper-connected society and the lessons we can learn from 'Blue Zones,' regions known for their longevity and strong community bonds.
Asp.Net Core Performance Monitoring using Middlewares
May 29, 2023
Discover how to create a performance monitoring middleware in ASP.NET Core in our latest blog post! We delve into the steps of building a middleware, integrating it with your pipeline, and using it to monitor two different APIs—one fast and one intentionally slow. Equip yourself with this essential tool for your .NET toolbox!