this post was submitted on 10 Sep 2023
51 points (89.2% liked)

Programming

17008 readers
464 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
 

It feels like anything is mowed down on the internet. I've been a dev for a long time too, and I never feel sure when I chose a stack for a new toy project (in my day job I rarely get to chose, so that's a non issue there)

you are viewing a single comment's thread
view the rest of the comments
[–] Kwdg@discuss.tchncs.de 89 points 1 year ago (2 children)

There is a good quote from Bjarne Stroustrup for that "There are only two kinds of languages: the ones people complain about and the ones nobody uses". I think for hobby projects it's the best to use languages that interest you

[–] dudinax@programming.dev 8 points 1 year ago

There are two types of programmers, those who write buggy code and those who never do anything.

[–] jeremyparker@programming.dev 1 points 1 year ago

This for sure. At work (fe dev), I need to get things done quickly and reliably, so I use Svelte. At home, I'm just playing around, so I'll try things that are out of my wheelhouse or strange, eg rn I'm rebuilding the site I always rebuild in Qwik, Go, and Surrealdb - why? Because they seem neat. (Though I might just rm rf that to build something on Bun, because is there anything is can't do?)