Best Web Developer APIs for Javascript WEB DEVELOPEMENT
This repository contains a lot of charts and images demonstrating the paths you can take and the technologies you need depending on what type of developer you want to become(backend, frontend, etc). So it’s a web developer’s roadmap that helps you choose your path.
https://github.com/public-apis/public-apis
It curates a list of different types of APIs that you can use as a web developer or a software developer in general. Almost any type of API you will need is available in this repository.
The APIs cover a lot of topics such as anime, business, movies, animals, cryptocurrency, and a lot more.
You Don’t Know JS Yet
It covers the important parts of JavaScript that you need to understand(scope, closures, classes, etc).
This is very useful if you want to have a good understanding of the important JavaScript concepts. It’s completely free, you don’t have to pay anything.
JavaScript Questions
This repository was created by Lydia
It contains a lot of intermediate to advanced JavaScript questions with their explanations.
It’s an awesome repository if you want to test your JavaScript knowledge or prepare for interviews. The repository is available in many different languages as well.
The gitignore templates
Whenever you want to create a GitHub repository for your project, you should always have a .gitignore file to filter what you want to upload. So this repository gives you a collection of useful .gitignore file templates that you can use on your projects.
Clean JavaScript Code
Clean-code-javascript is an awesome repository that helps you to write clean JavaScript code. It takes the concepts of Robert C. Martin’s book and adapts them for JavaScript.