8 Github Repositories for every Frontend Developer.

Karan Mann
3 min readApr 21, 2022

Clean Code Javascript

This repository takes the concepts of clean code by Robert C. Martin and adapts them for JavaScript so you can use them in future work. It’s a guide to producing readable, reusable and re factorable code in JavaScript.

https://github.com/ryanmcdermott/clean-code-javascript

JavaScript- Algorithms

This repository contains JavaScript-based examples of many popular algorithms and data structures. Each algorithm and data structures. Each algorithm and data structure has its on separate README with related explanation and links for further reading ( including ones to Youtube videos.)

https://github.com/trekhleb/javascript-algorithms

free-for.dev

This repository contains lists of software (SaaS, PaaS, IaaS, etc) and other offerings which have free tiers for developers.

https://github.com/ripienaar/free-for-dev

JavaScript Questions

The repo consists of almost 150+ questions and answers, the complexity of the question varies from simple to advanced level. This repo is a good source to understand the concepts of JavaScript and it’s working. You can use this repository to test how well you know JavaScript, or refresh your knowledge a bit, or prepare for your coding interview!.

https://github.com/lydiahallie/javascript-questions

Node.js Best Practices

This repository is an amazing place to keep yourself updated with the Node world and also learn about the best practices while you’re at it. It contains a summary and curation of the top-ranked content on Node.js best practices and also its integration with other tools like Dockers, Kubernetes, etc.

https://github.com/goldbergyoni/nodebestpractices

HTML5 Boilerplate

HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. This project is the product of over 10 years of iterative development and community knowledge. It does not impose a specific development philosophy or framework, so you’re free to architect your code in the way that you want.

https://github.com/h5bp/html5-boilerplate

Tech Interview Handbook

This repository can be used by anybody who wants to land a job at a tech company but is new to technical interviews, seasoned engineers who have not been on the other side of the interviewing table in a while and want to get back into the game, or anyone who wants to be better at technical interviewing.

https://github.com/yangshun/tech-interview-handbook

You-Don’t-Know-JS

This repository is a series of books diving deep into the core mechanisms of the JavaScript language. This is the second edition of the book series by Kyle Simpson. I highly recommend this repository as it will give you deep knowledge about JavaScript.

Happy Coding !!

--

--