Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
🚀 A curated and opinionated list of resources (English & Russian) for Backend developers | Структурированный список ресурсов для изучения Backend разработки
| Date | Stars |
|---|---|
| 2026-07-24 | 3421 |
| 2026-07-25 | 3422 |
| 2026-07-28 | 3422 |
| 2026-07-30 | 3422 |
| 2026-08-10 | 3432 |
| 2026-08-18 | 3437 |
| 2026-08-21 | 3438 |
| 2026-08-22 | 3439 |
| 2026-08-24 | 3441 |
| 2026-08-25 | 3442 |
| 2026-08-26 | 3445 |
| 2026-08-27 | 3446 |
| 2026-08-28 | 3447 |
| 2026-08-29 | 3448 |
| 2026-08-30 | 3451 |
| 2026-08-31 | 3453 |
| 2026-09-01 | 3457 |
| 2026-09-02 | 3457 |
| 2026-09-03 | 3458 |
| 2026-09-07 | 3460 |
| 2026-09-10 | 3461 |
| 2026-09-11 | 3464 |
| 2026-09-12 | 3464 |
| 2026-09-15 | 3465 |
| 2026-09-16 | 3466 |
| 2026-09-17 | 3466 |
| 2026-09-18 | 3466 |
| 2026-09-19 | 3467 |
| 2026-09-20 | 3467 |
Today
— stars today
This week
+3 stars this week
This month
+29 stars this month
Momentum
0.0
growth rate 0.09%/day
# Awesome Backend Engineer [](https://awesome.re) [](CONTRIBUTING.md) [](LICENSE) **EN** A curated **and opinionated** list of resources (English & Russian) for Backend developers that will help you organize & structure your learning path and knowledges. Inspired by [Awesome CTO](https://github.com/kuchin/awesome-cto). **RU** Структурированный список ресурсов для изучения Backend разработки, который поможет систематизировать свои знания и составить план обучения. Основан на личном опыте и самостоятельном изучении данной области. Вдохновлено [Awesome CTO](https://github.com/kuchin/awesome-cto). ## Contents * [Basics](#basics) * [Computer Science](#computer-science) * [Programming Languages](#programming-languages) * [Operating Systems & Linux](#operating-systems--linux) * [Version Control](#version-control) * [Web Development & Networking](#web-development--networking) * [API Design](#api-design) * [Databases](#databases) * [Security](#security) * [Testing](#testing) * [Design Patterns](#design-patterns) * [Architecture & Infrastructure](#architecture--infrastructure) * [DevOps & CI/CD](#devops--cicd) * [System Design & Interviews](#system-design--interviews) * [Newsletters, Podcasts & Blogs](#newsletters-podcasts--blogs) * [Related Links](#related-links) * [Books](#books) ## Basics * [Developer Roadmap](https://github.com/kamranahmedse/developer-roadmap) * [How to Become a Good Backend Engineer (Fundamentals)](https://www.youtube.com/watch?v=V3ZPPPKEipA&ab_channel=HusseinNasser) * [Learn to become a Backend Developer (2018)](https://medium.com/tech-tajawal/modern-backend-developer-in-2018-6b3f7b5f8b9) * [Advice for beginner backend engineers who just started their new jobs in software companies](https://www.youtube.com/watch?v=V3C0VvNrFZ8&ab_channel=HusseinNasser) ## Computer Science Main topics | Основные темы ----------- | ---------- What is a computer and how it works? | Что такое компьютер и как он работает? Why do we need programming languages? What types of programming languages are out there? | Зачем нужны языки программирования? Какие типы бывают? Algorithms & Data Structures | Алгоритмы и структуры данных OOP | Объектно ориентированное программирование Concurrency & Parallelism | Конкурентность и параллелизм #### Resources (Ресурсы) * [What is Computer Science](https://www.youtube.com/watch?v=Tzl0ELY_TiM&ab_channel=ZachStar) * [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA&ab_channel=DoS-DomainofScience) * CS50 by Harvard. [EN](https://cs50.harvard.edu/) / [RU](https://javarush.ru/quests/QUEST_HARVARD_CS50) * [Computer Science Crash Course](https://www.youtube.com/watch?v=tpIctyqH29Q&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo&ab_channel=CrashCourse) * [How do computers read code?](https://www.youtube.com/watch?v=QXjU9qTsYCc&ab_channel=FrameofEssence) * [The Forgotten History of OOP](https://medium.com/javascript-scene/the-forgotten-history-of-oop-88d71b9b2d9f) * [Concurrency is not Parallelism](https://youtu.be/oV9rvDllKEg) * [Структуры данных для самых маленьких](https://habr.com/ru/post/310794/) * [Алгоритмы и структуры данных. Подготовительный курс (весна 2016)](https://www.youtube.com/playlist?list=PLrCZzMib1e9pDxHYzmEzMmnMMUK-dz0_7) * [ООП в картинках](https://habr.com/ru/post/463125/) * [Многопроцессность, многопоточность, асинхронность в Python и не только. Что это и как работает?](https://youtu.be/JIp14T9bvvc) * [Конкурентность и Параллелизм. Просто о сложном](https://youtu.be/-DYeH8kGKVA) * [ШАДовский курс по Concurrency (RU)](https://gitlab.com/Lipovsky/concurrency-course/) * [Лекции (МФТИ)](https://www.youtube.com/watch?v=zw6V3SDsXDk&list=PL4_hYwCyhAva37lNnoMuBcKRELso5nvBm) * [Семинары (МФТИ)](https://www.youtube.com/watch?v=mvT1Z0g_1jA&list=PL4_hYwCyhAvYTxm55RBm_HA
Excerpt of 32,503 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c1205cb8ee7309f9, topic:roadmap, readme:course, readme:learning path