Awareness·8 min read·

How Developers Use YouTube: Organizing Tech Channels by Stack

Most developers eventually end up subscribed to a mix of frontend channels, backend channels, DevOps screencasts, machine-learning lectures, conference talks, indie-hacker vlogs, and that one channel about mechanical keyboards. YouTube puts all of it into a single chronological feed where Kubernetes deep dives and React tutorials interleave with everything else.

This guide is a folder system tailored for developers. The goal is to make YouTube behave like a curated set of stack-specific feeds — so when you open it to learn React, you only see React; when you open it for systems content, you only see systems.

Why developers need stack-based folders

Tech YouTube spans many stacks, paradigms, and seniority levels. A subscription list that grew organically over a few years usually contains content from every stack you ever flirted with — Rust talks, Vue tutorials, Postgres internals, distributed-systems lectures — all sitting alongside whatever you actually work on day-to-day.

The single feed has two problems for developers in particular:

  • Stack churn. The frontend video that taught you something last year is now obsolete; the backend video you ignored has become relevant. The feed does not surface what your current work actually needs.
  • Context switching cost. Reading code in one stack and watching content from another wrecks focus. A folder that maps to your current stack lets you watch on-topic content during breaks without leaving your headspace.

A starter folder structure by stack

Use FolderTube to create one top-level folder per stack you care about. A good starting point covers the main areas of the industry:

FolderWhat goes inside
FrontendReact, Vue, Svelte, CSS, TypeScript, build tools, browser internals
BackendLanguage-specific channels, framework channels, API design, databases
DevOps & InfraKubernetes, Terraform, cloud platforms, observability, networking
AI & MLLLM research, paper walkthroughs, model deployment, RAG and agent tutorials
CS FundamentalsAlgorithms, distributed systems, compilers, OS internals, theory channels
Industry & CareerEngineering podcasts, conference talks, dev culture, indie hacking

Adjust to your actual stack — a mobile developer might swap one of these for iOS / Android, a security engineer for AppSec. The point is to keep top-level folders at the level of areas you switch between, not at the level of individual libraries.

Setting up the folders

  1. Install FolderTube from the Chrome Web Store.
  2. Open YouTube and click the purple FolderTube button in the top-right of the page to open the sidebar.
  3. Press the sync subscriptions button to import your subscribed channels.
  4. Create a folder per stack and drag channels into the folder that matches the primary area they cover.
  5. Open the Subscriptions page and use the folder tabs to view one stack at a time.

Add real folders to YouTube

FolderTube is free to install. Drag your subscriptions into folders and finally find what you actually want to watch.

Add to Chrome

Workflows that fit how developers learn

The morning skim

Open only the folders that match what you are actively working on. Scan titles, save anything that looks immediately useful, then close the tab. Five minutes is enough — the goal is to stay current without sliding into an hour of unrelated content.

Stack deep dive

When you start working in a new area — say, picking up a database you have never touched — open that stack's folder and watch the highest-quality intro from a channel you already trust. Folders make it trivial to find on-stack content instead of falling back on whatever Home surfaces.

Conference talk catch-up

Conference talks usually arrive in bursts after an event. Keep a Conference subfolder under Industry & Career — or create a temporary 'Conf 2026' folder when something big drops — so you can batch-watch without missing them in the general feed.

Using Mark as Watched as a 'reviewed' log

Developers often skim a video, decide it is not worth a full watch, and then see the same thumbnail again next week wondering whether they have already evaluated it. The Mark as Watched feature visually flags a video once you have made a decision about it, so on your next visit you only see the videos you have not yet evaluated.

Use it broadly. A video can be 'watched' in the sense of fully watched, or 'watched' in the sense of evaluated and dismissed. Either way the goal is the same: stop re-scanning the same thumbnails.

Going further: subfolders for libraries and frameworks

Top-level stack folders work for a while. They start to creak once a single stack folder is mixing framework-specific deep dives with general principles. That is when subfolders — a Premium feature — start paying off.

Top-level folderUseful subfolders
FrontendReact / Vue / Svelte / CSS / Performance
BackendGo / Rust / Node / Postgres / API design
DevOps & InfraKubernetes / Terraform / AWS / Observability
AI & MLLLM research / RAG / Agents / Inference / Papers
CS FundamentalsDistributed systems / Compilers / OS / Theory

Premium starts at $2.99/month, with $19/year and $39 lifetime options. Premium also unlocks custom folder colors and icons — useful when you want each stack to have its own visual identity in the sidebar.

Pair this with your other learning sources

Folder-organized YouTube is best as one channel of information among several. Pair it with documentation, blogs, papers, and source-reading — and use folders to keep YouTube from drifting into pure consumption time during work hours.

Maintenance habits

  1. When you switch projects, audit the stack folders. Channels you watched constantly six months ago may be irrelevant now.
  2. File new subscriptions immediately into a stack folder. If a channel does not fit any stack folder, ask whether it belongs in your dev setup or in Industry & Career.
  3. Prune Industry & Career aggressively. It is the easiest folder to over-fill with content that feels productive but does not change how you build software.

For a broader workflow on using YouTube as a productivity tool rather than a feed, see the productivity guide to YouTube. If one of your stack folders is already too big to scan, the subfolders guide walks through how to split it cleanly.

Try FolderTube free

Add real folders to your YouTube subscriptions in under a minute. No credit card required.

Add to Chrome

Frequently Asked Questions

Keep reading