Apache 2 – Installing SSL certificates
How to install SSL certificates on Apache2 in a Linux environment...
Generate CSR(Certificate Signing Request) in Linux
Generating Certificate Signing Request(CSR) on Linux...
Angular 2 – writing a custom filter
A hello world Angular2 filter pipe for easy results sieving....
Angular2 – Typescript cheatsheet
An ongoing list of common Angular2 and Typescript quick guide!...
Angular2 – writing custom pipe
Pipes are important for data transformations within a template. In this post, I create a simple slug pipe....
Angular2 – writing custom utility class
This post shows how to create a simple utility class for use in Angular2 applications....
Python libraries for data visualisation, data analysis and scientific computing
A list of Python libraries for visualisation and data analysis....
Front end libraries for visualisation
A curated list of front-end libraries for building charts and graphs...
Displaying hierarchical objects linearly in AngularJS using ng-repeat
This post shows how to display parent, child and grandchild relationship in tabular form using AngularJS ng-repeat. ...
Avoiding watches in AngularJS for faster data bindings
This post provides ways to avoid creating watches in AngularJS and tries to solve the issue of 2000 watches....
