Useful GitHub repos

Here’s a list of great GitHub repositories, with lots of useful resources for anyone in the software development world.

  • 30 seconds of code - A set of repos with a collection of code snippets for all your development needs in JavaScript, CSS, React, Python, among others.
  • Awesome Cheatsheets - Cheatsheets for popular programming languages, frameworks, and development tools. They include everything you should know in one single file.
  • Awesome Software and Architectural Design Patterns - A curated list of software and architecture-related design patterns for different programming languages and architectures.
  • Public APIs - A collective list of free APIs for you to use in your software and web development.
  • Build your own x - Learn how to build your own virtual machine, operating system, programming language, text editor, and many more.
  • Coding Interview University - A complete computer science study plan to become a software engineer.
  • Tech Interview Handbook - Curated technical interview preparation for busy engineers.

Feel free to steal this list and share with us the repos you love and use the most :point_down:

2 Likes

Since the publication of this list, I came across other useful GitHub repositories that I want to share with you all. Here you have them:

  • App Ideas – Several app ideas from beginner to advance levels. You can use these ideas to improve your coding skills, build your portfolio, or have fun.
  • Awesome courses – A collection of courses on Computer Science topics from top universities.
  • Clean Code JavaScript – The concepts of the Clean Code book by Robert C. Marting, adapted for JavaScript.
  • Every programmer should know – A collection of everything that every developer should know. It includes algorithms, data structures, distributed systems, and security, among many others.
  • Free-for.dev – A list of software (SaaS, PaaS, IaaS, etc) and other offerings that have free tiers for developers. This list is mainly for infrastructure developers (System Administrators, DevOps Practitioners, etc.).
  • HTML5 Boilerplate – A professional front-end template for building fast, robust and adaptable web apps or sites.
  • JavaScript Algorithms – JavaScript-based examples of many popular algorithms and data structures. Each algorithm and data structure has its separate README file with related explanations and links for further resources, like reading material or YouTube videos.

As always, feel free to share other repos you find useful👇

Here are 3 more useful GitHub just for you :raised_hands:

  • Ethereumbook – This repository contains all the concepts you need to learn about Solidity and Ethereum. It’s instrumental if you are into Blockchain.
  • You Don’t Know JS – This repository is a series of books diving deep into the core mechanisms of the JavaScript programming language. This is the second edition of the book series by Kyle Simpson.
  • Design patterns for humans – This repository comprises ultra-simplified explanations of design patterns and guidelines for tackling specific problems.