Courses
Browse published courses by category and plan level.
15 courses
Getting started with programming
Variables, conditions, loops, functions — the universal building blocks, demonstrated in JavaScript and Python side by side.
14.8Linux command line for developers
The 30 commands that cover 95% of what you actually need: navigation, files, processes, networking, ssh, permissions.
14.8Git & GitHub — the survival guide
Every command you actually use day-to-day, and the mental model that makes Git click.
24.8How to learn to code in 2026
A practical roadmap: which language to start with, how to pace yourself, and how to avoid tutorial hell. By @programmationtn.
24.8Tech interview prep — Tunisia + remote
Behavioural, system-design, coding questions: how to actually approach the interview formats real Tunisian + EU-remote companies use.
24.8Algorithms & data structures (with JS)
Big-O, arrays, hashmaps, linked lists, trees, BFS/DFS, dynamic programming — taught with the patterns that actually appear in interviews.
24.8Python for absolute beginners
No prior coding experience needed. Variables, lists, dicts, functions, files, plus a small CLI project to ship.
34.8Postgres & SQL crash course
From SELECT to indexing strategies. Hands-on with the same Postgres you'll meet in production.
24.8Node.js & Express: build REST APIs
A complete REST API: routing, middleware, validation, errors, auth with JWT, deployed to a Linux VPS.
34.8TypeScript fundamentals
From "JavaScript with types" to mastering generics, conditional types, and the TS narrowing engine.
24.8HTML & CSS: build a portfolio site
Modern semantic HTML, CSS Grid, Flexbox, container queries — capped with shipping a real portfolio site to GitHub Pages.
34.8Modern JavaScript: ES2025+
Everything you need to write modern JS confidently — from let/const through async/await to ES2025 records & tuples.
34.8Python for data analysis
pandas, NumPy, matplotlib + a real case study on Tunisian e-commerce sales data.
24.8Flutter: ship your first mobile app
Dart, widgets, state management with Riverpod, Firebase, and publishing to both Play Store and App Store.
34.8Modern React with Next.js 16
Server Components, Server Actions, streaming, caching strategies, deployment to Vercel — production-grade React in 2026.
34.8