All posts by Robin Jangu

About Robin Jangu

Robin is a Tech Blogger and Social Media Marketer.

Follow me on:

Blogs: 19

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 count23142 Views

Read time9 Min Read

E-Commerce

Manual TestingPerformance

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

view count14483 Views

Read time8 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 count28205 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 count21336 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 count22753 Views

Read time2 Min Read

debugging memory leak

DebugJavaScriptMiscellaneous

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

view count11202 Views

Read time4 Min Read

Uncaught RangeError: Maximum call stack

DebugJavaScriptMiscellaneous

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

view count11534 Views

Read time2 Min Read

Miscellaneous

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

view count14631 Views

Read time5 Min Read

Newsletter header

Miscellaneous

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

view count10832 Views

Read time5 Min Read