
Build a Fullstack App from Scratch (feat Next.js)

Scott Moss
Netflix
The best way to learn is to build something. Follow along and code a Spotify clone from scratch. From design spec to deployment using React, Next.js, Typescript, and Postgres.
9 hours, 6 minutes CC

Testing Web Apps with Cypress

Steve Kinney
Temporal
Cypress is the fastest and easiest way to write end-to-end tests for your client-side applications. Learn the selector engine, test runners, assertion library, and write your own custom commands.
4 hours, 41 minutes CC

AWS For Front-End Engineers, v2

Steve Kinney
Temporal
Build an enterprise-grade deployment infrastructure on AWS using S3, Route 53, CloudFront, lambda@edge, and more!
3 hours, 40 minutes CC

A Tour of Web 3: Ethereum & Smart Contracts with Solidity

ThePrimeagen
Netflix
Web 3 (DApp) applications could change the development landscape. Learn to create and deploy smart contracts on Ethereum with Solidity. Then tackle challenging concepts such as memory layout, delegate calls, and fallback functions.
4 hours, 57 minutes CC

Rapid Application Development with Code Generation

Lukas Ruebbelke
Venmo
Learn to build a fully capable code generation engine using basic string manipulation. You’ll learn practical techniques and examples of accelerated development using CLIs, live templates, helpful libraries, and tooling.
3 hours, 48 minutes CC

Angular 13 Fundamentals

Lukas Ruebbelke
Venmo
Learn Angular through building an app with real-world features! We start off using the Angular CLI to get set up quickly. Then we'll move on to Angular core concepts like components, templates, routing, forms, server-side communication, and more.
6 hours, 52 minutes CC

Rx.js Fundamentals

Steve Kinney
Temporal
Learn the foundation of Rx.js by creating an observable from scratch, manipulate data arriving over time with Rx.js operators, and build up to orchestrating multiple API requests to craft complex asynchronous experiences.
3 hours, 57 minutes CC

Build Progressive Web Apps (PWAs) from Scratch

Maximiliano Firtman
Independent Consultant
Build offline-capable Progressive Web Apps with HTML, CSS, and JavaScript: Service workers give you access to the cache storage while App Manifests allow you to be distributed on the Google Play store and Apple App Store.
3 hours, 48 minutes CC

State Machines in JavaScript with XState, v2

David Khourshid
Microsoft
Learn the fundamentals of state machines and statecharts. You'll build state machines without any libraries in pure JavaScript, then use XState to take advantage of a wide variety of other features.
4 hours, 8 minutes CC

Getting Started with CSS

Jen Kramer
Freelance Instructor
Get to know CSS in the right way without the fluff. You'll style text, build navigation bars, headers/footers, add icons, and more. You'll even build a professional portfolio website by the end of the course!
3 hours, 19 minutes CC

Web Audio Synthesis & Visualization

Matt DesLauriers
Freelancer
Learn to create sounds using nothing but code! Synthesize and visualize audio, and add fun effects with JavaScript. Use these skills to build audio into games, web applications, or even art projects in the browser.
3 hours, 2 minutes CC

Web UX Design for High Converting Websites

Paul Boag
Boagworld
Can a website that encourages users to act be created without dark patterns? Well, it turns out, yes, it can! Learn to make websites more engaging through good design, fascinating content, and solid UX in this course by Paul Boag.
4 hours, 49 minutes CC

Dynamic CSS with Custom Properties (aka CSS Variables)

Lea Verou
MIT
Create reusable components without any JavaScript dependencies needed – with only vanilla CSS! Learn how to leverage Custom Properties to improve code reuse, maintainability, and downright enable possibilities that previously required large amounts of hard-to-maintain JavaScript and violated the separation of concerns.
3 hours, 54 minutes CC

Intermediate React Native

Kadi Kraman
Formidable
Learn how to persist data across app launches, add images to your React Native app, use gestures, add animations and much more!
4 hours, 18 minutes CC

CSS Grid & Flexbox for Responsive Layouts, v2

Jen Kramer
Freelance Instructor
Learn the essential CSS layout techniques for building responsive, beautiful websites. You'll use CSS Grid and Flexbox along with responsive images to build out real-world web layouts!
5 hours, 49 minutes CC

Developer Productivity

ThePrimeagen
Netflix
Build a pro dev workflow that will increase your productivity across multiple machines, projects, and technologies. Setup your computer quickly with Ansible, use git worktrees, save time using tmux, and other tools that can help you be more productive.
4 hours, 17 minutes CC

Complete Intro to Real-Time

Brian Holt
Stripe
Build apps where the client can push messages to the server and talk in real-time! You’ll start by learning long polling with Vanilla JavaScript and Node.js, then open web sockets by hand, and finally, you’ll learn some excellent web socket abstractions with SocketIO. You’ll learn back off and retry strategies along the way, as well as use HTTP2 push in the browser!
3 hours, 25 minutes CC

Intermediate Gatsby, v2

Jason Lengstorf
Netlify
Use Gatsby’s APIs to handle advanced use cases like handling custom data and dynamic pages, client-only routes and protected routes, and customizing Gatsby’s schema and GraphQL API data.
3 hours, 54 minutes CC

Introduction to Gatsby, v2

Jason Lengstorf
Netlify
Code a full blog web app in Gatsby. Use GraphQL in Gatsby for storing and retrieving data, create pages and posts with MDX, optimize your images automatically with the gatsby-image, and deploy your brand new blog website to Netlify!
4 hours, 4 minutes CC

Intermediate TypeScript

Mike North
TypeScript adds a powerful type system on top of your JavaScript to catch bugs before they happen and provide a superior developer experience for collaborative teams.
2 hours, 48 minutes CC

TypeScript Fundamentals, v3

Mike North
TypeScript adds a powerful type system on top of your JavaScript to catch bugs before they happen and provide a superior developer experience for collaborative teams.
4 hours, 27 minutes CC

Introduction to Node.js, v2

Scott Moss
Netflix
Transfer your JavaScript skills to the server-side and level up to a full-stack engineer! By learning the foundations of Node.js, you’ll be able to do a lot more with JavaScript, like creating command-line interfaces and APIs, and interacting with the file system.
4 hours, 51 minutes CC

Complete Intro to Computer Science

Brian Holt
Stripe
Even without a traditional computer science background, you’ll be able to learn big computer science topics: Algorithms and Big O Analysis, Recursion, Sorting, Data Structures, AVL Trees, Binary Search Trees, Tree Traversals, and Path Finding.
8 hours, 59 minutes CC

Redux Fundamentals (feat. React)

Steve Kinney
Temporal
Learn the Redux API from scratch, then learn to hook Redux into a React application. Also learn how to extend Redux with various tools from its ecosystem, including Reselect, Immer, and Redux Toolkit, to reduce boilerplate and speed up your development!
4 hours, 41 minutes CC

Website Accessibility, v2

Jon Kuperman
Cloudflare
Audit and fix accessibility issues on any website! Learn keyboard accessibility, focus control & ARIA roles to make sites accessible to screen readers and those with disabilities.
2 hours, 52 minutes CC

React and TypeScript

Steve Kinney
Temporal
Ship React apps with more code confidence using TypeScript! Migrate your app to TypeScript, type simple and advanced React components, and learn all types shipped with React for writing React with TypeScript.
5 hours, 3 minutes CC

The Rust Programming Language

Richard Feldman
NoRedInk
Go from zero Rust knowledge to being able to build your own complete Rust programs! You’ll use Rust’s built-in data types and standard libraries, add-in packages from Rust’s package ecosystem, and dive into Rust-specific concepts like ownership, borrowing, and lifetimes.
4 hours, 42 minutes CC

Complete Intro to React, v6

Brian Holt
Stripe
Much more than an intro, you’ll build with the latest features in React, including hooks, effects, context, and portals. Learn to build real-world apps from the ground up using the latest tools in the React ecosystem, like Parcel, ESLint, Prettier, and React Router!
2 hours, 48 minutes CC

Intermediate React, v3

Brian Holt
Stripe
Build scalable React applications while learning React hooks in-depth, CSS-in-JS with TailwindCSS, increase performance with code splitting and server-side rendering, add TypeScript, state management with Redux, test your app with Jest …and more!
6 hours, 7 minutes CC

VIM Fundamentals

ThePrimeagen
Netflix
Learn the basics of editing and navigation in VIM. You'll learn macros, registers, find, and replaces. Finally, edit your vimrc plugins along with quickfix lists and get a demo of ThePrimeagen's ideal VIM workflow!
4 hours, 14 minutes CC

Intermediate TypeScript

Mike North
TypeScript adds a powerful type system on top of your JavaScript to catch bugs before they happen and provide a superior developer experience for collaborative teams.
2 hours, 48 minutes CC