Category Archives: Miscellaneous
• Debug • Miscellaneous
SyntaxError: JSON.parse: bad parsing
JSON or JavaScript Object Notation is a ubiquitous data format used by all sorts of mobile and web apps for asynchronous browser-server communication. JSON is an extremely popular data format, very easy to
April 5, 2018
28520 Views
3 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
11199 Views
4 Min Read
Apple Releases iOS 11.3
With one of the major updates, iOS 11.3, apple brings in exciting AR(augmented reality) experiences, Animojis for iPhone X users, updates in the visibility of battery health, performance, etc.
March 30, 2018
18196 Views
3 Min Read
• Debug • JavaScript • Miscellaneous
(Unknown): Script Error in JavaScript
If someone tries to violate the rule that you have set, what you’ll do in return? Send him Script error. Not in real life, though. 😉 But in JavaScript, if you try to violate the same origin policy,
March 29, 2018
10992 Views
2 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
11531 Views
2 Min Read
• Debug • JavaScript • Miscellaneous
Understanding Uncaught TypeError In JavaScript
Debugging Uncaught TypeError In JavaScript Out of the six primitive types defined in JavaScript, namely boolean, string, symbol, number, Null, and undefined, no other type throws as many errors as Undefined. The error most often than not is faced when the scripts come across uninitialized variable or object.
March 27, 2018
61682 Views
2 Min Read
Top 10 Bootstrap Themes
Website is always the front face to your business. Every user who gets to know about you goes through your website as the first line of enquiry. So, you must make sure that your website looks the best.
March 27, 2018
30517 Views
4 Min Read
How Can You Use Predictive Analytics To Optimize Your Testing Methods
Ever wished that you had someone like a tarot card reader who can predict what you need to do to optimize your product and tell you about possible problems even before their occurrence.
March 26, 2018
14054 Views
5 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
14629 Views
5 Min Read
How Evolution Of HTTP/2 From HTTP/1 Changed The Web
Ever came across the situation where you really need to open a web page fast and it’s taking forever because of slow internet speed? May be someone in your network is downloading a torrent choking the bandwidth?
March 21, 2018
9106 Views
8 Min Read