Month: March 2021

Tech Node JS: Package Management with NPM, Package.Json, and Package-Lock.Json Files

Node JS: Package Management with NPM, Package.Json, and Package-Lock.Json Files

  Node JS (Node) is server-side JavaScript (JS). It has light-weight and performs well. Node is designed to excel in web applications where there are a large number of requests that don’t perform massive amounts of calculations and return small bundles of data as a result. Applications written to be executed by Node JS can …

Read Article Read More

Tech AWS: Backup Options for Your EC2 Instance

AWS: Backup Options for Your EC2 Instance

AWS: Backup Options for Your EC2 Instance Introduction Today cloud services are very popular, because you can rent a server in the cloud and pay only for the resources you consume. Amazon Web Services provides a website hosting which is called EC2 (Elatic Compute Cloud). A server in the cloud is called an EC2 instance. …

Read Article Read More