Using TypeScript With NodeJs

Lately I have started to combine Typescript more and more with nodejs coding. In this post I will show how to incorporate Typescript into a nodemon based workflow.

Angular Server Side Templates in Express

In this post I will show how to use Angular to render server side templates.

Express Router

In this post I will show how I simplified the routing structure of my blog application.

Creating a microservice in NodeJs

In this post I will show how I implemented the commenting feature for my blog using a microservice api.

Using Sql Server from NodeJS

In this post I will show how to use Sql Server with NodeJS.