Category Archives: Miscellaneous

All miscellaneous posts

macOS Mojave

LambdaTest UpdatesMiscellaneous

Meet Apple’s New OS !! macOS Mojave

Just a few hours ago, Apple announced the latest addition to its macOS arsenal as the world glimpsed at Mojave for the first time. The dark mode offers a certain sense of serenity and it would seem that Mojave has more

June 4, 2018

view count15888 Views

Read time3 Min Read

Testing conferences you must attend

Miscellaneous

15 Testing Conferences You Should Attend This Year

Conferences are the best place to exchange your knowledge. When it comes to testing conferences it’s no less. So, if you are looking to delve more into software testing world to gain major insights on what is going to

May 31, 2018

view count12488 Views

Read time4 Min Read

Top 5 Browsers of 2018

Miscellaneous

Top 5 Most Popular Desktop Browsers in 2018

Browsers rule over internet like gods. It’s amazing how a few line of code lets you explore the virtual world with such finesse. I made a bet with my colleague so as to which browser will win the popularity contest in the

May 7, 2018

view count19998 Views

Read time8 Min Read

JavaScript Framework or Libraries

JavaScriptMiscellaneous

Choosing The Right JavaScript Framework

The emergence of unique frameworks with each of them having distinct characteristic advantages has caused a rift in our wonderful JavaScript community. Developers advocating for their favorites as the golden era of

April 25, 2018

view count23139 Views

Read time9 Min Read

Test management in startup

Miscellaneous

Why Your Startup Needs Test Management?

In a startup, the major strength of the people is that they are multitaskers. Be it anything, the founders and the core team wears multiple hats and takes complete responsibilities to get the ball rolling. From designing to

April 17, 2018

view count20090 Views

Read time5 Min Read

Reference Error: Java Script

DebugJavaScriptMiscellaneous

Reference Error: JavaScript

How does it feel when you go to give a job interview and after reaching the interview location you find out that the company for which you are here doesn’t even exist. Obviously you got angry and your mind will start throwing negative thoughts. Exactly same happens with JavaScript too.

April 17, 2018

view count40873 Views

Read time2 Min Read

SyntaxError : Reserved Word

DebugMiscellaneous

SyntaxError : Reserved Word

Remember when you were a mere beginner in JavaScript, while learning you must have come across the term ‘reserved words’. These are the words that you can’t use as names for variables.

April 16, 2018

view count28202 Views

Read time2 Min Read

Memory leakage debugging, Javascript error

DebugMiscellaneous

Forgotten Callbacks, Getting a Closure

Reason why JS is adored all over the internet is because of the powerful libraries and tools that empower us in making efficient web pages in very less time. Closure is one of the perks of JS which is used quite a lot.

April 12, 2018

view count21333 Views

Read time3 Min Read

Javascript error debugging

DebugMiscellaneous

Why Global variables Shouldn’t Be Much Global

One of the biggest blunder a JS developer can do while writing a code is declaring unnecessary global variables. Global variables are extremely helpful for the programmers but if not used carefully would rob the speed and efficiency of any browser.

April 9, 2018

view count22750 Views

Read time2 Min Read

DebugJavaScriptMiscellaneous

TypeError: JavaScript

Can you add a number and an alphabet? Say, if I ask you to give me the result of the addition of 1 and H will you be able to give me the answer? The obvious answer is NO. Same goes in JavaScript too!If you add 1 and H in

April 6, 2018

view count16439 Views

Read time2 Min Read