Blog posts:

Setting up jekyll

My experience with it and best work-flow

Jekyll: Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache,... [Read More]

Executing PowerShell commands on Exchange Online (Office365) via C#

Useful for automating Exchange Online tasks

The default or easy way to manage Exchange Online for administrators would still be the Exchange management portal. However, there are situations where one might want to automate the process or execute scripts remotely. Following article explains how this can be done using PowerShell manually: https://technet.microsoft.com/library/jj984289(v=exchg.160).aspx This can be achieved... [Read More]

TypeScript: An Introduction

What's it all about?

With HTML5 becoming more and more popular the need to learn JavaScript is ever increasing and making it the most used language for the web. Its used in one form or the other (jQuery etc.). That’s because even thought HTML5 has lots of features, they are still just tags and... [Read More]