X

Retry Pattern using Polly in C#

One of the easiest cloud design pattern that one can try out is the Retry Pattern. I wanted to show…

View X509 Certificate Serial Number using C# or Python

In this blog post I wanted to show how one can use C# or Python to view the serial numbers…

Powershell using DPAPI to store secure data in Registry

I wanted to store some data into registry but how do I store it such that it is secure for…

Using Hashicorp Vault for NodeJS application to store secrets

To continue on with our previous blog post, I will introduce Hashicorp Vault as a key management to manage our…

Using Vault for your Nodejs Secrets – My ForwardJS conference slides

Yesterday I gave a talk on using ForwardJS conference here in Ottawa on Hashicorp Vault - Using Vault for your…

Docker for NodeJS application using VSCode

In this post, we will continue our previous nodejs weather application and introduce Docker for NodeJS application using VSCode. We…

Creating a Nodejs Application with VSCode

In this post I wanted to go through how do we create a Nodejs application with vscode. The application is…

Elastic Search for .NET Developers – Ottawa IT Community Talk

Yesterday I gave a talk on using Elastic Search for .NET Developers here in Ottawa. The slides used were from…

Azure functions – Serving Html Data from Azure Functions

I wanted to try out Azure Functions to see if I can serve html data from Azure Functions that I…

Azure functions – Read file and use SendGrid to send an email

Was playing around with Azure functions and thought I would write a quick blog post on how to use Azure…