Learn Anything Online

7 Best Coding Videos

Learn Anything Online features the best videos for learning about coding. Learn from the best resources on the web, curated by us to ensure the highest quality.

Free

Last month

12 Logging BEST Practices in 12 minutes
Better Stack
Learn about what makes a good log, log levels, debugging and security. From structured logging and sampling to security and performance optimization, learn how to implement a logging strategy that actually works when you need it most. Whether you're a junior developer or a seasoned engineer, these practices will save you countless hours of debugging and prevent future incidents.
Free

Last month

How to Deploy Remix and Prisma Apps to a VPS using Linode
Austin Gil
Austin covers all the things you need to know to get your Remix & Prisma app up and running in production. He shows you two ways to get your code from your local machine to your server, how to make sure your application keeps running even if your server reboots, and getting your domain and SSL certificates set up using Caddy server.
Free

Last month

So You Think You Know Git - FOSDEM 2024
Scott Chacon
Scott Chacon walks through some helpful git config, oldies but goodies, new tips about git, tips around big repos and monorepos and some GitHub tips.
Free

Last month

Increase your productivity on personal projects with comprehensive docs and automated tests - DCUS
Simon Willison
Learn how Simon Willison utilises automated tests and comprehensive documentation to maintain 185 projects.
Free

2 months ago

The Best Programmer I Know • Daniel Terhorst-North • GOTO 2024
Daniel Terhorst-North
This talk discusses the belief that great programmers are not born but made through deliberate effort and continuous learning. It emphasizes the value of building simple, understandable code and supporting others, rather than relying on rote knowledge or ego. The author admires programmers who possess curiosity, adaptability, and an open-minded approach to tools and languages. The goal is to share traits of an exemplary programmer, hoping to inspire readers—whether as fellow developers, candidates, or interviewers—to recognize and aspire to these qualities.
Free

3 months ago

Binary Search tutorial (C++ and Python)
Errichto
This is the most comprehensive lecture on the binary search taught by Errichto, a finalist of multiple big programming competitions like ICPC, Facebook Hacker Cup and Google Code Jam (even got 2nd place in 2018).
Free

3 months ago

Semantic Versioning 2.0.0
A solution to managing software versions in a system with many dependencies by using major, minor and patch versions.