X

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…

OAuth and OpenId Connect Demystified – DevTeach Montreal 2017 Talk

Wanted to share my DevTeach Montreal 2017 talk where I talked about OAuth and OpenId Connect. The types of OAuth…

Elastic Stack talk – DevTeach Montreal 2017

Wanted to share my DevTeach talk slides on Elastic Search. Where I went into introducing the Elastic Stack. Consisting of…

Introduction to Microsoft Bot Framework

In May 2017 I did a talk in Ottawa .NET User Group on Introduction to Microsoft Bot Framework, it was…

Xamarin Dev Days

Last week I did a presentation on Xamarin Dev Days here in Ottawa, the presentation was on Introduction to Xamarin,…

Redis for .NET Developer – Redis Transactions

Redis Transactions Redis provides a way to do Transactions, but the transactions are somewhat different than what you know from…

Redis for .NET Developers – Redis Pub Sub

Redis Pub Sub, somehow may sound weird that it provides such a functionality since when you think of Redis the…

Upcoming Talks at DevTeach Montreal 2017

Yeahhhh I am really exited that I have been selected to speak at DevTeach Montreal 2017 this year, July 3rd…

Redis for .NET Developers – Redis HyperLogLog Datatype

Redis HyperLogLog is used for calculating the cardinality of a set or non mathematically speaking it is a probabilistic data…