Popular posts

JavaScript
React
Post image

How to Solve Render Props Callback Hell

Posted September 24, 2019
Efficient techniques to solve the callback hell problem of React render props.
Continue reading ➞
Post image

Let's Master JavaScript Function Parameters

A detailed guide on how to use efficiently function parameters in JavaScript.
Continue reading ➞
Post image

How to Handle Easily 'this' in JavaScript

Posted September 11, 2019
How to handle easily 'this' value in JavaScript using an additional variable, arrow functions, manual binding, or fat arrow methods.
Continue reading ➞
Post image

How To Accelerate the JavaScript Spread Operator

The fast-path optimization increases at least twice the performance of JavaScript spread operator.
Continue reading ➞
Post image

5 Handy Applications of JavaScript Array.from()

Array.from() transforms array-like objects to arrays, generates ranges, removes arrays duplicates, initializes and clones arrays.
Continue reading ➞
Post image

How to Use JavaScript Optional Chaining

Optional chaining accesses properties from deep of nested objects without prop existence verification and intermediate variables boilerplates.
Continue reading ➞
Post image

5 Interesting Uses of JavaScript Destructuring

A list of interesting and helpful applications of destructing assignments in JavaScript.
Continue reading ➞
Post image

How to Make Your Open Source Project Successful

Posted August 6, 2019
A successful open source project solves a real problem, puts an accent on quality and has excellent documentation.
Continue reading ➞
Post image

Arrow Functions Shortening Recipes in JavaScript

How to shorten arrow functions in JavaScript to increase the readability of your code.
Continue reading ➞
Post image

How to Become a Better Software Developer by Digging & Climbing

Read my story of how to become a better software developer by digging low level details and climbing good system design principles.
Continue reading ➞