
PM2 - Production Manager for Node.js
PM2 is a process manager for node.js applications. A powerful tool that will facilitate common system administration tasks for node apps.


Hey there and welcome!
This is the first page of the book. An introduction to these publications that collect information about software development, best practices and insights from the latest web technology.
In this site you will find some coding examples that are easy to copy and paste. I post them to help understand the context of a publication and because they come handy while I am writing code. There are thousands of websites that share code and this one is just another one of them.
I believe writing articles is one of the best way to learn. I am not an expert in most of the publications that I write on this website, but I find really helpful to research about a topic and write about it afterwards. I try to be as objective as possible while writing, but because I am human any opinion expressed on this site comes from a personal point of view.
Web technologies are rapidly evolving and they change very quickly. That is why it is important to keep publications up to date. If you find any outdated reference, feel free to contact me and I will be happy to update them.
Thank you for stopping by and see you around!

PM2 is a process manager for node.js applications. A powerful tool that will facilitate common system administration tasks for node apps.

Why you should favour object composition over class inheritance. A Comparison of these object-oriented techniques and their use cases in software development.

Angular is one of the most advanced JavaScript frameworks at the moment. Been able to create nested routings based on modules is key to design an easy to scale Angular application.