Quick snapshot on how to calculate compound interest in Microsoft Excel.
TILT#11 AWS Serverless Architecture
The following article briefs on the full blown Server-less architecture using AWS. AWS Lambda based serverless architecture provides cost effective solution where the customer can pay only based on the usage.
is Java free?
Java used to be a favourite programming language for most of the developers. It was initially developed by sun microsystems. Oracle then took over Sun microsystems. Java used to be free until version 8 (Java 8). But Oracle has changed its license agreements recently. The following link provides clarity on the terms and condition to use Java. Following are free Java alternatives.
https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244
TILT#10 Azure Fundamentals AZ900
If you are new to Azure cloud computing, then the best way to learn is by going through the Microsoft Azure fundamentals course. Very well crafted course for beginners.
https://docs.microsoft.com/en-us/learn/paths/azure-fundamentals/
Best books of all time
Here is the curated list of the best books of all time. Most of them are self-help books. These will help you upgrade your life.
TILT#9 icon images
The following website has a very good collection of icons. These free downloadable icons can be used for your presention, mobile or desktop applications.
TILT#8 CIDR Cheat sheet
The following URL is the cheat sheet for calculating the numbers of ip address from a CIDR range.
TILT#7 Corect way to install nodejs
NodeJS should not be installed using sudo / root. The following link has the details for correct nodejs installation
https://hackersandslackers.com/fixing-your-npm-installation/
TILT#6 AKS Workshop
The following URL provides a basic understanding of installing and managing Kubernetes (K8s).
TILT#5 – Test node.js using Mocha,Chai, Sinon
Here is a quick start up article to unit test node.js application using frameworks like Mocha, Chai, Sinon.
https://scotch.io/tutorials/how-to-test-nodejs-apps-using-mocha-chai-and-sinonjs