(no title)
steelegbr | 1 year ago
Don't get me wrong, Rust has a niche where it's the right choice. But being a popular language of the day, it's getting used a lot in the wrong places.
steelegbr | 1 year ago
Don't get me wrong, Rust has a niche where it's the right choice. But being a popular language of the day, it's getting used a lot in the wrong places.
6r17|1 year ago
wmil|1 year ago
Web stuff is about developer speed. So familiarity, libraries, and tooling. There are plenty of good options.
Anything that needs to be performant can go in it's own service.
hu3|1 year ago
Python, Ruby, Go, PHP, C#, Java, TypeScript, Elixir.
Performance benchmarks when writing APIs as 1st concern? Really? 99% of the cases this should be the last criteria.
Monthly reminder that a good part of instagram still runs on Django/Python.