server Installing Node JS with NVM on a Debian Server What is NVM ? NVM - short for Node Version Manager - according to the description on its github page is described as a simple bash script to manage multiple active
Using Runit to supervise Nodejs Applications Keeping Nodejs applications running in the background requires daemonizing the process and ensuring it restarts should the application encounter an error while running. To achieve this, nodejs process monitors like
Securing your VPS : A simple checklist We are pretty much done with the first week of February but it's never too late to say a Happy new month! Getting a virtual private server (VPS) has never
dev-ops Your Own Vagrant Box in 7 Steps Vagrant is not a new tool in the utility belt of dev-ops engineers but for the uninitiated the vagrant website briefly describes vagrant as a means to: Create and configure
php Resumable Chunked PHP Upload Server Uploading files from a server to a client is very common. When making a POST with files in the request body PHP provides an easy way of picking up the
php The Developers' Holy Wars It's the second month of the year and time seems to be flying.There have since been some interesting topics of discussion in technology in the not-so-new year. Last year
bitbucket Automated BitBucket Deployment Introduction Automating your workflow is a must for every time conscious developer. There are a plethora of tools and services which aid the automation process but this article would focus