Lexical Environment & Closure

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...

Osmosys locks-in their campus selects during the lockdown

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...

Osmosys at the forefront of adapting to the”new normal”

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...

How To Create The Best User Experience For Your Application?

“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...

How to Solve Common Problems In Custom Software Development?

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....