Blog posts are sorted in descending order by their publish date

Sandbox Virtual Machine for Development and AI Agent

Setting up a virtual machine sandbox and using it as an isolated environment for development and/or with AI agents
Read More →

Restoring Database in Microsoft Sql Server Docker Container

Setting up custom scripts to automatically restore databases in Microsoft Sql Server Docker Container
Read More →

Mode of Operation for an Order System

Designing Mode of Operation for an Order System and place selective restriction on parts of the system
Read More →

Authenticating API calls from Azure API Management to Functions

Setup configuration to authenticate forwared API requests from API Management to Function Apps
Read More →

Transfer of ownership in Bitcoin

How the ownership of Bitcoin is transferred in the Bitcoin Transaction
Read More →

React: Custom Instance Value with useImperativeHandle() Hook

Creating an alert component which will be used via it's instance value rather then the props
Read More →

.NET: Creating data class with dynamic table attribute for DynamoDB

Using reflection to create data classes on runtime
Read More →

C#: Thoughts on class design with "override" and "new" modifier

A brief discussion on designing behavior with "override" and "new" modifier
Read More →

C#: When to use struct instead of class

Deciding which one to choose between struct and class, to store custom data based on code performance
Read More →

Resolving module transpiling error between test and build code

TypeScript compiler option: esModuleInterop
Read More →

A digest on the experimental React Server Components

Recently the React team hosted an RFC for Server Components. Here are my thoughts on that.
Read More →

How It's Made - Tech Edition

Tech-Stack used for this website
Read More →