{"id":25854884,"url":"https://github.com/nightblure/python-backend-knowledge-base","last_synced_at":"2025-03-01T16:18:37.488Z","repository":{"id":135437273,"uuid":"532957403","full_name":"nightblure/Python-backend-knowledge-base","owner":"nightblure","description":"Knowledge base for python backend developers","archived":false,"fork":false,"pushed_at":"2025-02-13T17:44:44.000Z","size":253,"stargazers_count":38,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T18:37:37.560Z","etag":null,"topics":["database","fastapi","python","sqlalchemy","web"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nightblure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-05T15:25:36.000Z","updated_at":"2025-02-13T17:44:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"81e26c98-7a7f-4a30-8c5a-b1ac409409e4","html_url":"https://github.com/nightblure/Python-backend-knowledge-base","commit_stats":null,"previous_names":["nightblure/python-backend-knowledge-base"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightblure%2FPython-backend-knowledge-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightblure%2FPython-backend-knowledge-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightblure%2FPython-backend-knowledge-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightblure%2FPython-backend-knowledge-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nightblure","download_url":"https://codeload.github.com/nightblure/Python-backend-knowledge-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241389116,"owners_count":19955107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","fastapi","python","sqlalchemy","web"],"created_at":"2025-03-01T16:18:36.887Z","updated_at":"2025-03-01T16:18:37.474Z","avatar_url":"https://github.com/nightblure.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# База знаний для Python backend разработчиков \n\n## Теория для подготовки к собесам\n* [Python](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_notes/python.md);\n* [Web](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_notes/web.md);\n* [Базы данных](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_notes/databases.md);\n* [Брокеры/очереди сообщений](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_notes/brokers.md);\n* [Computer Science](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_notes/computer_science.md);\n\n---\n\n## FastAPI/SQLAlchemy\n* [Серия видео по FastAPI x SQLAlchemy x Pydantic (автор - Сурен Хоренян)](https://www.youtube.com/@SurenKhorenyan/videos)\n* [FastAPI, SQLAlchemy, Pydantic and etc (автор - Артем Шумейко)](https://www.youtube.com/@artemshumeiko/playlists)\n\n---\n\n## Usable code\n* [injection - фреймворк для внедрения зависимостей](https://github.com/nightblure/injection)\n  \n* [Много полезного бойлерплейта на каждый день](https://github.com/nightblure/boilerplate)\n  \n* [Сервис авторизации на базе JWT (FastAPI, integration and unit tests)](https://github.com/nightblure/jwt_auth)\n\n* [Flask x Kubernetes x Helm](https://github.com/nightblure/flask-x-helm-x-k8s)\n  \n* [Реализация отказоустойчивого кластера RabbitMQ с балансировщиком нагрузки HAProxy + Docker](https://github.com/nightblure/Python-x-RabbitMQ-failover-cluster)\n  \n* [Реализация простого примера асинхронной логической репликации с Django и PostgreSQL](https://github.com/nightblure/pg_replica_app)\n  \n* [Оптимальные и проверенные решения алгоритмических задач с Leetcode + немного теории](https://github.com/nightblure/Leetcode)\n\n---\n\n## Tooling (package managers, linters and etc.)\n* [uv](https://github.com/astral-sh/uv)\n* [Hatch](https://github.com/pypa/hatch)\n* [ruff](https://github.com/astral-sh/ruff)\n\n---\n\n## Dependency injection\n* [injection](https://github.com/nightblure/injection);\n* [that-depends](https://github.com/modern-python/that-depends);\n* [python-dependency-injector](https://github.com/ets-labs/python-dependency-injector).\n\n---\n\n## Opensource code\n\n* [Apache Superset](https://github.com/apache/superset)\n* [Netflix Dispatch](https://github.com/Netflix/dispatch)\n* [Бэкенд сайта Школы сильных программистов на Django/DRF](https://github.com/tough-dev-school/education-backend)\n* [Cosmic Python (DDD, event sourcing, CQRS and etc.)](https://github.com/cosmicpython/code)\n* [testcontainers](https://github.com/testcontainers/testcontainers-python)\n  \n---\n\n## Django \u0026 Django REST Framework (DRF)\n* [Бесплатный курс по Django от Сергея Балакирева](https://youtube.com/playlist?list=PLA0M1Bcd0w8xO_39zZll2u1lz_Q-Mwn1F)\n* [Теория по DRF на русском языке](https://github.com/ilyachch/django-rest-framework-rusdoc)\n* [Бесплатный курс по DRF от Сергея Балакирева](https://youtube.com/playlist?list=PLA0M1Bcd0w8xZA3Kl1fYmOH_MfLpiYMRs)\n\n---\n\n## Testing [pytest]\n1. [Документация](https://pytest-docs-ru.readthedocs.io/ru/latest/contents.html) для ```pytest``` на русском языке\n2. [Полезный чек-лист](https://stribny.name/blog/pytest/#web-apps) для ```pytest``` (пробежка по общим вещам + обвесы по типу многопоточного запуска тестов, плагинов и т.д.)\n3. [Цикл из 7 статей про pytest на Habr](https://habr.com/ru/post/448782/). Много инфы про фишки и разные возможности ```pytest```\n\n---\n\n## ООП/SOLID\n* [Хороший источник на русском языке про принципы SOLID](https://solidbook.vercel.app/dip)\n\n---\n\n## Асинхронность, многопоточность и многопроцессность\n* [Computer Science Center: Многопоточность и GIL](https://www.youtube.com/watch?v=nR8WhdcRJwM\u0026ab_channel=ComputerScienceCenter)\n*  [Computer Science Center: Быстрее, Python, ещё быстрее](https://www.youtube.com/watch?v=-lMiAKKyLFI\u0026ab_channel=ComputerScienceCenter)\n* [Отличное видео про асинхронность, многопоточность и многопроцессность в Python](https://youtu.be/_4QY1nGFRY8)\n\n---\n\n## Вопросы на собеседовании\n[Списочек вопросов для HR, технических спецов и команды](https://github.com/nightblure/Python-backend-knowledge-base/blob/main/interview_questions.md)\n\n---\n\n## Мои контакты\n* [Telegram](https://t.me/nightblure)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightblure%2Fpython-backend-knowledge-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnightblure%2Fpython-backend-knowledge-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightblure%2Fpython-backend-knowledge-base/lists"}