X

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…

Redis for .NET Developers – Redis GeoSpatial

Redis GeoSpatial data sets are actually just SortedSets in Redis, there is no secret about it. Basically it provides an…

Redis for .NET Developer – Lua Scripting

Redis Lua Scripting Redis provides a way to extend its functionality on the server side by providing support for Lua…