12factor 12 factor app in node.js and current reality Best practices of app design to be run in cloud or via some orchestration services such as k8s or ECS are wonderfully described in a methodology called 12 factor app.The official manifest
back-end Installing wordpress over ssh Installing wordpress over ssh on the ghost ami digital-ocean droplet.Connect to droplet over SSH:ssh -i /path/to/certificate user@server.name Create working directory at var/www:cd /var/www mkdir
back-end Debug Mocha TypeScript in vscode This is actual for following versions:node 10.16.0 mocha 6.1.4 typescript 3.5.3vscode 1.36.1Following configuration allows to run all the mocha typescript tests or the current
nodejs Node.js and Apache2 reverse proxy for isolation of blocking events Or reinvention of microservices :)While developing node.js back-end application you have to get rid of blocking i/o events in all possible ways. But what to do, if your application does have