Workflow Agent vs Autonomous Agent architecture for RCAWhen designing a root cause analysis system powered by large language models, two distinct approaches emerge: the Workflow Agent and the…2d ago2d ago
Essential Knowledge for Building Software from ScratchBuilding an application from scratch is a challenging skill — even more so in 2025. In today’s world, most development happens on top of…Feb 17Feb 17
Propagating ActivityId with AsyncLocal in C#In the C# ecosystem, the term ActivityId appears in several contexts:Sep 13, 2024Sep 13, 2024
Top 10 Azure Functions Anti-PatternsI’ve often come across suboptimal practices related to Azure Functions. To streamline the information, I’ve highlighted the top 10 Azure…Oct 18, 20231Oct 18, 20231
Distributed System Logging Best Practices (1) — OverviewI wanted to know the best practices how for writing logs. However, I can’t find the best practices for it. It might not be mature, however…Jan 12, 2023Jan 12, 2023
Distributed System Logging Best Practices (3) — AutomationWe use logging for automation. That saves a bunch of time especially if your team is working as DevOps model. Good logging practices help…Jan 12, 20231Jan 12, 20231
Distributed System Logging Best Practices (2) — How to write logs?Described the importance of logging on to the previous post. This article shows the best practices for logging messages.Jan 12, 2023Jan 12, 2023
How to solve sluggish Win11 issue when you RDP into itWhen I RDP into my machine, after upgrading to Win11, the first-time login was fine but second time, it gets sluggish. It was fixed by…Dec 22, 2022Dec 22, 2022
Writing a function with Action in PowerShellI wanted to write a function that has an action parameter. The goal is to write functions that have the following features:Oct 3, 2022Oct 3, 2022
Understand Advanced AssemblyLoadContext with C#I shared the fundamental of AssemblyLoadContext usage with the following Post. I’d like to plugin loading advanced. usages.Jul 4, 2022Jul 4, 2022
Understanding Dynamic Assembly Loading with AssemblyLoadContext in C#I encountered an issue that .NET Framework app reading a plugin in runtime. One person uses Library A, and the other uses Library B. Both…Jul 4, 20221Jul 4, 20221
Option patterns with custom configuration provider in .NETHow to develop reloadable provider for Option PatternsJan 3, 2022Jan 3, 2022
How to get an opportunity of an innovative project from scratch?Many people working on add feature/improvement on legacy code. Not many people working on designing from scratch and write code for brand…Aug 7, 2021Aug 7, 2021
How to prevent PowerShell from prompting on Mandatory parameter on CIWhen we use the mandatory parameter with PowerShell, it prompts. I’m considering using the script on the Continuous integration, so that I…Mar 5, 2021Mar 5, 2021
Azure Functions Kafka Trigger Performance Tips, Concept, and ArchitectureI frequently asked about the concept of the Azure Functions Kafka Trigger. I create a video and this blog to understand the Kafka…Dec 8, 20203Dec 8, 20203
Solving Memory Leak issue on KEDA v2 with the power of the OSS communityKEDA is a Kubernetes-based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the…Oct 26, 2020Oct 26, 2020
Solving flaky dotnet restore issue only on Docker — Failed to retrieve informationI’ve got stuck for a couple of days to solve this issue. When I build a Dockerfile, at the part of the dotnet restore I encountered this…Oct 12, 20202Oct 12, 20202
Debugging Azure Functions with Remote Container with PythonI’m working on Azure Functions Kafka project.Jun 28, 2020Jun 28, 2020
Durable Functions Distributed Tracing for ContributorsFor someone wants to contribute the Distributed Tracing for Durable Functions, I create a video series for the deep dive architecture of…Jun 13, 20201Jun 13, 20201
Durable Functions’ Distributed TracingI’m happy to announce the Distributed Tracing feature for Durable Functions. If you’ve never heard of Durable Functions, then I recommend…Jun 1, 20201Jun 1, 20201