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

---
title: Best YouTube posts — September 2024 | daily.dev
description: The most upvoted YouTube posts from September 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/youtube/best-of/2024/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/youtube/best-of/2024/09
og:type: website
og:site_name: daily.dev
og:title: Best YouTube posts — September 2024 | daily.dev
og:description: The most upvoted YouTube posts from September 2024, 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 — September 2024

1. 1  
[](https://daily.dev/posts/complete-backend-engineering-course-in-go-m6lv7615c "Complete Backend Engineering Course in Go")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Complete Backend Engineering Course in Go  
This post introduces a comprehensive backend engineering course in Go, designed to take learners from basic to advanced topics. The course aims to teach how to build RESTful APIs and other backend systems, applying the knowledge to microservices as well. The curriculum includes 21 modules, covering areas such as TCP and HTTP server development, routing, clean layered architecture, database management using the repository pattern, CRUD operations, user authentication and authorization, caching, performance optimization, and CI/CD deployment workflows. The course materials and code are available on GitHub, and the instructor emphasizes understanding concepts over mere code replication.  
239  
4
2. 2  
[](https://daily.dev/posts/all-machine-learning-algorithms-explained-in-17-min-aljzmzxxg "All Machine Learning algorithms explained in 17 min")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
All Machine Learning algorithms explained in 17 min  
Tim, a data scientist with over 10 years of experience, offers an intuitive overview of critical machine learning algorithms to help you choose the right one for your problem. The post covers supervised learning (like regression and classification), unsupervised learning (like clustering), and dives into specific algorithms such as linear regression, logistic regression, K-nearest neighbors (KNN), support vector machine (SVM), naive Bayes classifier, decision trees, random forests, boosting, neural networks, and dimensionality reduction. Each algorithm is explained with examples to build an intuitive understanding of their functions and applications.  
209  
3
3. 3  
[](https://daily.dev/posts/next-js-school-management-dashboard-ui-design-tutorial-react-next-js-responsive-admin-dashboard-aut74a0le "Next.js School Management Dashboard UI Design Tutorial | React Next.js Responsive Admin Dashboard")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Next.js School Management Dashboard UI Design Tutorial | React Next.js Responsive Admin Dashboard  
Learn how to design a responsive school management dashboard using Next.js and Tailwind CSS. The dashboard displays different views for admin, student, parent, and teacher roles. Key features include animated charts, user-specific views, and a customizable form using React Hook Form. This project helps in understanding the latest versions of React and Next.js and improving frontend design skills.  
208  
6
4. 4  
[](https://daily.dev/posts/the-most-important-design-pattern-in-react-8fjjqijpb "The Most Important Design Pattern in React")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
The Most Important Design Pattern in React  
Learn the most important design pattern for React applications, which involves breaking down large components into smaller, reusable components that follow the single responsibility principle. This approach makes code more efficient, readable, and easier to maintain. The author also offers a free document with examples of 10 other crucial design patterns via their newsletter.  
186  
6
5. 5  
[](https://daily.dev/posts/customize-your-vs-code-like-a-pro--zx1xcphao "Customize Your VS Code Like a Pro 🔥")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Customize Your VS Code Like a Pro 🔥  
Explore various ways to customize Visual Studio Code to enhance your programming experience. Learn about themes, extensions, and settings that can make your coding more efficient and enjoyable.  
160  
3
6. 6  
[](https://daily.dev/posts/complete-backend-software-engineer-mind-map---everything-you-need-to-know-2-hours--6oj0cw5ed "Complete Backend Software Engineer Mind Map - Everything You Need to Know (2 HOURS!)")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Complete Backend Software Engineer Mind Map - Everything You Need to Know (2 HOURS!)  
The post explores the essential technologies and frameworks necessary for a backend software engineer. It emphasizes the significance of understanding various backend frameworks, the importance of selecting widely used and supported technologies, and the utility of ORMs for database management. Key programming languages like Python, JavaScript, and Java are discussed alongside their popular frameworks such as Django, Flask, and Express. The post also highlights the importance of choosing the right framework based on project requirements and team preferences.  
116  
2
7. 7  
[](https://daily.dev/posts/mern-stack-full-course---ecommerce-app-with-admin-panel-react-redux-toolkit-tailwind-mongodb-icnbwaads "MERN Stack Full Course - ECommerce App with Admin Panel : React, Redux Toolkit, Tailwind, MongoDB")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
MERN Stack Full Course - ECommerce App with Admin Panel : React, Redux Toolkit, Tailwind, MongoDB  
This post provides a comprehensive guide for building an industry-level e-commerce application using the MERN stack, including React, Redux Toolkit, Node.js, Express, and MongoDB. The app features a separate admin panel for managing products and orders, supports PayPal payment integration, and includes product listing and checkout functionalities. The post also covers setting up the project structure, configuring the server and database, and integrating frontend and backend technologies.  
110  
1
8. 8  
[](https://daily.dev/posts/when-to-use-kafka-or-rabbitmq-system-design-9w7qbs9fx "When to Use Kafka or RabbitMQ | System Design")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
When to Use Kafka or RabbitMQ | System Design  
Kafka and RabbitMQ serve different purposes in distributed systems. Kafka is designed for high-throughput stream processing, fanning out messages to multiple consumers, and handling uniform, short processing tasks. RabbitMQ is a traditional message queue system better suited for complex routing, long-running tasks, and handling sporadic data flow with acknowledgments for message processing. Choose Kafka for scenarios requiring high-speed, real-time data distribution and RabbitMQ for more controlled message queuing and processing.  
102  
1
9. 9  
[](https://daily.dev/posts/coding-a-saas-platform-in-6-hours---nextjs-tailwind-prisma-postgres-iim1jcnss "Coding a SAAS platform in 6 hours - NextJS, Tailwind, Prisma, Postgres")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Coding a SAAS platform in 6 hours - NextJS, Tailwind, Prisma, Postgres  
This post outlines the process of developing a music SaaS platform using NextJS, Tailwind, Prisma, and PostgreSQL. It describes the motivations, design, and step-by-step coding practices. The application includes Google authentication with NextAuth, schema design with Prisma for users and streams, and deployment. Key elements of the design include user roles, stream types, and vote functionalities.  
97  
1
10. 10  
[](https://daily.dev/posts/mastering-aws-complete-course-with-real-time-tasks-in-15-hours-part---1-dsb7izta8 "Mastering AWS : Complete Course with Real-Time Tasks in 15 Hours | PART - 1")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Mastering AWS : Complete Course with Real-Time Tasks in 15 Hours | PART - 1  
The post covers the basics of IP addressing, types of IP addresses (IPv4 and IPv6), their ranges, and the concept of private versus public IPs. It also delves into setting up a Virtual Private Cloud (VPC) in AWS, including subnets, Internet Gateways, Network Address Translation (NAT), and VPC peering to allow communication across different VPCs. The tutorial is aimed at enhancing understanding of networking within cloud environments, particularly AWS.  
66  
1
11. 11  
[](https://daily.dev/posts/how-to-start-making-games-with-no-experience-dhnap3npn "How to Start Making Games with No Experience")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
How to Start Making Games with No Experience  
Starting game development with no experience can be daunting, but choosing the right tools makes it simpler. Beginners should consider using Scratch for easy visual scripting or game engines like Construct 3, GameMaker, or GDevelop. For those willing to code, engines like Unity or Godot are excellent. Recreating classic games like Pong or Space Invaders helps to understand the essentials. Utilize online tutorials, courses, and forums for guidance, and don't hesitate to experiment with small projects or join game jams for practice.  
65  
1
12. 12  
[](https://daily.dev/posts/proxy-vs-reverse-proxy-vs-load-balancer-simply-explained-qllwbji4x "Proxy vs Reverse Proxy vs Load Balancer | Simply Explained")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained  
Understand the differences between proxies, reverse proxies, and load balancers, and their importance in managing web traffic and security. Real-life analogies help explain their functions and why both cloud load balancers and reverse proxies are often used together for optimal performance and security. The key functionalities such as caching and SSL termination are discussed, alongside practical implementation in environments like Kubernetes.  
62  
1
13. 13  
[](https://daily.dev/posts/how-to-use-cursor-ai-build-deploy-production-app-in-20-mins-yennn7wpu "How to use Cursor AI build & deploy production app in 20 mins")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
How to use Cursor AI build & deploy production app in 20 mins  
Learn how to use Cursor AI to build and deploy a production-ready full stack application in under an hour, even without prior programming knowledge. The process includes setting up the project, building the frontend and backend using frameworks like Next.js and libraries such as Tailwind CSS, and deploying the app on Vercel. Authentication is handled using Clerk, and Supabase is used for backend services like database and storage management.  
53  
1
14. 14  
[](https://daily.dev/posts/node-js-vs-golang-performance-benchmark-in-kubernetes-210-hziysvlsx "Node.js vs Golang: Performance Benchmark in Kubernetes #210")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Node.js vs Golang: Performance Benchmark in Kubernetes #210  
The performance benchmark compares Node.js with Go by deploying web applications to a Kubernetes cluster on AWS using EC2 instances. The tests measure CPU and memory usage, latency, CPU throttling, network pressure, and application availability. Go significantly outperforms Node.js, handling around 70,000 requests compared to Node.js's 9,000 requests before performance degrades. Additional tests include inserting data into a Postgres database, revealing similar latency but higher resource usage for Node.js.  
47
15. 15  
[](https://daily.dev/posts/this-open-source-scraper-changes-the-game--9v8llf7tz "This Open Source Scraper CHANGES the Game!!!")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
This Open Source Scraper CHANGES the Game!!!  
An open-source application is capable of scraping data from any website using just the URL and specified data fields, presenting the extracted information in formats like JSON, Excel, and Markdown. The tool leverages GPT models for cost-efficient operations and can handle intricate tasks such as CAPTCHA navigation and infinite scrolling. It avoids using libraries like fire craw for more control but still ensures reliable data extraction through structured output models from OpenAI.  
40  
1
16. 16  
[](https://daily.dev/posts/zap-zig-vs-actix-rust-performance-benchmark-in-kubernetes-207-bvr46fsh5 "Zap (Zig) vs Actix (Rust): Performance Benchmark in Kubernetes #207")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Zap (Zig) vs Actix (Rust): Performance Benchmark in Kubernetes #207  
This post benchmarks the performance of Rust's Actix and Zig's Zap frameworks when deployed in Kubernetes. The focus is on CPU and memory usage, client latency, and request handling efficiency. The comparison reveals that Rust uses fewer resources and handles more requests before failing. Detailed graphs illustrate the performance metrics, highlighting significant differences in CPU and memory consumption.  
35  
2
17. 17  
[](https://daily.dev/posts/go-fiber-vs-go-stdlib-vs-go-gin-performance-benchmark-in-kubernetes-xp2cmkxmm "Go (fiber) vs. Go (stdlib) vs. Go (gin): Performance Benchmark in Kubernetes")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Go (fiber) vs. Go (stdlib) vs. Go (gin): Performance Benchmark in Kubernetes  
The post compares the performance of Golang HTTP frameworks—Fiber, Gin, and the Golang standard library—within a Kubernetes environment. By deploying the applications on an AWS cluster and measuring their CPU, memory usage, client-side latency, and requests per second, the test finds that Fiber performs best in terms of resource usage and latency. However, the standard library is recommended for general use due to its reliability and broad suitability for most applications.  
35
18. 18  
[](https://daily.dev/posts/microservices-gone-wrong-at-doordash-sq3l8ruob "Microservices Gone Wrong at DoorDash")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Microservices Gone Wrong at DoorDash  
DoorDash switched from a monolith to microservices architecture to handle increased traffic during the 2020 pandemic. They faced significant issues such as cascading failures, retry storms, and death spirals. Critical countermeasures included load shedding, circuit breakers, and predictive autoscaling to improve system resilience and fault tolerance.  
30
19. 19  
[](https://daily.dev/posts/are-junior-developers-screwed--mi5g0wr7c "Are Junior Developers Screwed?")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Are Junior Developers Screwed?  
The job market for junior developers is currently tough, with a high number of applicants per job opening. Despite the challenges, it's suggested that the downturn is not a permanent shift in the industry. The impact of AI is significant, but it won't replace developers completely. Instead, AI will complement their work. Companies are likely to face a shortage of senior developers in the future as they haven't promoted enough juniors. Junior developers should focus on gaining experience, possibly through related roles or starting their own projects. The market is expected to rebound, and technological innovations will continue to drive demand for developers.  
27  
5
20. 20  
[](https://daily.dev/posts/java-quarkus-vs-go-golang-performance-benchmark-in-kubernetes-uf7138fx1 "Java (Quarkus) vs. Go (Golang): Performance Benchmark in Kubernetes")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Java (Quarkus) vs. Go (Golang): Performance Benchmark in Kubernetes  
This post benchmarks the performance of Java and Golang applications running on Kubernetes, focusing on CPU and memory usage, application startup times, and latency measurements under various scenarios. Java applications use the Quarkus framework, while Golang uses the Fiber framework. The tests include REST API endpoints, S3 file uploads, and database operations. Overall, Go's application showed lower latency and CPU usage, though Java's memory usage was comparable under load. Compressed image sizes and startup times were also compared, with Go performing better in these aspects.  
27  
2
21. 21  
[](https://daily.dev/posts/net-and-c-are-in-trouble-here-is-what-i-d-do--dk7emmfsy ".NET and C# are in trouble. Here is what I'd do.")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
.NET and C# are in trouble. Here is what I'd do.  
The current rapid release cycle of .NET and C# is causing exhaustion among developers, who struggle to keep up with frequent changes. This post discusses issues with the release schedule, lack of built-in administrative tools, and limited long-term support, comparing the framework’s approach to others like Django and Node.js. Emphasizing that extending support periods and addressing these gaps could help in better adoption of .NET and C#.  
27  
8
22. 22  
[](https://daily.dev/posts/football-ai-tutorial-from-basics-to-advanced-stats-with-python-yzjtg1ysu "Football AI Tutorial: From Basics to Advanced Stats with Python")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Football AI Tutorial: From Basics to Advanced Stats with Python  
This post provides a comprehensive tutorial on enhancing football AI analysis using Python. It covers detecting and tracking players, ball, and referees on the pitch, using Sly embeddings to divide players into teams, and employing keypoint detection and homography to create advanced visualizations like radar views and Voronoi diagrams. The guide is approachable for those with basic Python knowledge, with models and data publicly available for ease of replication. The tutorial uses tools like YOLO V8, Google Colab, and the Roboflow platform for model training and deployment.  
27  
1
23. 23  
[](https://daily.dev/posts/cursor-ai-tutorial-for-beginners-yp2cqj2s5 "Cursor AI tutorial for beginners")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Cursor AI tutorial for beginners  
The post covers best practices for using Cursor AI, emphasizing the importance of planning before starting any development. It suggests creating visual sketches and using tools like Figma or paint to give the AI model as much context as possible. It introduces useful resources such as cursor.directory for prompt templates and the importance of setting up a cursor rules file. Additionally, it recommends tagging documentation in Cursor to access the latest information and using other AI models like Claude or ChatGPT when stuck. Finally, it highlights the value of duplicating successful code components and starting with boilerplate templates for faster development.  
24  
4
24. 24  
[](https://daily.dev/posts/telegram-mini-apps-all-the-web3-in-your-pocket-blum-academy-9h95rrm4n "Telegram Mini Apps: All the Web3 in your Pocket 🤳 | Blum Academy")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Telegram Mini Apps: All the Web3 in your Pocket 🤳 | Blum Academy  
Explore the world of Telegram mini apps which allow users to access various apps directly within Telegram chats. These mini apps utilize Telegram functionalities like authentication and payments, and interact with the Open Network blockchain to provide decentralized services. Users can make quick transactions, mine cryptocurrencies, and participate in DeFi platforms, all from their phones. This integration exemplifies the Web 3 vision of decentralizing the internet and providing more user control over data and digital money.  
24
25. 25  
[](https://daily.dev/posts/rust-actix-vs-go-golang-performance-benchmark-in-kubernetes-eks--si6e7sbns "Rust (Actix) vs. Go (Golang): Performance Benchmark in Kubernetes (EKS)")  
Video  
![Avatar of youtube](https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube)YouTube · 2y  
Rust (Actix) vs. Go (Golang): Performance Benchmark in Kubernetes (EKS)  
The post compares the performance of Rust (using the Actix framework) and Go (using the Fiber framework) in a production-ready EKS cluster on AWS. It evaluates their CPU usage, memory usage, client latency, and availability under different loads. The benchmarks include a straightforward JSON payload test and a real-world scenario involving file reads, uploads to S3, and database writes in PostgreSQL. Rust generally showed higher CPU usage and latency compared to Go. The post also discusses the importance of using Prometheus metrics such as Histograms over Summaries for scalability and accurate latency tracking.  
24  
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/2024/09#page","url":"https://daily.dev/sources/youtube/best-of/2024/09","name":"Best YouTube Posts — September 2024","description":"The most upvoted YouTube posts from September 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/youtube/best-of/2024/09#items","numberOfItems":25,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/complete-backend-engineering-course-in-go-m6lv7615c","name":"Complete Backend Engineering Course in Go"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/all-machine-learning-algorithms-explained-in-17-min-aljzmzxxg","name":"All Machine Learning algorithms explained in 17 min"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/next-js-school-management-dashboard-ui-design-tutorial-react-next-js-responsive-admin-dashboard-aut74a0le","name":"Next.js School Management Dashboard UI Design Tutorial | React Next.js Responsive Admin Dashboard"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/the-most-important-design-pattern-in-react-8fjjqijpb","name":"The Most Important Design Pattern in React"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/customize-your-vs-code-like-a-pro--zx1xcphao","name":"Customize Your VS Code Like a Pro 🔥"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/complete-backend-software-engineer-mind-map---everything-you-need-to-know-2-hours--6oj0cw5ed","name":"Complete Backend Software Engineer Mind Map - Everything You Need to Know (2 HOURS!)"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/mern-stack-full-course---ecommerce-app-with-admin-panel-react-redux-toolkit-tailwind-mongodb-icnbwaads","name":"MERN Stack Full Course - ECommerce App with Admin Panel : React, Redux Toolkit, Tailwind, MongoDB"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/when-to-use-kafka-or-rabbitmq-system-design-9w7qbs9fx","name":"When to Use Kafka or RabbitMQ | System Design"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/coding-a-saas-platform-in-6-hours---nextjs-tailwind-prisma-postgres-iim1jcnss","name":"Coding a SAAS platform in 6 hours - NextJS, Tailwind, Prisma, Postgres"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/mastering-aws-complete-course-with-real-time-tasks-in-15-hours-part---1-dsb7izta8","name":"Mastering AWS : Complete Course with Real-Time Tasks in 15 Hours | PART - 1"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/how-to-start-making-games-with-no-experience-dhnap3npn","name":"How to Start Making Games with No Experience"},{"@type":"ListItem","position":12,"url":"https://daily.dev/posts/proxy-vs-reverse-proxy-vs-load-balancer-simply-explained-qllwbji4x","name":"Proxy vs Reverse Proxy vs Load Balancer | Simply Explained"},{"@type":"ListItem","position":13,"url":"https://daily.dev/posts/how-to-use-cursor-ai-build-deploy-production-app-in-20-mins-yennn7wpu","name":"How to use Cursor AI build & deploy production app in 20 mins"},{"@type":"ListItem","position":14,"url":"https://daily.dev/posts/node-js-vs-golang-performance-benchmark-in-kubernetes-210-hziysvlsx","name":"Node.js vs Golang: Performance Benchmark in Kubernetes #210"},{"@type":"ListItem","position":15,"url":"https://daily.dev/posts/this-open-source-scraper-changes-the-game--9v8llf7tz","name":"This Open Source Scraper CHANGES the Game!!!"},{"@type":"ListItem","position":16,"url":"https://daily.dev/posts/zap-zig-vs-actix-rust-performance-benchmark-in-kubernetes-207-bvr46fsh5","name":"Zap (Zig) vs Actix (Rust): Performance Benchmark in Kubernetes #207"},{"@type":"ListItem","position":17,"url":"https://daily.dev/posts/go-fiber-vs-go-stdlib-vs-go-gin-performance-benchmark-in-kubernetes-xp2cmkxmm","name":"Go (fiber) vs. Go (stdlib) vs. Go (gin): Performance Benchmark in Kubernetes"},{"@type":"ListItem","position":18,"url":"https://daily.dev/posts/microservices-gone-wrong-at-doordash-sq3l8ruob","name":"Microservices Gone Wrong at DoorDash"},{"@type":"ListItem","position":19,"url":"https://daily.dev/posts/are-junior-developers-screwed--mi5g0wr7c","name":"Are Junior Developers Screwed?"},{"@type":"ListItem","position":20,"url":"https://daily.dev/posts/java-quarkus-vs-go-golang-performance-benchmark-in-kubernetes-uf7138fx1","name":"Java (Quarkus) vs. Go (Golang): Performance Benchmark in Kubernetes"},{"@type":"ListItem","position":21,"url":"https://daily.dev/posts/net-and-c-are-in-trouble-here-is-what-i-d-do--dk7emmfsy","name":".NET and C# are in trouble. Here is what I'd do."},{"@type":"ListItem","position":22,"url":"https://daily.dev/posts/football-ai-tutorial-from-basics-to-advanced-stats-with-python-yzjtg1ysu","name":"Football AI Tutorial: From Basics to Advanced Stats with Python"},{"@type":"ListItem","position":23,"url":"https://daily.dev/posts/cursor-ai-tutorial-for-beginners-yp2cqj2s5","name":"Cursor AI tutorial for beginners"},{"@type":"ListItem","position":24,"url":"https://daily.dev/posts/telegram-mini-apps-all-the-web3-in-your-pocket-blum-academy-9h95rrm4n","name":"Telegram Mini Apps: All the Web3 in your Pocket 🤳 | Blum Academy"},{"@type":"ListItem","position":25,"url":"https://daily.dev/posts/rust-actix-vs-go-golang-performance-benchmark-in-kubernetes-eks--si6e7sbns","name":"Rust (Actix) vs. Go (Golang): Performance Benchmark in Kubernetes (EKS)"}]},{"@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":"September 2024"}]}]}
```

