Browse Courses & Learning Paths

Original project-based courses and curated YouTube playlists from the best creators — all in one place.

AI Agents Engineering
Curated · Free

AI Agents Engineering

Build and deploy real AI agents, not just prompt one: LangChain vs LangGraph, multi-agent systems with CrewAI, tool use via MCP, and RAG-powered retrieval, capped with your own deployed multi-agent research assistant.

8 weeks12 videos
Start learning →
Generative AI Engineer - Senior Prep
Curated · Free

Generative AI Engineer - Senior Prep

For engineers who want to build an LLM, not just call one: write a GPT from scratch in code with Andrej Karpathy, pretrain your own GPT-2, then fine-tune (LoRA/RLHF) and ship a small LLM app end-to-end. Capped with senior-level system-design interview prep.

10 weeks18 videos
Start learning →
MLOps & LLMOps Engineering
Curated · Free

MLOps & LLMOps Engineering

Take a model from a notebook to production: experiment tracking and a model registry with MLflow, real deployment, and LLMOps for running LLMs live, then ship a full pipeline from training to monitored production.

6 weeks7 videos
Start learning →
Vibe Coding
Curated · Free

Vibe Coding

A free, structured path for learning to build real software with AI coding agents — Cursor, Claude Code, GitHub Copilot and autonomous agents — plus the judgment and security habits that separate shipped products from broken vibe-coded prototypes. Finish the path and pass the exam to earn a free Vibe Coding Certificate.

6 weeks6 videos
Start learning →
Django
Curated · Free

Django

Ship four real Django apps: a blog with full CRUD, a user authentication system, a REST API with Django REST Framework, and a deployed e-commerce store, using Python's most popular batteries-included web framework.

8 weeks8 videos
Start learning →
Express
Curated · Free

Express

Ship a real backend portfolio with Express and Node.js: a CRUD REST API, JWT authentication, a full-stack MERN app, and a deployed real-time chat app.

8 weeks8 videos
Start learning →
Flask
Curated · Free

Flask

Ship four real Flask apps: a blog with full CRUD, a login system, a REST API, and a full e-commerce platform you deploy live, using Python's lightweight, flexible web framework.

8 weeks8 videos
Start learning →
Java
Curated · Free

Java

Go from core Java and OOP to a full-stack portfolio: a console app, a Spring Boot REST API, and a Spring Boot + React application.

8 weeks8 videos
Start learning →
Node
Curated · Free

Node

Ship a real backend portfolio with Node.js: a REST API, JWT authentication, a real-time app with Socket.IO, a full-stack CRUD app with a database, and a live deployment.

8 weeks8 videos
Start learning →
GitHub
Curated · Free

GitHub

Go from your first commit to a real open-source contribution: Git and GitHub fundamentals, branches and issues, then actually open a pull request on a real project.

3 weeks6 videos
Start learning →
Ethereum - ETH
Curated · Free

Ethereum - ETH

Write and deploy real Solidity smart contracts: your first contract, a dApp frontend connected to MetaMask, your own ERC-20 token, and a full-stack NFT marketplace capstone.

7 weeks15 videos
Start learning →
Hyperledger
Curated · Free

Hyperledger

Stand up a real Hyperledger Fabric network, write your own chaincode, and ship a full-stack permissioned application on top of it: enterprise blockchain, hands-on.

5 weeks12 videos
Start learning →
ChatGpt
Curated · Free

ChatGpt

Build real things with ChatGPT, not just chat with it: an app on the OpenAI API, your own Custom GPT, and an automated chatbot.

5 weeks7 videos
Start learning →
AWS
Curated · Free

AWS

Get AWS-certification-ready and ship two real projects: a full-stack app on EC2/RDS/S3, and a serverless app, covering core services, security, DevOps pipelines, and ML on AWS along the way.

9 weeks16 videos
Start learning →
DevOps & Platform Engineering
Curated · Free

DevOps & Platform Engineering

Learn the real DevOps toolchain: Docker, Kubernetes, Terraform, GitHub Actions, Ansible, Prometheus, then ship one project that containerizes an app and deploys it through a CI/CD pipeline onto Kubernetes.

7 weeks7 videos
Start learning →
Data Science Foundations
Curated · Free

Data Science Foundations

A compact on-ramp to data science: just enough Python, pandas, and statistics to analyze a real public dataset and produce your first mini data report.

5 weeks13 videos
Start learning →
Data Engineering
Curated · Free

Data Engineering

Build the modern data stack end to end: PySpark for batch processing, Airflow for orchestration, Kafka for streaming, dbt for transformations, then ship a real data pipeline from ingestion to analytics.

7 weeks7 videos
Start learning →
Python
Curated · Free

Python

Learn core Python (not data science): syntax, functions, OOP, then build real, general-purpose projects: a CLI tool, a web scraper, an automation script, a Flask app, and a simple game.

8 weeks11 videos
Start learning →
R
Curated · Free

R

Learn R for real statistical analysis: dplyr, the tidyverse, ggplot2, then ship a deployed R Shiny dashboard and real analysis projects on real datasets.

6 weeks8 videos
Start learning →
SQL
Curated · Free

SQL

Go from your first SELECT to real analytics: joins, subqueries, window functions, designing your own schema, and a full analytics project on a real public dataset.

5 weeks9 videos
Start learning →
Digital Marketing
Curated · Free

Digital Marketing

Run real marketing work, not just watch it: an SEO audit, a content calendar and social campaign, and a live Google Analytics report, across SEO, social, email, content, PPC, and affiliate marketing.

11 weeks37 videos
Start learning →
Angular
Curated · Free

Angular

Build and ship real Angular apps: a PWA, a to-do app, a live-API weather app, then level up by cloning Twitter, Amazon, and WhatsApp before a full-stack capstone.

11 weeks13 videos
Start learning →
Vue.js
Curated · Free

Vue.js

Build a real ladder of Vue.js apps: a quiz app, a Pinia-powered task manager, a full CRUD app calling a live API, ending in a deployed capstone project.

7 weeks13 videos
Start learning →
Advanced React & Testing
Curated · Free

Advanced React & Testing

For developers who already know React: go deep on performance, advanced patterns (compound components, custom hooks), and state architecture at scale, then master testing with Jest, RTL, and Cypress, capped with a fully tested component library.

6 weeks12 videos
Start learning →
Lamp Stack
Curated · Free

Lamp Stack

Build the LAMP stack (Linux, Apache, MySQL, PHP) from scratch, then ship real PHP + MySQL projects: a CRUD task manager, a login system, a blog/CMS, and a full e-commerce store you deploy live.

8 weeks8 videos
Start learning →
MEAN Stack
Curated · Free

MEAN Stack

Build the MEAN stack (MongoDB, Express, Angular, Node) layer by layer, then ship real full-stack apps: a task manager, a full MEAN web app, and an e-commerce storefront, ending in a deployed capstone.

7 weeks7 videos
Start learning →
MERN Stack
Curated · Free

MERN Stack

Build the MERN stack (MongoDB, Express, React, Node) layer by layer, then ship real full-stack apps: a task manager, a blog, a social app, and an e-commerce store, ending in a deployed capstone.

8 weeks8 videos
Start learning →
Next JS Path
Curated · Free

Next JS Path

Learn Next.js from routing and rendering through styling, then ship real projects: a CMS-backed blog, a full-stack app with a database, and a capstone built on Server Actions and API routes.

5 weeks9 videos
Start learning →
Coding For Kids
Curated · Free

Coding For Kids

A fun, hands-on path for kids: find out what coding actually is, then build real projects step by step: two Scratch games, a screen-free challenge, and a taste of real Python for older kids.

5 weeks6 videos
Start learning →
Cybersecurity
Curated · Free

Cybersecurity

Get real, hands-on cybersecurity skills: set up your own hacking lab, walk a Capture-The-Flag challenge, practice penetration testing, and run a real OWASP Top 10 security audit.

8 weeks12 videos
Start learning →
Data Science with Python
Curated · Free

Data Science with Python

A project-driven path through data science with Python: build a real pandas/NumPy/visualization toolkit, then climb a ladder of increasingly advanced real-world projects through a capstone and a job-ready portfolio.

9 weeks27 videos
Start learning →
React
Curated · Free

React

The flagship, beginner path into React: learn components, hooks, and state management from scratch, level up into Redux and Next.js, then ship a real deployable capstone: a movie discovery app.

6 weeks10 videos
Start learning →
Prompt Engineering & AI Agents for Developers
Original

Prompt Engineering & AI Agents for Developers

A hands-on, developer-focused course covering prompt engineering fundamentals and how to design, build, and ship real AI agents.

View course →
How to create a high converting sales funnel: Boost Your Online Sales (2024)
Original

How to create a high converting sales funnel: Boost Your Online Sales (2024)

View course →
Next.js & React Development: The Full-Stack Journey
Original

Next.js & React Development: The Full-Stack Journey

View course →
Angular Front End Development: From Basics to Advanced Projects 2024
Original

Angular Front End Development: From Basics to Advanced Projects 2024

View course →
The Path to WordPress Mastery: Tips, Tricks, and Strategies for Success 2024
Original

The Path to WordPress Mastery: Tips, Tricks, and Strategies for Success 2024

View course →
The Ultimate Guide to the Best AI Tool for Marketing Content 2024
Original

The Ultimate Guide to the Best AI Tool for Marketing Content 2024

View course →
ChatGPT Masterclass: Unlocking the Power of AI Conversations 2024
Original

ChatGPT Masterclass: Unlocking the Power of AI Conversations 2024

View course →
Creating and Monetizing Courses in Skillshare Online: A Comprehensive Guide 2024
Original

Creating and Monetizing Courses in Skillshare Online: A Comprehensive Guide 2024

View course →