Muhammad Shujaat Siddiqi
Exploring Microsoft's development stacks...
Monday, May 29, 2017
Angular2 - Directives
›
Directives give us the ability to create tags which can be directly used in the template. Since they are not HTML5 templates, we need to def...
Sunday, June 19, 2016
Neo4j – An Introduction
›
A graph database allows data to be saved in terms of nodes and edges and their properties. This type of database suits the business cases wh...
Tuesday, September 22, 2015
NW.JS (node-webkit) – An Introduction
›
Node webkit allows HTML5 applications to run in a desktop. It uses NodeJS and Chromium. Both are using the same V8 javscript engine. Since t...
Tuesday, August 4, 2015
Creating and Deploying Local Scala SBT Packages
›
In the last few months we have discussed various features of scala. Some features required using other scala packages. In this post, let’s d...
Sunday, June 7, 2015
Apache Thrift & C#
›
Services are based on the idea of RPC (Remote Procedure Calls). Apache Thrift is just another framework allowing us to write services but it...
›
Home
View web version