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

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

1. 1  
[](https://daily.dev/posts/meet-devin---the-end-of-programmers-as-we-know-it-3qmajab1v "Meet Devin - The End Of Programmers As We Know It")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
Meet Devin - The End Of Programmers As We Know It  
66  
17
2. 2  
[](https://daily.dev/posts/the-best-golang-book-prime-reacts-oxn9cuobi "The Best Golang Book | Prime Reacts")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
The Best Golang Book | Prime Reacts  
This post discusses the value of beginner programmer books, the usefulness of intro into Go books, and the presence of books about specific topics within a programming language, such as concurrency in Go.  
51  
4
3. 3  
[](https://daily.dev/posts/winterjs---a-new-javascript-runtime-dmljqpyp7 "WinterJS -  A New Javascript Runtime")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 2y  
WinterJS - A New Javascript Runtime  
22  
4
4. 4  
[](https://daily.dev/posts/dont-start-with-micro-services-oeypgrlwy "Dont Start With Micro Services")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 2y  
Dont Start With Micro Services  
Starting with a monolith instead of microservices may be easier and provide fault tolerance. Microservices can still be usable when they're down.  
21  
4
5. 5  
[](https://daily.dev/posts/the-pain-of-frontend-dev-prime-reacts-zyfoiqepu "The Pain Of Frontend Dev | Prime Reacts")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
The Pain Of Frontend Dev | Prime Reacts  
The post discusses the challenges and realities of being a front-end developer, including the changing market, the complexity of projects, and the influence of the company one works for.  
19  
1
6. 6  
[](https://daily.dev/posts/did-theo-recommend-go-prime-reacts-ti2qyzv1i "Did Theo Recommend Go?? | Prime Reacts")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
Did Theo Recommend Go?? | Prime Reacts  
Theo reflects on his changing opinion of Go, discussing its strengths and weaknesses, its impact on developer velocity, and the challenges of using channels in Go.  
18  
2
7. 7  
[](https://daily.dev/posts/cloudflair-open-sources-its-low-level-rust-http-framework-pingora-prime-reacts-zyozmhgul "Cloudflair Open Sources Its Low Level RUST HTTP Framework, Pingora | Prime Reacts")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
Cloudflair Open Sources Its Low Level RUST HTTP Framework, Pingora | Prime Reacts  
Cloudflare has open sourced Pingora, its low-level Rust HTTP framework, which assists in constructing HTTP proxy services. Pingora provides libraries and APIs for building services on top of HTTP, TLS, TCP, UDP, gRPC, and WebSocket. It also supports customizable load balancing, failover strategies, and provides filters and callbacks for customization.  
17  
1
8. 8  
[](https://daily.dev/posts/you-need-kubernetes--a78hwtfbe "You Need Kubernetes?")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 2y  
You Need Kubernetes?  
Learn the hard things that are in demand to increase your chances of making good money in the software engineering industry. Consider the benefits of learning difficult skills and the drawbacks of relying on third-party services. Should you learn Kubernetes? It depends on your specific goals and circumstances.  
16
9. 9  
[](https://daily.dev/posts/vim-isn-t-about-speed-2hnwtlmri "VIM isn't about speed")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 2y  
VIM isn't about speed  
VIM is not just about speed, but about flow and efficiency. Learning VIM motions can greatly improve productivity and make editing code faster and smoother. While VIM may not be beginner-friendly, as it requires time and effort to learn, it offers a unique and powerful editing experience for advanced users.  
15  
2
10. 10  
[](https://daily.dev/posts/do-not-use-html-self-closing-tags-prime-reacts-onqcytwyv "DO NOT USE HTML Self Closing Tags | Prime Reacts")  
Video  
![Avatar of primeagen](https://media.daily.dev/image/upload/s--J5-GjDeo--/f_auto/v1704628081/logos/primeagen.jpg)ThePrimeTime · 3y  
DO NOT USE HTML Self Closing Tags | Prime Reacts  
The post discusses the use of self-closing tags in HTML and the history behind them. It highlights that self-closing tags in HTML are mostly meaningless and can be misleading. The author argues that tools like prettier should not push the use of self-closing tags. The post also addresses some common misconceptions and provides insights into the parsing rules of HTML.  
15  
1

[See all ThePrimeTime archives](/sources/primeagen/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/primeagen/best-of/2024/03#page","url":"https://daily.dev/sources/primeagen/best-of/2024/03","name":"Best ThePrimeTime Posts — March 2024","description":"The most upvoted ThePrimeTime posts from March 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/primeagen/best-of/2024/03#items","numberOfItems":10,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/meet-devin---the-end-of-programmers-as-we-know-it-3qmajab1v","name":"Meet Devin - The End Of Programmers As We Know It"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/the-best-golang-book-prime-reacts-oxn9cuobi","name":"The Best Golang Book | Prime Reacts"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/winterjs---a-new-javascript-runtime-dmljqpyp7","name":"WinterJS -  A New Javascript Runtime"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/dont-start-with-micro-services-oeypgrlwy","name":"Dont Start With Micro Services"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/the-pain-of-frontend-dev-prime-reacts-zyfoiqepu","name":"The Pain Of Frontend Dev | Prime Reacts"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/did-theo-recommend-go-prime-reacts-ti2qyzv1i","name":"Did Theo Recommend Go?? | Prime Reacts"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/cloudflair-open-sources-its-low-level-rust-http-framework-pingora-prime-reacts-zyozmhgul","name":"Cloudflair Open Sources Its Low Level RUST HTTP Framework, Pingora | Prime Reacts"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/you-need-kubernetes--a78hwtfbe","name":"You Need Kubernetes?"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/vim-isn-t-about-speed-2hnwtlmri","name":"VIM isn't about speed"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/do-not-use-html-self-closing-tags-prime-reacts-onqcytwyv","name":"DO NOT USE HTML Self Closing Tags | Prime Reacts"}]},{"@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":"ThePrimeTime","item":"https://daily.dev/sources/primeagen"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/primeagen/best-of"},{"@type":"ListItem","position":5,"name":"March 2024"}]}]}
```

