Writing is
thinking.
I write about solving problems with code, designing things people use, teaching, and learning. Archive
How to Automatically Sort Import Modules with ESLint
In this artcile, you’ll learn how configure ESLint to imports for us automatically.
Jan 5th, 2020 • ☕️ 1 min read • Code
Copy highlighted code snippets to the clipboard in JavaScript
Allowing users to copy Code Snippets to clipboard is a popular convenience feature for Websites. In this article, I will show you how to add Copy to Clipboard functionality to your Web Apps
Jan 3rd, 2020 • ☕️ 1 min read • Code
Useful utilities functions to use in your next JavaScript project
a collection of useful functions that you can use to create or expand your utilities library!
Jan 2nd, 2020 • ☕️ 1 min read • Code
How to Handle Concurrent Operations in Parallel in JavaScript?
Assume that you have more than one promise and you need to know when all the promises get resolved or you have to wait till all the promises resolve.
Dec 27th, 2019 • ☕️ 1 min read • Code