by Amrit | Jul 16, 2020 | Blogs, JavaScript |
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closures are...
by Amrit | Jul 16, 2020 | Automation Testing, Blogs, Software Testing |
The software testing industry involves two different kinds of testing- Manual and Automated. There are distinct differences between the testing types. Manual testing requires physical time and effort to ensure the software code does everything. Also, manual testers...
by Amrit | Jul 16, 2020 | Blogs, Hadoop |
Being a Data Warehousing package built on top of Hadoop, Apache Hive is increasingly getting used for data analysis, data mining and predictive modeling. Organizations are looking for professionals with a firm hold on Hive & Hadoop skills. In this post, let’s look...
by Amrit | Jul 15, 2020 | Blogs, Web Development |
The struggle to help developers how to understand the right HTML to use for visual buttons has been written about over and over. Yet libraries, frameworks, templates, and by extension, sites & applications still continue to get it wrong. I’m going to quickly recap...
by Amrit | Jul 15, 2020 | Blogs, Web Development |
Redirecting someone to another page or redirecting content to your webpage is a very good way to keep things interactive. This can be made possible by the “a tag in HTML”. Let’s understand this but first What are tags in HTML? HTML tags are like keywords which defines...