Curated Video Collection

Latest YouTube Videos

Stay updated with the latest tutorials, guides, and insights from our favorite YouTube channels. Fresh content added daily.

Video tutorials12+
YouTube channels7
Latest updatesDaily
Filter by channel
Added within
Featured sources

YouTube channels we monitor

Tap a channel to filter the grid or jump straight to their latest uploads.

Ben Davis

UCFvPgPdb_emE_bpMZq6hmJQ

2 videos
Visit channel

Coding in Public

UCUSxKiac-miugK9CDsxGS9Q

3 videos
Visit channel

DevOps Toolbox

UCYeiozh-4QwuC1sjgCmB92w

2 videos
Visit channel

OrcDev

UCClMPKqtJ1LbRBCDP948g5Q

6 videos
Visit channel

Ras Mic

UCBX__dPYqDFqAN4QcWbnUbw

2 videos
Visit channel

Ray Fernando

UCq_MHfMX5FBBB3bqnJPAEzA

5 videos
Visit channel

Web Dev Cody

UCsrVDPJBYeXItETFHG0qzyw

2 videos
Visit channel
The channel is changing
Coding in Public
YouTube

The channel is changing

I've had people tell me my voice sounds like a meditation app. Time to give in to the vibes. --------------------------------------- 🌐 Connect With Me 🌐 - Astro course: https://learnastro.dev - Website: https://codinginpublic.dev - Blog: https://chrispennington.blog 🤝 Follow Me 🤝 - Twitter: https://twitter.com/cpenned - BlueSky: https://bsky.app/profile/codinginpublic.dev 💸 Support Me 💸 - Patreon: https://www.patreon.com/coding_in_public - Buy Me a Coffee: https://www.buymeacoffee.com/chrispennington

  • Apr 1, 2026
  • 515 views
Watch on YouTube
Pi: The Best Coding Agent You've (Probably) Never Heard Of
Ben Davis
YouTube

Pi: The Best Coding Agent You've (Probably) Never Heard Of

I was skeptical of Pi at first, but the more I've used it the more I love it. In a lot of ways it is so much better than Claude Code, Codex, or even Opencode... Thank you WorkOS for sponsoring! Check them out at: https://davis7.link/workos SOURCES https://btca.dev/ https://x.com/badlogicgames https://shittycodingagent.ai/ https://boundaryml.com/ My X, Discord, and more: https://davis7.sh/

  • Apr 1, 2026
  • 8.5K views
Watch on YouTube
I Was DEFINITELY Using The Wrong Tmux Manager
DevOps Toolbox
YouTube

I Was DEFINITELY Using The Wrong Tmux Manager

Depot: Build faster. Waste less time. Get started for free: https://depot.plug.dev/RrO1CQ0 --- Sesh is everything I wanted for Tmux sessions, and a little more - https://github.com/joshmedeski/sesh - https://github.com/omerxx/dotfiles ⌨️ The keyboard on this video is the Dygma Defy: http://dygma.com/DEVOPSTOOLBOX 🎹 Keycaps on my Defy are made by 3DKeyCaps: https://3dkeycap.com/?ref=vxdqqmmo ⚡ Tech I use: https://kit.co/omerxx/my-battle-station ✅ Build a Second Brain With Neovim in Under 90 Minutes: https://learn.dotb.sh/courses/second-brain-neovim ✅ Zero To KNOWING Kubernetes in Under 90 Minutes: https://learn.dotb.sh/courses/k8s-from-scratch ❗Use `devopstoolbox20` at checkout for 20% off!

  • Mar 29, 2026
  • 19.9K views
Watch on YouTube
If you're seeing this... it's time to LOCK IN
Ras Mic
YouTube

If you're seeing this... it's time to LOCK IN

AI is changing everything. People keep asking me what they should do… This video is my answer Checkout Framer: https://rasmic.link/framer (Use code RASMIC for 1 month of Framer Pro free) My Links: 🌐 My Site: https://rasmic.link/site 🏭 My product studio: https://rasmic.link/fabrika Socials: 🐦 Follow me on X: https://rasmic.link/x 💬 Join my Discord: https://rasmic.link/discord ▶️ Subscribe to my second channel: https://rasmic.link/more-micky

  • Mar 27, 2026
  • 10.6K views
Watch on YouTube
Building a SaaS using Agentic Coding - Part 6
Web Dev Cody
YouTube

Building a SaaS using Agentic Coding - Part 6

Buy the course now: https://agenticjumpstart.com?utm=yt Join the Agentic Jumpstart community: https://discord.gg/JUDWZDN3VT --------- Have a video suggestion? Post it here: https://suggestions.webdevcody.com/ My Game https://survivethenightgame.com/ My Courses 🤖 https://agenticjumpstart.com ⚛️ https://beginner-react-challenges.webdevcody.com Useful Links 💬 Discord: https://discord.gg/N2uEyp7Rfu 🔔 Newsletter: https://newsletter.webdevcody.com/ 📁 GitHub: https://github.com/webdevcody 📺 Twitch: https://www.twitch.tv/webdevcody 🤖 Website: https://webdevcody.com

  • Mar 25, 2026
  • 1.5K views
Watch on YouTube
Cursor Composer 2 Might Be All You Need
Web Dev Cody
YouTube

Cursor Composer 2 Might Be All You Need

Buy the course now: https://agenticjumpstart.com?utm=yt Join the Agentic Jumpstart community: https://discord.gg/JUDWZDN3VT --------- Have a video suggestion? Post it here: https://suggestions.webdevcody.com/ My Game https://survivethenightgame.com/ My Courses 🤖 https://agenticjumpstart.com ⚛️ https://beginner-react-challenges.webdevcody.com Useful Links 💬 Discord: https://discord.gg/N2uEyp7Rfu 🔔 Newsletter: https://newsletter.webdevcody.com/ 📁 GitHub: https://github.com/webdevcody 📺 Twitch: https://www.twitch.tv/webdevcody 🤖 Website: https://webdevcody.com

  • Mar 24, 2026
  • 3.3K views
Watch on YouTube
Astro's new Fonts API
Coding in Public
YouTube

Astro's new Fonts API

Get my course for $20 off at https://learnastro.dev Use coupon: YOUTUBE 🔗 Key Links 🔗 - Fonts Docs: https://docs.astro.build/en/guides/fonts/ - Github repo: https://github.com/coding-in-public/astro-fonts-api-introduction Fonts seem simple until they're not. Astro's brand-new Font API handles all the tricky parts automatically — privacy concerns, layout shift, type safety, build-time optimization — so you don't have to. - Why pulling fonts directly from Google Fonts is problematic (privacy leaks, no type safety, layout shift) - How to set up Astro's Font API in `astro.config.mjs` using font providers like FontSource, Google, and Local - Using CSS variables and the `Font` component to apply fonts across your site - Configuring specific weights, styles, subsets, and fallbacks per font - How fonts are downloaded **at build time** (not per visitor) to protect user data - Working with **local fonts** and the `variants` + `src` options required - Using **variable fonts** with a full weight range (e.g., 100–900) for maximum flexibility - Exploring the granular font config options in the docs: caching, optimized fallbacks, unicode range, and more --------------------------------------- 0:00 Intro 0:19 Problems with Google Fonts (Privacy, Type Safety, Layout Shift) 2:30 Setting Up the Astro Font API 2:50 Providers, Names & CSS Variables 3:22 Configuring Fallbacks 3:57 Adding More Fonts (Instrument Serif, JetBrains Mono) 4:25 Using the Font Component 4:50 Specifying Weights, Styles & Subsets 5:39 Local Fonts Walkthrough 6:02 Font Providers Overview 6:11 Local Font Options & Variants Array 7:10 Variable Fonts & Weight Ranges 8:23 Granular Config & Optimized Fallbacks 9:16 Styles, Weights, Subsets & Experimental Glyphs 🌐 Connect With Me 🌐 - Astro course: https://learnastro.dev - Website: https://codinginpublic.dev - Blog: https://chrispennington.blog 🤝 Follow Me 🤝 - Twitter: https://twitter.com/cpenned - BlueSky: https://bsky.app/profile/codinginpublic.dev 💸 Support Me 💸 - Patreon: https://www.patreon.com/coding_in_public - Buy Me a Coffee: https://www.buymeacoffee.com/chrispennington

  • Mar 24, 2026
  • 3.2K views
Watch on YouTube
I'm never going back
Ras Mic
YouTube

I'm never going back

I've been nerd sniped by Svelte... I love it and I'm never going back... Thank you WorkOS for sponsoring! Check them out at: https://rasmic.link/workos My Links: 🌐 My Site: https://rasmic.link/site 🏭 My product studio: https://rasmic.link/fabrika Socials: 🐦 Follow me on X: https://rasmic.link/x 💬 Join my Discord: https://rasmic.link/discord ▶️ Subscribe to my second channel: https://rasmic.link/more-micky

  • Mar 24, 2026
  • 6.5K views
Watch on YouTube
A Better Way for Agents to Call Tools
Ben Davis
YouTube

A Better Way for Agents to Call Tools

We've been letting agents write bash for a while now and honestly it works pretty well. But it could be better, so much better. Thank you Daytona for sponsoring! Check them out at: https://davis7.link/daytona SOURCES https://x.com/RhysSullivan/status/2030903539871154193?s=20 https://newsletter.pragmaticengineer.com/p/how-uber-uses-ai-for-development https://blog.cloudflare.com/code-mode/ My X, Discord, and more: https://davis7.sh/

  • Mar 23, 2026
  • 7.8K views
Watch on YouTube
Easiest Way to Create an Awesome Landing Page in 2026
OrcDev
YouTube

Easiest Way to Create an Awesome Landing Page in 2026

Learn how to build a complete, professional landing page in 15 minutes using Shadcn Blocks. In this step-by-step tutorial, I'll show you how to create a stunning landing page with hero section, features, pricing, testimonials, gallery, contact form, footer - all using pre-built shadcn components. No design experience required. No custom CSS needed. Just professional results in minutes. 🔗 Shadcn Blocks: https://www.shadcnblocks.com/ You can also check this landing page here: https://awesome-landing-page-kkhy.vercel.app/ Make sure to check 8bitcn! https://www.8bitcn.com/ Next video to watch: https://youtu.be/lG_mTu0wyZA ⚔️ Join The Horde - Discord: https://discord.com/invite/uFB5YzH9YG - Github: https://github.com/TheOrcDev - X: https://x.com/orcdev #webdevelopment #orcdev #react #nextjs #typescript

  • Mar 23, 2026
  • 1.6K views
Watch on YouTube
Live Code: Landing Page Live Code (UI Design Daily)
Coding in Public
YouTube

Live Code: Landing Page Live Code (UI Design Daily)

Project: https://www.uidesigndaily.com/posts/figma-landing-page-website-day-1384 Github: https://github.com/coding-in-public/ui-design-daily-landing-page Check out my Astro course: https://learnastro.dev 🌐 Connect With Me 🌐 - Website: https://codinginpublic.dev - Blog: https://chrispennington.blog - Twitter: https://twitter.com/cpenned - Patreon: https://www.patreon.com/coding_in_public - Buy Me a Coffee: https://www.buymeacoffee.com/chrispennington

  • Mar 23, 2026
  • 1.0K views
Watch on YouTube
Open Source Tool That Feels Illegal to Be Free (part 14)
OrcDev
YouTube

Open Source Tool That Feels Illegal to Be Free (part 14)

Open source tool that feels illegal to be free, part 14 — Codevator ⚔️ Background music for AI coding agents. Elevator music while your agents work. Check it out: https://codevator.dev Make sure to check 8bitcn! https://www.8bitcn.com/ Next video to watch: https://youtu.be/lG_mTu0wyZA ⚔️ Join The Horde - Discord: https://discord.com/invite/uFB5YzH9YG - Github: https://github.com/TheOrcDev - X: https://x.com/orcdev #opensource #coding #ai #music #developer #webdevelopment #orcdev #react #nextjs #typescript

  • Mar 22, 2026
  • 2.6K views
Watch on YouTube