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.
Best Practices For Case Styles: Camel, Pascal, Snake, and Kebab Case In Node And Javascript
This post will help you learn how to properly writing code and naming your variables, functions, and classes.
How to Use JavaScript some method
The post is about the some()
method in JavaScript and how it works.
What display: grid does
The author discusses the problems with understanding the display:grid
property and offers a live cheat sheet to help you understand it.
How to make a request within a loop
The post discusses two ways to make a request within a loop: sequence or parallel way.
8 must-know tips for writing clean code with Javascript
The best tools and tricks you can use to take your Javascript code quality to the next level.
Is Tailwind CSS Accessible?
Reasoning of the author of the post that Tailwind is not fully accessible like other frameworks.
Two ways to handle ltr/rtl on a page
Two ways to solve the problem of processing right-to-left languages.
All About CSS Animations
This article discusses design areas where the appearance can be further developed using CSS animation.
Let’s understand map, filter and reduce by writing polyfills for them
The post allows you to understand how map
, filter
and reduce
work by writing polyfils for them.
10 Reasons to Become a Front-End Developer
What does a frontend developer do and Why become a front-end developer.
Top comments (1)
@fruntend thank you!