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.
Learn Closure in JavaScript with examples in < 16 mins
Explaining Closure in understandable terms using easy-to-understand examples.
10 FREE SVG Icon Libraries For Front-End Developers
The author of the post offers a list of resources where you can find many free SVG icons for your project.
How Control Flow Works in JavaScript
Helpful ways to write code that will help you make it more concise and efficient.
A guide to Intersection Observer
This article covers the Intersection Observer API, an easy way to determine if a DOM element is somehow intersecting with the viewport or with another element.
Quick Guide To CSS Preprocessors
What are Preprocessors in CSS, what coding problems do they solve, their features, pros and cons.
Error Handling With try, catch and finally Blocks in JavaScript
This post is about graceful error handling in JavaScript using try
, catch
, finally
blocks.
A description of how browser rendering works
The article explains how your browser converts HTML, CSS, and JavaScript into a working website that you can interact with.
What is the Fastest Loop Type in JavaScript?
Which of the built-in array methods to choose when performance really matters.
Audio and Video HTML Tutorial – Learn how to add sound effects, videos and Youtube videos to your website
Ways to embed audio and video files into web pages without using Flash or other plugins.
How to Delete Local and Remote Git Branches
How to delete local and remote branches on GitHub and an overview of some common mistakes when deleting a branch.
Top comments (0)