All posts by Robin Jangu
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
23142 Views
9 Min Read
• Manual Testing • Performance
How Modern E-Commerce Websites Are Built?
In a world bent on digitizing all the aspects of Modern life, emergence of e-commerce giants was only a natural thing to happen. New technologies pouring in from all over the world has resulted in the evolution
April 19, 2018
14483 Views
8 Min Read
• Debug • Miscellaneous
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
28205 Views
2 Min Read
• Debug • Miscellaneous
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
21336 Views
3 Min Read
• Debug • Miscellaneous
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
22753 Views
2 Min Read
• Debug • JavaScript • Miscellaneous
Debugging Memory Leaks in JavaScript
Introduction To understand the memory leakage issue, we must first understand how memory is allocated and recycled in a typical web browser operation. You don’t even have to imagine, just look around. The renting and subletting is similar to memory allocation.
March 31, 2018
11202 Views
4 Min Read
• Debug • JavaScript • Miscellaneous
Uncaught RangeError: Maximum call stack in JavaScript
Errors occur where you least expect them, JS developers face this nemesis on a daily basis. There are 2 ways to get these wonderful error messages: 1) Non-Terminating Recursive functions Browser allocates memory to all data types. Sometimes calling a recursive function over and
March 28, 2018
11534 Views
2 Min Read
How Slack Is Helping The Testing Teams
An acronym for ‘Searchable Log of All Conversation & Knowledge’, Slack has redefined the way of working. It evolved from an organizational communication to a corporate community platform,
March 22, 2018
14631 Views
5 Min Read
Top 11 Best Newsletters All Web Designers & Developers Should Subscribe Now
The world has no mercy for the outdated and old. We need to educate ourselves to keep up with the latest trends. In this issue, we bring to you the top 11 newsletters every Designer and Developer should subscribe to.
March 12, 2018
10832 Views
5 Min Read