LUNAROPS · OPERATIONAL UPLINK 100% UPTIME 1,247d POSTS 893 JEFF.MOON@LUNAROPS.DEV UTC --:--:--

10 Tech YouTubers Actually Worth Your Time

youtubelearninghomelabainetworkingdevopsresources

YouTube’s tech content has a signal-to-noise problem. For every creator doing original, technically rigorous work, there are twenty channels running AI-generated voiceovers over stock footage, recycling the same “top 10 Linux commands” video for the fourth time, or padding out 6-minute topics into 20-minute videos with sponsor reads and “smash that like button” filler.

The channels below are the ones that don’t do that. They’re the creators who clearly know what they’re talking about, put real time into their content, and treat their audience as intelligent adults. The focus is on homelab, AI, networking, and DevOps topics — long-form content preferred. If you already watch NetworkChuck and want more of that caliber, these are the places to go next.


1. Jeff Geerling

Focus: Raspberry Pi, ARM computing, homelab hardware, Ansible, infrastructure

Jeff Geerling is possibly the most technically credible homelab YouTuber working. He’s the author of Ansible for DevOps and Ansible for Kubernetes — real books with real depth — and his videos reflect the same standard. When a new piece of hardware comes out (a new Raspberry Pi, an ARM server board, a new PCIe device), Jeff is often the first person to do a genuinely rigorous evaluation: benchmarking it properly, testing edge cases, identifying real limitations rather than just reading the spec sheet.

What separates Jeff from most hardware reviewers is that he actually understands the software stack. A video about NVMe support on a Raspberry Pi isn’t just “I plugged in this SSD and it was fast” — it’s a walkthrough of the PCIe driver situation, the kernel patches needed, the performance characteristics, and the practical limitations. His Ansible content is similarly deep.

The production style is understated: screen recordings, terminal output, minimal flash. No jump cuts every three seconds. He assumes you can follow along rather than performing excitement at you. Videos run 15–45 minutes and deserve full attention.

Best starting points: His Raspberry Pi 5 deep dives, the Ansible 101 series, and his coverage of the early ARM server hardware.

Channel: youtube.com/@JeffGeerling


2. TechnoTim

Focus: Homelab, Kubernetes, self-hosting, Docker, Proxmox, networking

TechnoTim (Tim Stewart) is the closest thing to NetworkChuck for the homelab and self-hosting space. He covers many of the same topics this blog covers — Proxmox, Kubernetes on bare metal, self-hosted services, networking — in a structured, well-paced tutorial format. Where NetworkChuck leans toward networking and cybersecurity, TechnoTim lives in the homelab/DevOps overlap.

The videos are practical and implementation-focused. A typical TechnoTim video takes you from “here’s why you’d want to do this” through a complete working setup. The companion documentation on his site (technotim.live) is unusually good — the written guides are maintained and actually match what’s in the video, which is rarer than it should be.

Production quality is high. Videos run 15–40 minutes. He covers both the “new to homelab” audience and people who’ve been running infrastructure for years, which is a difficult balance to maintain.

Best starting points: His Kubernetes homelab series, the Proxmox setup guides, and the k3s + Rancher walkthroughs.

Channel: youtube.com/@TechnoTimLive


3. Andrej Karpathy

Focus: AI, neural networks, deep learning, LLMs — from first principles

Andrej Karpathy is in a different category from everyone else on this list. He’s not a tech content creator who also knows AI — he’s one of the people who built the current generation of AI systems. He co-founded OpenAI, led AI at Tesla, and now creates educational content that’s genuinely among the best in the world for understanding how modern AI works.

His “Neural Networks: Zero to Hero” series starts from the mathematical foundations of neural networks and builds through backpropagation, language models, and transformer architectures. These are not high-level “here’s what ChatGPT is” explainers. These are lectures where Karpathy writes the code from scratch, explains the underlying math, and gives you the mental models that professionals use. The makemore series building a character-level language model line by line is the best practical introduction to modern language model internals I’m aware of.

The catch: these are demanding. A single video might be 2–4 hours. You will need to pause frequently and actually run the code yourself. This is not background content. But if you want to understand AI at the level where you can reason about what’s actually happening inside a model rather than just using the API, Karpathy’s channel is where you go.

Upload frequency is low — he posts when he has something substantial to say, not on a schedule. Every video is worth watching.

Best starting points: “The spelled-out intro to neural networks and backpropagation” and the makemore series. The “Let’s build GPT from scratch” video is a remarkable piece of educational content.

Channel: youtube.com/@AndrejKarpathy


4. Lawrence Systems

Focus: Networking, pfSense, OPNsense, enterprise IT, firewalls, VLANs

Tom Lawrence runs an IT services company and makes videos about the things he actually deals with professionally — firewall configuration, enterprise networking, pfSense and OPNsense setup and troubleshooting, network segmentation, managed switches, and the practical realities of running IT infrastructure for small and mid-sized businesses.

The value of Lawrence Systems is the professional context. Tom isn’t setting up a homelab to learn — he’s configuring these systems for paying clients and talking about real-world considerations: what breaks in production, why a particular configuration choice matters, what the support implications are. His pfSense and OPNsense content is the best long-form documentation of those platforms on YouTube.

Videos are long and thorough — 30 to 90 minutes for complex topics. Not flashy production. Extremely dense with practical information. If you’re configuring a firewall or trying to understand enterprise networking from someone who runs it professionally, this is the channel.

Best starting points: His OPNsense setup series, the VLAN segmentation guides, and the firewall rules explainers.

Channel: youtube.com/@LAWRENCESYSTEMS


5. Christian Lempa (The Digital Life)

Focus: Homelab, networking, Docker, Kubernetes, Linux, DevOps tools

Christian Lempa is a German developer and sysadmin who produces well-structured tutorial content on the exact tool stack that serious homelabbers and DevOps engineers use: Docker Compose, Kubernetes, Traefik, WireGuard, Ansible, Proxmox, and similar. His videos have a consistency of structure that makes them easy to follow — he explains the concept, shows the implementation, explains why certain choices were made, and covers common problems.

What distinguishes his work is that he clearly uses the tools he covers in a real environment. His homelab content comes across as documentation of what he’s actually built rather than tutorials assembled from reading the official docs. He also covers the integration between tools well — not just “how to set up Traefik” but “how Traefik works with your Docker Compose stack and your DNS setup.”

Production is clean and professional. Videos typically run 20–40 minutes.

Best starting points: His networking fundamentals series, the Traefik reverse proxy deep dives, and the Proxmox virtualization content.

Channel: youtube.com/@christianlempa


6. David Bombal

Focus: Networking (CCNA/CCNP level), Python for networking, cybersecurity, ethical hacking

David Bombal comes from a Cisco networking background and brings that technical depth to YouTube. His networking content is CCNA and CCNP-level material explained with genuine clarity — not the watered-down overview content that’s common on YouTube, but actual technical depth on how routing, switching, and protocols work.

Beyond networking fundamentals, he covers Python for network automation, GNS3 and EVE-NG for network simulation, and cybersecurity topics in collaboration with guests who are active practitioners. His interview content is particularly good — he brings in people with specific expertise (red team operators, network engineers at major companies, security researchers) and asks technically substantive questions rather than surface-level ones.

Videos run long — 30 minutes to over an hour — and reward genuine attention. He assumes you want to learn, not just be entertained.

Best starting points: The CCNA/networking fundamentals series, the Python for network engineers content, and his GNS3 lab walkthroughs.

Channel: youtube.com/@davidbombal


7. Craft Computing

Focus: Homelab hardware, Proxmox, virtualization, server builds, storage

Craft Computing (Jeff) occupies a specific niche in the homelab space: he actually builds and runs significant homelab infrastructure and documents it in depth. His content skews toward the hardware side — evaluating used enterprise servers, building storage systems, running Proxmox clusters — with the kind of specificity that only comes from having genuinely done the thing.

His “Should you buy a used server?” and related content is particularly good for people building out homelab infrastructure on a budget. He’s honest about the tradeoffs: noise, power consumption, heat, the annoyances of enterprise hardware in a home context, what’s actually worth buying versus what the community has talked up beyond its merits.

The production style is practical and unpolished in a good way — you’re watching someone explain what they actually did, not a produced tutorial. Videos run 20–45 minutes.

Best starting points: His Proxmox cluster builds, the used server evaluation content, and the ZFS storage configuration guides.

Channel: youtube.com/@CraftComputing


8. Wolfgang’s Channel

Focus: Privacy, self-hosting, homelab, Linux, security

Wolfgang covers the overlap between privacy, security, and self-hosting — the “why” behind running your own infrastructure rather than depending on cloud services. His content tends to be more philosophical and contextual than pure tutorial: he explains the threat model that motivates a particular self-hosting choice, the privacy implications of various tools and services, and the practical tradeoffs involved.

His setup guides are thorough, but what makes the channel worth following is the framing. A video about self-hosting email isn’t just a Postfix tutorial — it’s a discussion of why you might want to control your email, what you’re actually gaining and giving up, and whether it makes sense for your specific situation. That kind of honest evaluation is rare in a space where “you should self-host everything” and “self-hosting is pointless” are both common oversimplifications.

Best starting points: His series on self-hosted tools as Google replacements, the content on network security and VPNs, and the Linux privacy configuration guides.

Channel: youtube.com/@WolfgangsChannel


9. Matt Wolfe

Focus: AI tools, AI news, productivity applications of AI, LLM ecosystem

Matt Wolfe has become one of the clearest voices for accessible AI content — not the deep technical ML research (that’s Karpathy’s territory) but the practical landscape of what AI tools exist, what they actually do, and how to think about using them. His weekly AI news roundups are one of the best ways to stay current with a space that moves extraordinarily fast.

What distinguishes his work from the flood of “AI is amazing, here are 10 ChatGPT tricks” content is that he tests things properly and gives honest assessments. When a new model or tool comes out, he evaluates it against specific use cases rather than just repeating the marketing claims. He’s also good at identifying what’s genuinely new versus what’s incremental improvement or hype.

His content is more accessible than deeply technical, which is appropriate for the subject — most of the AI tools landscape doesn’t require PhD-level understanding, it requires good judgment about what’s actually useful. Videos run 15–30 minutes, digestible and well-organized.

Best starting points: His weekly AI news recaps, the tool comparison content (image generators, coding assistants, etc.), and his deep dives into specific models at release.

Channel: youtube.com/@mreflow


10. Fireship

Focus: Web development, programming concepts, tech news, developer tools

Fireship (Jeff Delaney) is a slight outlier on this list because he’s known for “100 seconds” format explainers — dense, fast-paced overviews of a technology in 100 seconds. But he also produces longer, more substantial content, and the quality of both is exceptional. Even his short-form work is genuinely educational rather than just fast-moving.

His longer tutorials on web development, DevOps tooling, and programming languages are among the best produced on YouTube — clear structure, excellent visual explanations of abstract concepts, and a dry sense of humor that keeps complex material engaging. His “X in 100 seconds” series is a genuinely useful format for getting a mental model of an unfamiliar technology before diving deeper.

He covers AI tools frequently, particularly as they affect developers — code generation, AI-assisted development workflows, and the practical implications of new model releases for the engineering community.

Best starting points: The longer tutorial videos on tools you use, the technology comparison content (e.g., “X vs Y explained”), and his commentary on major tech releases.

Channel: youtube.com/@Fireship


Honorable Mentions

These channels didn’t make the top 10 but are worth knowing about:

Anton Putra — DevOps and Kubernetes content with exceptional production quality. Very specific, hands-on tutorials for Kubernetes, Terraform, AWS, and related tooling. Every video is a complete, working implementation. youtube.com/@AntonPutra

LearnLinuxTV (Jay LaCroix) — The best beginner-to-intermediate Linux content on YouTube. Clear, patient, thorough. If you’re newer to Linux or want to send someone a resource, this is it. youtube.com/@LearnLinuxTV

Hardware Haven — Homelab hardware reviews with an emphasis on real-world power consumption testing, noise measurement, and honest value assessment. Particularly good for mini PCs and small form factor hardware. youtube.com/@HardwareHaven

Yannic Kilcher — Deep dives into AI research papers. Extremely technical. If you want to understand what specific ML papers actually claim and whether the claims hold up, Kilcher’s walkthroughs are the best available on YouTube. youtube.com/@YannicKilcher


What Makes These Different

The common thread across all these channels is straightforward: they’re made by people who actually do the things they’re talking about, and they prioritize teaching over entertainment.

That sounds like a low bar. In the current YouTube tech landscape, it’s not. The economic incentives of the platform push toward high click-through thumbnails, frequent uploads, and broad topics that appeal to the largest audience. Channels that resist that pressure and do slower, deeper, more specific work tend to be smaller but far more worth your time.

The time investment in a well-made 40-minute tutorial that teaches you something properly is almost always better than four 10-minute surface-level videos on the same topic. The channels above understand this, and it shows in the work.

Comments