NEW
Developing a Product Eye in the Age of AI
April 15, 2026
AI makes building faster — but speed is no longer the edge. This lecture covers product thinking, portfolio review, real product teardowns (Uber, Duolingo, WhatsApp), and the 7 core skills every builder needs in the AI age.
A2SV
Product Thinking
University of Rwanda
AI Age
Portfolio Review
00
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