๐ This week we're all about frontend! You showed your love for our new integration with Hashnode, as we have so many Hasnode articles this week.
As always, all posts were ranked by daily.dev community. Shout out to all the authors. ๐
So, let's get it started.
12 HTML Tags You Don't Know
๐ Semantic HTML is important, especially for screen readers and accessibility. Getting to know new HTML elements helps us to avoid using div as a default.
Introduction to Moon.js
๐ Moon.js is a minimalistic JavaScript library for building fast, functional UI.
Kanlist - Organise your work and life in a more beautiful way
๐จโ๐ซ Kanlistโs boards, lists, and cards enable you to organize and prioritize your projects in a fun, flexible, and rewarding way.
Why you shouldn't use Double Equals Operator in JavaScript
๐คฏ We use the triple equals operator by default, but did you ever stopped to think why?
Bash ~ never forget to git commit again ๐ฅ
๐ Chris guides you through creating a bash script that checks if you have unstashed changes in all of your projects
Cool VS-Code Themes for Developers
๐ A list of 5 brilliant VSCode themes
var, let, and const in JavaScript: a cheatsheet
๐ If you are new to JavaScript, you might wonder what is the difference between var, let, and const. Here is a cheatsheet to help you understand. My tip, don't use var, and use const by default.
This Image Is Also a Valid Javascript File
๐จโ๐ฌ Sebastian conducted an experiment to turn an image to a JavaScript file and load it with a script tag. He shares his experience in the post.
Understanding the difference between useMemo and useCallback
โ๏ธ useMemo and useCallback are two popular React hooks. If you wonder what is the difference between the two and why should you even use them, check out this article.
Ways websites implement dark mode
๐จ 4 ways to implement dark mode using CSS and JavaScript.
๐ Wrap Up!
That was all for this week. We will come back with another list of interesting development posts next week.