<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/youtube/best-of/2026/03" -->

---
title: Best YouTube posts — March 2026 | daily.dev
description: The most upvoted YouTube posts from March 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/youtube/best-of/2026/03
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/youtube/best-of/2026/03
og:type: website
og:site_name: daily.dev
og:title: Best YouTube posts — March 2026 | daily.dev
og:description: The most upvoted YouTube posts from March 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of YouTube — March 2026

1. 1  
[](https://daily.dev/posts/stop-watching-tutorials-do-this-instead-h5l9dmth6 "Stop Watching Tutorials. Do This Instead")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 26w  
Stop Watching Tutorials. Do This Instead  
Advice for beginners on how to learn programming effectively. Key points: pick one learning path and stick with it, use free resources like YouTube, freeCodeCamp, or CS50, choose VS Code as your IDE, and avoid relying on AI tools until you understand the basics. Also briefly promotes Orchids 1.0, an AI app builder that supports multiple project types and lets you bring your own API keys.  
148  
15
2. 2  
[](https://daily.dev/posts/go-finally-fixed-its-dumbest-syntax-problem-dciqdtg1y "Go FINALLY Fixed Its Dumbest Syntax Problem")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 25w  
Go FINALLY Fixed Its Dumbest Syntax Problem  
Go 1.26 enhances the built-in \`new\` function to accept expressions in addition to types, allowing developers to take the address of a value directly without needing a temporary variable or a generic helper function. Previously, passing a literal value as a pointer required either storing it in a throwaway variable or writing a utility function (a pattern common in codebases like the AWS SDK). With this change, \`new(0.15)\` works directly, eliminating boilerplate for structs with optional pointer fields.  
84  
5
3. 3  
[](https://daily.dev/posts/go-1-26-s-small-but-clever-new-function-change--whxy6h3p0 "Go 1.26's Small But Clever New Function Change!")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 27w  
Go 1.26's Small But Clever New Function Change!  
Go 1.26 enhances the built-in \`new\` function to accept an initializer expression, allowing memory allocation and value assignment in a single step. Previously, developers had to allocate with \`new(T)\` and then dereference the pointer to assign a value, often requiring temporary variables. With Go 1.26, \`new(42)\` allocates an integer pointer initialized to 42 directly. This is particularly useful when working with pointer fields in structs for optional JSON/protobuf fields, partial API updates (PATCH semantics), and table-driven tests, where temporary helper variables were previously needed just to obtain a pointer to a literal value.  
40  
5
4. 4  
[](https://daily.dev/posts/should-you-learn-go-in-2026--gbrhdaj4d "Should you learn Go in 2026?")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 27w  
Should you learn Go in 2026?  
A Go developer and former Twitch senior engineer makes the case for learning Go in 2026 despite AI disruption and tech layoffs. Key arguments include Go's dominance in cloud-native tooling (Kubernetes, Docker), its suitability for microservices, its simplicity making it AI-friendly for code generation, its robust standard library, and strong job market demand with competitive salaries. The GitHub 2025 developer survey is cited showing Go among the most admired and desired languages.  
32  
2
5. 5  
[](https://daily.dev/posts/linus-torvalds-on-rust-in-linux-shorts-linux-rust-knowledge-programmer-g5gfettsu "Linus Torvalds On Rust In Linux #shorts #linux #rust #knowledge #programmer")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 25w  
Linus Torvalds On Rust In Linux #shorts #linux #rust #knowledge #programmer  
Linus Torvalds shares his personal take on Rust in the Linux kernel. While he remains a C person at heart, he acknowledges that Rust hasn't done anything obnoxious enough to make him actively dislike it — a lukewarm but notable acceptance from the Linux creator.  
12  
1

[See all YouTube archives](/sources/youtube/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/youtube/best-of/2026/03#page","url":"https://daily.dev/sources/youtube/best-of/2026/03","name":"Best YouTube Posts — March 2026","description":"The most upvoted YouTube posts from March 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/youtube/best-of/2026/03#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/stop-watching-tutorials-do-this-instead-h5l9dmth6","name":"Stop Watching Tutorials. Do This Instead"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/go-finally-fixed-its-dumbest-syntax-problem-dciqdtg1y","name":"Go FINALLY Fixed Its Dumbest Syntax Problem"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/go-1-26-s-small-but-clever-new-function-change--whxy6h3p0","name":"Go 1.26's Small But Clever New Function Change!"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/should-you-learn-go-in-2026--gbrhdaj4d","name":"Should you learn Go in 2026?"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/linus-torvalds-on-rust-in-linux-shorts-linux-rust-knowledge-programmer-g5gfettsu","name":"Linus Torvalds On Rust In Linux #shorts #linux #rust #knowledge #programmer"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"YouTube","item":"https://daily.dev/sources/youtube"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/youtube/best-of"},{"@type":"ListItem","position":5,"name":"March 2026"}]}]}
```

