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.
Working with Apollo GraphQl
The author talks about GraphQL and its benefits, accompanying the post with an example of creating a simple application.
Number types in Javascript
A detailed overview of the Number data type in JS. Kinds and types of numbers that can be used in code.
The DOM Interfaces
Major DOM interfaces, their inheritance and usage examples.
A Complete Guide to Javascript Maps
The post about what Maps are, how to initiate Maps, what are the main differences between Maps and Objects.
Let me understand how JavaScript works under the hood
The author of the post asks the question and explains what happens behind the scenes when a piece of JavaScript code is run.
Use PNPM instead of NPM, Yarn
How the PNPM package manager handles the task of installing dependencies intelligently and quickly while saving disk space.
An Introduction to PUG
Advantages of the PUG preprocessor over regular HTML, its syntax and features.
Star Rating Input Using HTML-CSS
Step-by-step markup of a rating selector based on stars.
8 Ways Variables Are Declared in JavaScript
Variable scopes, ways of creating and ways of declaring a variable.
JavaScript is not hard!! you are just not learning it the right way!!
Why JavaScript is hard to learn and how to properly organize the learning process to avoid pitfalls and maximize efficiency.
Top comments (1)
nice!