1. Python Core & Advanced (Phải rất vững)
- Python 3.10+ (async/await, type hints, dataclasses, structural pattern matching)
- OOP sâu + Design Patterns (Factory, Singleton, Decorator, Observer...)
- Viết code sạch (PEP 8, Clean Code), performance tuning (GIL, multiprocessing, asyncio)
- Testing chuyên sâu: pytest, unittest, TDD, coverage >80%
2. Web Framework (Master 1–2 cái hot nhất)
- FastAPI (ưu tiên số 1 2026 – async, type-safe, auto docs)
- Django (enterprise, admin panel, ORM mạnh)
- Flask (microservices nhẹ)
- RESTful/GraphQL API, JWT/OAuth2, rate limiting, pagination, error handling chuẩn
FastAPI + Pydantic + SQLAlchemy hiện là combo "vàng" cho job 20–30tr ở HN.
3. Database & ORM (Biết ít nhất 2 loại)
- SQL: PostgreSQL / MySQL (query phức tạp, index, join, transaction, optimization)
- NoSQL: MongoDB, Redis (caching, session, pub/sub)
- ORM: SQLAlchemy + Alembic (migration), hoặc Django ORM
4. DevOps & Deployment (Yếu tố quyết định lương cao)
- Docker + docker-compose (viết Dockerfile chuẩn)
- CI/CD: GitHub Actions / GitLab CI
- Cloud: AWS (EC2, S3, RDS, Lambda), GCP hoặc Azure cơ bản
- Linux server (command line, troubleshooting, nginx/gunicorn/uvicorn)
5. Background & Async Processing (Rất phổ biến job 20tr+)
- Celery + Redis/RabbitMQ (background tasks, periodic jobs)
- Kafka hoặc RabbitMQ cơ bản (event-driven)
- Async programming (asyncio) – đặc biệt với FastAPI
6. System Design & Best Practices (Phỏng vấn senior hay hỏi)
- Scale API: caching strategy, load balancing, database sharding/indexing
- Microservices basics, monolithic vs micro
- Monitoring: Prometheus/Grafana, Sentry, logging (ELK hoặc structlog)
- Security: OWASP top 10, secure headers, secret management
7. Plus Points (Giúp lương 25–35tr+ dễ dàng)
- AI/ML integration (deploy model với FastAPI)
- Kubernetes cơ bản, Terraform
- Tiếng Anh tốt (đọc/viết/nói – job outsource/remote)
- 2–3 project production-grade trên GitHub (deploy thật, có test & CI/CD)
Lưu ý: Với 2–3 năm kinh nghiệm + master FastAPI + Docker + Celery + AWS + project thực tế → rất nhiều job ở HN offer 20–28 triệu gross (fintech, product, outsourcing Nhật/Mỹ).
Chúc bạn sớm đạt target! 🚀