this post was submitted on 30 Sep 2023
44 points (92.3% liked)

Programming

16975 readers
1288 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 [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago* (last edited 11 months ago)

Frontend: TypeScript - You get the massive ecosystem of JavaScript with type "safety". You can get stuff done and prototype quickly!

Web framework: Svelte - While frameworks aren't languages, they still have their own ways of being written and worked with, much like a language. Svelte is a dream to work with, and I highly recommend it to anyone who is fed up with web framework boilerplate. (Shameless self-promo)

Backend: Rust - Something something blazingly fast. While it will usually take you a little longer to write than most other langs, you can rest in the knowledge that what you wrote is correct, safe, and fast.
C# also gets an honourable mention here. I've never not enjoyed working with it on the backend.