Blog Archive

You Don't Need This VS Code Plugin Anymore

(Updated on )
VS Code can automatically rename paired HTML, XML, and JSX tags without an external extension.

JavaScript Promise.all Explained

(Updated on )
Use Promise.all to wait for independent asynchronous operations and handle their results together.