Roadmap

Development

Маршрут production-minded разработчика: код, API, данные, тесты, доставка и AI-assisted engineering.

База

База

Core coding

Язык, функции, модули, ошибки, edge cases, отладка and readable implementation.

development
База

Algorithms basics

Минимум структур данных, complexity, searching, sorting and problem solving; HECS содержит отдельную карту для олимпиадной глубины.

development
База

SQL foundation

SELECT, filters, joins, aggregates, grouping and safe query reading.

dbadevelopment
База

Git workflow

Branches, pull requests, merge/rebase, fetch/pull, cherry-pick and safe collaboration.

developmentdevops

Практика

Практика

API design

HTTP API, validation, errors, status codes, auth/authz basics, versioning and backwards compatibility.

developmentarchitecture
Практика

Testing and reliability

Unit, integration, e2e, regression thinking, contract tests and production confidence.

development
Практика

AI-assisted coding

Using AI for code exploration, tests, refactoring and documentation while keeping validation and ownership.

development

Production

Production

CI/CD and rollback

Pipelines, test gates, environments, release checks, deployment verification and rollback thinking.

devopsdevelopment
Production

Observability

Logs, metrics, traces, alerts, dashboards, SLI/SLO signals and practical system visibility.

devopssystemsdevelopment

Собеседование

Собеседование

System design basics

Boundaries, data flows, APIs, reliability, observability and trade-offs at small-system scale.

developmentarchitecture