X

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…

ElasticSearch for .NET Developers

For the past year I have been evaluating and working and even presented ElasticSearch, and I thought it would be…

Azure Key Vault – Azure Saturday satazureday Ottawa

I had the opportunity to speak at satazureday Azure Saturday here in Ottawa last week, and went through the topic…

Cloud Design Patterns – Talk at Ottawa .NET Community

This week I gave a talk on Cloud Design Patterns at the Ottawa .NET Community. I wanted to share the…

Redis for .NET Developers – Redis Sentinel

If you are serious in running Redis, you will want to run it under HA mode (High Availability). So far…