Javascript object A short introduction or knowledge refresh Posted on March 18, 2020 Javascript Objects [Read More]
Localhost with Https How to set up https://localhost Posted on October 9, 2019 There are some apps which require you to use https, but what if you aren’t ready to deploy and are still working using localhost? [Read More]
NodeJS as Windows Service Let's build a PDF Report builder using just NodeJS Posted on August 14, 2017 Recently I was given a task of writing a PDF Reporting solution. I ended up writing everything using Crystal Reports, due to business reliance but started with NodeJS as Windows Service setup. [Read More]
Dependency Injection DI in Angular2 Posted on July 27, 2017 What is and how to use Dependency Injection (DI) [Read More]
Ngswitch In Angular2 Angular 2 build in directives Posted on July 26, 2017 You can use *ngSwitch when you’re planning on displaying something based on a condition. [Read More]