Better responsive images with srcset and sizes attributes
A guide to using the srcset and sizes attributes to create responsive images
A guide to using the srcset and sizes attributes to create responsive images
The simplest way to set up an HTTPS server in Nodejs application when developing locally
Learn how to leverage Section Rendering APIs to improve your Shopify store's performance and create dynamic, context-specific sections. Discover tips for querying dynamic section markup, including product and collection context
Learn how to embed scripts and styles in your web pages without the need to modify your site's existing code. Use Github to host your script and style files, and jsDelivr as a CDN to deliver them to your web page.
When toggling the scrollbar on the Window, the layout shifts. This is because the scrollbar is added to the Window. How to prevent this with CSS?
Key notes to save plenty of time while working with git for command-line-developer
Some keynotes to keep in mind when working with Drag and Drop APIs in Javascript
If you are familiar with functional programming, Array.prototype.map must be a function that you work with every day. We encountered a tricky use case of it at Cốc Cốc recently, it took me a while to figure out, and here's the answer...
Learn about the differences between Function Declaration and Function Expression in JavaScript, including their definitions, hoisting behavior, and when to use each method.