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.
Service workers tutorial
Why use service workers, what they are, how they work, and how they differ from other workers in the browser.
The Power of Binding: A Beginner's Guide to Bind method in JavaScript
The author of the post explains what are the ways to bind an object to a function in JavaScript, besides the "call" and "apply" methods.
Every abbreviation used in JavaScript explained
Types of the most common abbreviations in the basis of JavaScript code, how they stand for and their application.
Alternatives to Git
This post looks at several alternative version control systems that offer features similar to Git.
GraphQL Oversimplified
What is GraphQL and Schema Definition Language (SDL), Queries, Mutations and Subscriptions.
Why Cookie is preferable compared to localStorage when it comes to authentication
This article breaks down 2 common places to store tokens: Cookies and localStorage.
Creating Variables in CSS
In this article, you will learn all the important aspects and ways to use CSS variables.
JavaScript Spread and Rest Operators: An Essential Guide for Beginners
What is a Spread and Rest Operator and what are the subtleties of their differences.
What’s the Difference Between Jest and Mocha?
This article looks at the pros and cons of testing frameworks like Jest and Mocha so you can choose the best one for your project.
Everything You Need to Know About HTTP Response Status Codes
This post introduces several server status and error codes, and explains what they reveal about what’s happening on the server behind the scenes.
Top comments (0)