Browsing Category
Javascript
Which 3 attributes your images must have?
It's very important to include an image to post to make it more interactive and triggering to your audience. As!-->…
Javascript optimization tips to know in 2021 🚀
Javascript can offer you as a developer new features that can improve your coding skills and can offer you solving!-->…
How to convert all Array values to LowerCase in JavaScript or with lodash
You can also now achieve this very simply by using an arrow function and the map() method of the Array:
var!-->!-->!-->…
Remote React Summit 2021
I'm attending Remote React Summit 2021. Register for free and join me there with 25k other React engineers and 50!-->…
Migrating away from moment.js
Moment.js was built for the previous era of the JavaScript ecosystem. The modern web looks much different these!-->…
Upgrade NPM Node.js on macbook
In macbook we can easily update upgrade NPM using a single command. Check my post on how to Upgrade NPM Node.js on!-->…
How to Edit Any Web Page in any web browser
What if you could type directly on any web page to modify it live? or even create some fake screenshots? That!-->…
JavaScript Nullish coalescing operator ‘??’
The nullish coalescing operator ?? provides a short syntax for selecting a first “defined” variable from the list.!-->…