Here are the top 10 posts from the past week that will be useful to front-end developers and beyond. The selection was made on the basis of their interestingness, uniqueness, presentation, usefulness and subjective assessment of the author.
How to format numbers to currency string with JavaScript
The post describes how to convert a number to a currency format, according to the required location.
Top 6 HTML Tags for SEO Every Developer Should Know
The post explains which markup elements are most important for SEO, as well as why they are important and how they look in implementation.
Objects in JavaScript (With Examples)
One part of an extensive series of posts dedicated to learning Javascript, goes into detail about what objects are in JS and how to work with them.
The Ultimate Guide to Google Core Web Vitals
The article discusses the main CWV (Core Web Vitals) benchmarks, what affects their metrics and ways to solve related problems.
CSS Media Queries
A detailed description of what media queries are in CSS, how to use them to control the responsiveness of web pages, and how it will look visually.
12 Very Helpful HTML attributes that can save Your Hours of coding
Unusual and little-known markup elements that can be useful for front-end developers both in their projects and to improve their knowledge.
APIs For Beginners (With Examples)
Another chapter of the already mentioned fascinating JS tutorial, which tells what API is, what types of API are and examples of its use.
Why Firefox Deserves Its Sad Decline…
An overview of the history from the rise of Firefox as the most popular browser to its decline and loss in competition with other browsers.
Difference Between Dot & Bracket Notation in JavaScript Object
The post considers two types of access to the elements of objects in the JS and the fundamental difference between them.
"Copy to Clipboard" functionality in plain JavaScript
Methods for copying and pasting content to/from a clipboard with examples and descriptions.
Top comments (0)