timer

15 minutes

Published:

2023-12-15

The most useful free resources for Frontend developers in 2024

The most useful HTML/CSS/Javascript resources (beginner to advanced)

The most useful free resources for Frontend developers in 2024

Well-chosen resources and tools greatly influence our results in all areas of life. Web development is no exception. Most of the beginners don’t know where to start learning, which is understandable given the ever-expanding nature of the Internet.


During the past years I managed to filter down the best resources out there, to learn, and develop myself in many aspects related to programming. Now, I’m going to share the result with you, and you are going to get an answer for questions like:

  • Where do you start learning?
  • What should you start learning?
  • What tools should you use?
  • How to improve your way of learning/working?

In most cases front-end developers' careers start with HTML and CSS. It’s not a coincidence. Every webpage on the internet eventually compiles to plain HTML, which gives us the skeleton (main structure) and CSS that adds the cosmetics to it. It’s a solid and reliable starting point, since you get an easily comprehensible visible representation of your work. Let us begin from this starting point too. By the end of this article you will be enriched with a solid set of tools that will be essential in your daily routine 😊


1. Learning/Tutorials

W3: The most essential place to start your web developer journey.

If you are a total newbie, w3 schools can give you a solid understanding of the basic pillars of the web. Mostly I visit the site, if I need a HTML or CSS snippet, or I want to see some properties and their possible values.

W3docs tutorials

All meta tags: A comprehensive collection of html meta tags. Get a better understanding of how html meta data works and what they can offer.

Meta tags are very important to know, because they can affect your page’s appearance and highly affect your SEO (search engine optimization) scores. The most important tags are the ones which affect your SEO score (title, description, keywords, canonical, robots), and the social media related ones (OG meta). Here you can find all the meta tags in one place separated by usage.

all meta tags

Semantic tags - Accessibility: Why is it important to use semantic tags? Get a better understanding of accessibility.

Accessibility is mainly a SEO concept. It helps the crawlers/robots/web-spiders to scan and evaluate your page’s content. With semantic tags you can tell the robots what kind of content they will find in a specific container, but in a human readable way.

Semantic tags - Accessibility

Css tricks: Css tricks is your holy grail to learn css best practices, and expand your knowledge overall in css.

Somehow I always end up here, when I want to deepen my knowledge in css. They have a high quality blog, which they update on a daily basis. Big names in the developer world have published articles here. They have video tutorials, code snippets, guides, and at last but not least the CSS Alamanac, where you can find all the css properties in one place. When you are stuck with a css problem I highly recommend you to include “css tricks” in your search terms at first.

Use Css tricks almanac to learn all possible css properties

CSS tricks

Flexbox froggy game: _The css flexbox is a must-have skill to start your site-builder career. _

You can build basic and intermediate layout skeletons with it. This game absolutely amazingly presents what flexbox can do, and it helps you to understand in a practical way.

Flexbox froggy game

Codefantasy CSS Grid game: The css grid is also a must-have skill to be a professional site-builder.

You can build advanced layout skeletons with it. Codingfantasy teaches you this in the form of a demanding and easy-to-digest intuitive game, completely free of charge.

Codefantasy CSS Grid game

CSS reset: With resetting CSS, you give all different browsers a common starting point to deal with your project.

The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

CSS reset

Responsivity: Learn fluid layouts, breakpoints, media queries and other important aspects of responsive web design.

A very overall and up-to-date study about responsive web design in 2022. It’s beginner's level, but I‘ve found it very valuable, since it tells you all the main aspects of responsibility, and gives you easy and nice examples on how to implement the concept.

Responsivity

2. Youtube channels

Kevin Powell - The css king: This guy is making so good and comprehensive content, so that he was crowned royalty by the people of the internet. Definitely worth checking out.

Kevin Powell - The css king

Online tutorials: Quick, simple, versatile, and innovative HTML+CSS templates with best practices in mind. The most compact and spectacular way to expand your css knowledge via video tutorials.

Online tutorials

3. Generators

All in one generators: TCreate any css code on the web quickly. Spare time, and get a grasp on best practices.

It’s not too realistic to use these tools to do your everyday’s css, but it is a very nice tool to understand things, and deepen your best practices. In most cases you would probably use one or two of these tools, but still, it’s just a good thing to have this kind of reinforcement, if you are in need of it.

All in one generators

Favicon generator: A good website must have a good favicon too. It helps you stand out in the world of browser tabs.

You spent hours on design, colors, graphics... How much time left for the favicon? Probably not much. This professional free tool can do it for you in 2 minutes. It also gives you the opportunity to set an apple touch icon, PWA icon, and you can set your theme color as well.

Favicon generator

Free UI elements: Get high quality free UI elements to you project.

This place can be a total hit, if you want to be inspired. I would recommend it mostly for input elements.

Free UI elements

4. Others

Css auto prefixer: However modern css frameworks and tools will probably do it in the background, in some cases it is highly recommended to check the multi-broweser compatibility manually. Auto prefixer helps to convert your css to multi-browser compatible code.

Css auto prefixer

Can I use - CSS property compatibility check: If you’re not sure you can use a specific css property with full multi-browser compatibility, check it on this website. I often come here, when I use some newly released or experimental css property.

Can I use

SVGator svg animations: Make outstanding svg animations (even without any animation experience) almost for free.

SVG animations are difficult to make. But it was only difficult until now. SVGator isn’t completely free of charge (12$/month), but it has a free version where you can state the fact that it’s totally worth the money. The platform is impressively easy to understand and use. After 2 hours of practice you can technically animate whatever you’d like to.

SVGator svg animations

Find the best fonts: Find fonts that match your idea/brand/design the best.

Figuring out how to pick the best font for your brand can be overwhelming. Learning more about different typefaces and font combinations can make things simple. When it comes to choosing the right typeface for your brand or design project, there are a number of different factors to consider. 1. Understand your brand identity, 2. Take note of the brand fonts you admire, 3. Research typography, 4. Choose a few fonts to start, 5. Consider the typographic hierarchy, 6. Ask for feedback.

Find and download fonts and webfonts:

Find the best fonts

Color palettes: Make your colors consistent! Find predefined color palettes, or make your own palette.

If we were not born as a designer prodigy, developing a sense of beauty may be difficult. This website is intended to fill a part of this gap. We can choose from more than 1,000 pre-made color palettes, which will surely provide a result with a consistent color scheme.

Find and download fonts and webfonts:

Color palettes

Email templates: Making HTML Email templates can be really a pain in the ass.

Different email clients (gmail, outlook, etc.) might interpret your email template differently. Therefore there’s only one way to make a stable template. HTML table layout, with inline css. Unfortunately it’s very unintuitive, and it’s probably always wiser to use a premade template.

Email templates

Free HTML+CSS templates: If you want to be inspired or practice with altering other’s code, then free-css.com is a good place to start.

Free HTML+CSS templates

HTML symbols: Usually we don’t use symbols on a daily basis, but it’s definitely essential to know the basics of HTML symbols and entities.

HTML symbols

Material design: Use and master the predefined tools developed by google. Find themes, icons, fonts, and get open source projects.

Material design

5. Must-read articles

Mobile first principle: Understand the importance of phone optimization. In 2022 60% of people browsing the internet from their phone. In web development it means, you have a higher priority on developing on mobile devices firstly, then for desktop and other devices.

Mobile first principle

Flexbox equal height: Making equal height columns might be tricky even with flexbox. Check the golden standard to make it work.

Flexbox equal height

Css units explained: Deciding when to use which css unit might be hard to comprehend. Read this article, to dispel the gloom.

Css units

BEM naming convention: The BEM approach ensures that everyone who participates in the development of a website works with a single codebase and speaks the same language. Using proper naming will prepare you for the changes in design of the website.

BEM naming convention

Tailwind css: Tailwind CSS, as per their own website is a "utility-first CSS framework" which provides several of these opinionated, single-purpose utility classes that you can use directly inside your markup to design an element without leaving your HTML. But actually, it's much more. Check it out!

Tailwind css

Did you like this article?

More is on the way. I’m going to gather useful resources in different topics like javascript, php, seo, vs code and so on. Let’s continue with How to become a develoepr in 2024, and all the relevant js frameworks next time.