Technical Articles

Posts published a while ago...

Request headers comes to our server in mixed-casing causing our application code to miss identifying the proper value. So what is the right way to handle it.
Synchronization across concurrent threads and shared resource updates are typically achieved through the use of "lock" keyword. Is that really valid in async/await pattern ?
Powershell 7/3/2020
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
Azure Resource Manager templates helps you to define the infrastructure/resources as code. That helps to maintain cloud resource and deploy them with control through a unified process.