this post was submitted on 11 Aug 2024
66 points (97.1% liked)

Programming

17022 readers
274 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Wrote an article about my extended skill issues and failures at writing Rust for the web. Luckily managed to get back on track recently.

top 2 comments
sorted by: hot top controversial new old
[–] petey@aussie.zone 11 points 1 month ago

Nice article! I’m a fan of the “don’t optimise early” mantra, which seems particularly relevant here regarding clone

[–] BB_C@programming.dev 3 points 1 month ago

Definitely don't use axum, which provides a simple interface for routes by using derived traits. Their release cycle is way shorter, which makes them more dangerous, and they're part of the same github user as tokio, which means they're shilling their own product.

this but (semi)-unironucally