NEW
2000x Productivity: How to Develop with GenAI
March 19, 2026
The manual coding era is over. Learn behavior-driven development with Claude Code, Codex CLI, and Gemini CLI. Covers setup, philosophy, iteration cycles, and 6 real case studies of full-stack apps built by one person with AI.
A2SV
GenAI
Claude Code
Productivity
Behavior-Driven
01
Best Coding Practices and Effective Code Review
March 11, 2026
Writing code that works is not enough. Professional engineers write code that teams can trust, review, test, and extend. This lecture covers naming, testing, Git workflow, CI/CD, code review, and using GenAI as an engineer.
University of Rwanda
Code Review
Python
GitHub
CI/CD
02
7 Steps of Highly Effective Problem Solving: The Interview Playbook
March 11, 2026
A structured 7-step framework for solving coding problems in technical interviews. Covers Two Sum and Image Smoother as worked examples, with good vs. bad comparisons at every step.
A2SV
Interviews
Problem Solving
Python
Algorithms