Code Blocks If a variable is declared inside a code block {…} it’s only visible inside that block. For example: { let message = “Hello”; alert(message); } alert(message); We can use this to isolate a piece of code that does its own task, with...
Twelve years ago Apple revolutionized the industry with the launch of App Store, and nine years ago Apple came up with a phrase,”There’s an application for that!”. In June 2020 at WWDC, the phrase saw itself getting tweaked:”There’s an...
As we complete 2 months of lockdown due to the Covid-19 pandemic, organizations are still adjusting to the”new normal” – work from home, managing teams via online meetings and messaging. It is now inevitable for organizations to alter their business...
On a sunny Monday afternoon in early Feb 2020, my boss and I were having a casual chat on work-life balance’ and we instantly decided that it was time for a break”. We quickly nailed-down on Goa as the best place to go on a quick vacation and enjoy the...
“Steve Jobs has correctly called out in of his quotes that”Design is not just what it looks like and feels like. Design is how it works.” We use the Internet in our own way; would want it to be fast, informative and hassles free. As we all like our...
A clever person would want to solve the problem. A wise person better AVOIDS it. – Osmosys What is Software? The software is a collection of data or a set of instructions that tells the computer how to work and it enables the computer to perform a specific task....