Blog posts are sorted in descending order by their publish date
Restoring Database in Microsoft Sql Server Docker Container
Setting up custom scripts to automatically restore databases in Microsoft Sql Server Docker Container
Mode of Operation for an Order System
Designing Mode of Operation for an Order System and place selective restriction on parts of the system
Authenticating API calls from Azure API Management to Functions
Setup configuration to authenticate forwared API requests from API Management to Function Apps
Transfer of ownership in Bitcoin
How the ownership of Bitcoin is transferred in the Bitcoin Transaction
React: Custom Instance Value with useImperativeHandle() Hook
Creating an alert component which will be used via it's instance value rather then the props
.NET: Creating data class with dynamic table attribute for DynamoDB
Using reflection to create data classes on runtime
C#: Thoughts on class design with "override" and "new" modifier
A brief discussion on designing behavior with "override" and "new" modifier
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
Resolving module transpiling error between test and build code
TypeScript compiler option: esModuleInterop
A digest on the experimental React Server Components
Recently the React team hosted an RFC for Server Components. Here are my thoughts on that.