Install a Service and error: windows could not start the service on local computer error 1053

This is how you add a new Service in Windows Server 2012 (or other windows versions for that matter) and how to find a solution for the error: windows could not start the service on local computer error 1053. There are three ways to create a service, let us take a look at the first …

Create a nodejs backend app that use Express with Typescript

I am going to set up a nodejs backend app that use express with typescript. In other words, create a REST API in nodejs that uses TypeScript with the help of the express framework. For the database I am going to go with MySQL. With a backend like this you can easily have axios or …