<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/btrprog/best-of/2023/02" -->

---
title: Best Better Programming posts — February 2023 | daily.dev
description: The most upvoted Better Programming posts from February 2023, curated by the daily.dev community.
canonical: https://daily.dev/sources/btrprog/best-of/2023/02
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/btrprog/best-of/2023/02
og:type: website
og:site_name: daily.dev
og:title: Best Better Programming posts — February 2023 | daily.dev
og:description: The most upvoted Better Programming posts from February 2023, 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 Better Programming — February 2023

1. 1  
[](https://daily.dev/posts/nestjs-the-good-the-bad-and-the-ugly-oz08n-g6c "NestJS: The Good, The Bad, and The Ugly")  
Article  
![Avatar of btrprog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d957a1c828884dbb9543ba3e0beb6bc7)Better Programming · 4y  
NestJS: The Good, The Bad, and The Ugly  
This post discusses the good, the bad, and the ugly aspects of NestJS, including its value for teams, potential issues, and testing complexities.  
76  
13
2. 2  
[](https://daily.dev/posts/we-rewrote-our-project-with-rust-and-it-s-almost-40x-faster-gzyqg0nau "We Rewrote Our Project With Rust… and It’s Almost 40X Faster")  
Article  
![Avatar of btrprog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d957a1c828884dbb9543ba3e0beb6bc7)Better Programming · 4y  
We Rewrote Our Project With Rust… and It’s Almost 40X Faster  
Discover the benefits of rewriting a project in Rust, including fewer bugs, improved performance, and reduced memory usage.  
60  
5
3. 3  
[](https://daily.dev/posts/i-used-gpt-3-to-find-213-security-vulnerabilities-in-a-single-codebase-iyricyqgu "I Used GPT-3 to Find 213 Security Vulnerabilities in a Single Codebase")  
Article  
![Avatar of btrprog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d957a1c828884dbb9543ba3e0beb6bc7)Better Programming · 4y  
I Used GPT-3 to Find 213 Security Vulnerabilities in a Single Codebase  
GPT-3 used to find 213 security vulnerabilities in a codebase, outperforming a commercial tool that found only 99 vulnerabilities.  
32  
1
4. 4  
[](https://daily.dev/posts/is-google-s-flan-t5-better-than-openai-gpt-3--bwzj53xcd "Is Google’s Flan-T5 Better Than OpenAI GPT-3?")  
Article  
![Avatar of btrprog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d957a1c828884dbb9543ba3e0beb6bc7)Better Programming · 4y  
Is Google’s Flan-T5 Better Than OpenAI GPT-3?  
Google's Flan-T5 is a language model that is being compared to OpenAI's GPT-3\. Flan-T5 is an open-source transformer-based architecture that uses a text-to-text approach for NLP. It requires fewer parameters, can be trained faster, and is more accessible to the general public. It is also open source, making it accessible for anyone to use for their own projects.  
13
5. 5  
[](https://daily.dev/posts/a-little-bit-of-rust-xjdlvd7uh "A Little Bit of Rust")  
Article  
![Avatar of btrprog](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d957a1c828884dbb9543ba3e0beb6bc7)Better Programming · 4y  
A Little Bit of Rust  
The post explores a problem and its solution presented by Donald Knuth in the 80s, along with an alternative solution provided by Doug McIlroy. It discusses the shortcomings of the original solution and proposes improvements to optimize the algorithm. The post also provides the code in Rust to solve the problem efficiently.  
10

[See all Better Programming archives](/sources/btrprog/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/btrprog/best-of/2023/02#page","url":"https://daily.dev/sources/btrprog/best-of/2023/02","name":"Best Better Programming Posts — February 2023","description":"The most upvoted Better Programming posts from February 2023, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/btrprog/best-of/2023/02#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/nestjs-the-good-the-bad-and-the-ugly-oz08n-g6c","name":"NestJS: The Good, The Bad, and The Ugly"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/we-rewrote-our-project-with-rust-and-it-s-almost-40x-faster-gzyqg0nau","name":"We Rewrote Our Project With Rust… and It’s Almost 40X Faster"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/i-used-gpt-3-to-find-213-security-vulnerabilities-in-a-single-codebase-iyricyqgu","name":"I Used GPT-3 to Find 213 Security Vulnerabilities in a Single Codebase"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/is-google-s-flan-t5-better-than-openai-gpt-3--bwzj53xcd","name":"Is Google’s Flan-T5 Better Than OpenAI GPT-3?"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/a-little-bit-of-rust-xjdlvd7uh","name":"A Little Bit of Rust"}]},{"@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":"Better Programming","item":"https://daily.dev/sources/btrprog"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/btrprog/best-of"},{"@type":"ListItem","position":5,"name":"February 2023"}]}]}
```

