Command Palette
Search for a command to run...
Comments (1)
Join the discussionPlease don't. The last code can be small but is very difficult to be readen fast by anyone. Come back to that code in 3 months from now and you will see that you will need a couple of seconds to understand it.
The code must be easy to follow. The first refactor with async/await is perfect, stick with it.
Yes, I totally agree that #3 is difficult to read even for experienced JavaScript coders. I was just trying to give an example of how sometimes it's possible to condense code to just one line JavaScript. I am going through this tutorial on MERN full-stack by Stephen Grider and came across this.
More from this blog
Email validity checker using Google's JSON API for DNS over HTTPS (DoH) in Google Sheets
Clean your email list even before sending it to a mass emailing solution like AutoSend to avoid a high bounce rate

Getting picoclaw to work on Windows
Try using an alternative to openclaw, which they claim is cheaper to use

The core use-case of TypeScript
Using types (and interfaces) to define a blueprint of a variable

Hashnode's GraphQL API for RSS feeds
Using GraphQL as an alternative to REST API for Hashnode

make makemigrations work again
making makemigrations work in Django when migrations is not pushed to git

