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:
| Folder | What goes inside |
|---|---|
| Frontend | React, Vue, Svelte, CSS, TypeScript, build tools, browser internals |
| Backend | Language-specific channels, framework channels, API design, databases |
| DevOps & Infra | Kubernetes, Terraform, cloud platforms, observability, networking |
| AI & ML | LLM research, paper walkthroughs, model deployment, RAG and agent tutorials |
| CS Fundamentals | Algorithms, distributed systems, compilers, OS internals, theory channels |
| Industry & Career | Engineering 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
- Install FolderTube from the Chrome Web Store.
- Open YouTube and click the purple FolderTube button in the top-right of the page to open the sidebar.
- Press the sync subscriptions button to import your subscribed channels.
- Create a folder per stack and drag channels into the folder that matches the primary area they cover.
- 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 ChromeWorkflows 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 folder | Useful subfolders |
|---|---|
| Frontend | React / Vue / Svelte / CSS / Performance |
| Backend | Go / Rust / Node / Postgres / API design |
| DevOps & Infra | Kubernetes / Terraform / AWS / Observability |
| AI & ML | LLM research / RAG / Agents / Inference / Papers |
| CS Fundamentals | Distributed 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
- When you switch projects, audit the stack folders. Channels you watched constantly six months ago may be irrelevant now.
- 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.
- 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.
What to read next
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.