Alex IsaacinYavarTechWorksUpgrading Node.js version for processes running in PM2PM2 is a popular process manager for Node.js applications. It ensures the continuous running of Node.js processes and its high…Mar 22Mar 22
Alex IsaacinYavarTechWorksReverse SSH Tunnelling — Why and How to make it?SSH is the protocol to make cryptographic communication between two machines in a network. This can be used to securely make a remote…Jun 28, 2022Jun 28, 2022
Alex IsaacKubernetes — Basic things to knowIn this story, we will see some basic concepts to understand before deep-diving into Kubernetes learningAug 31, 2021Aug 31, 2021
Alex IsaacinYavarTechWorksUnit Testing — Why and How to do it for NodeJS Application?I would like to explain why unit testing is needed and how we can do that for node application using Mocha, Chai and Sinon.Mar 3, 2020Mar 3, 2020
Alex IsaacinYavarTechWorksPostgreSQL — Using COPY , pg dump and restoreThe COPY command in the postgreSQL is used for importing data in the files into the database table and also for exporting tables from the…Jan 29, 2020Jan 29, 2020
Alex IsaacinYavarTechWorksAWS EC2 — Allowing Remote Login to the PostgreSQL DatabaseOnce the postgresql database is installed in the server, by default the listen address is set to localhost for security reasons. But…Jan 27, 2020Jan 27, 2020
Alex IsaacWhat did I understand about C CompilationThe C compilation procedure involves following four steps:Dec 30, 2019Dec 30, 2019
Alex IsaacNODE.JS - BASIC CONCEPTSNode.js is a javascript runtime built on chrome’s v8 engine. It is used for server side application development. It is an open source…Dec 30, 2019Dec 30, 2019