Essential tools for Front End developers for daily use
As a Front End developer you’ll be using a lot of tools on a daily basis to make your life easier and workflow more productive. Below I’d like to share popular tools for Front End developers.
Frontend Dev Blog
As a Front End developer you’ll be using a lot of tools on a daily basis to make your life easier and workflow more productive. Below I’d like to share popular tools for Front End developers.
You can make a custom text selection color with pure CSS to match the theme color of your web app. To do so you’ll need to use a ::selection
pseudo-element.
Adding a font to a page can be done with both HTML and CSS. Depending on your requirements you can use any of the approaches.
There are a few ways how you can join two arrays in JavaScript, a spread syntax, a concat()
method, and a push()
method.
There could be cases when you want to apply a certain styling for the previous element in CSS. But can that be achieved? I’ll try to break it down in this article.