Ask HN: What Technologies to Learn in 2020?
31–40 of 441 posts
Re: Ask HN: What Technologies to Learn in 2020?
#32Re: Ask HN: What Technologies to Learn in 2020?
#33Kotlin is my new favorite language. You should give it a try. Fighting syntax noise, clutter, boilerplate and redundant repetitive work is a big chunk of what define a modern language, and at this, Kotlin is probably the best. It will make you more productive AND happier. BTW using new languages that have relatively poor ecosystem (go, rust, swift, elixir) is a far riskier choice than people believe. Having a poor li…
The number of available libraries is ridiculous thanks to Java interop. Compare this with an Elixir project some of my coworkers did. They ended up having to write their own message bus client library because one didn't exist yet. That sucked up a huge amount of dev time that could've been used to actually make their product.
Re: Ask HN: What Technologies to Learn in 2020?
#34If you know JavaScript and want to make mobile apps, give React Native a try! It’s a good choice for most business apps, and even some games.
Re: Ask HN: What Technologies to Learn in 2020?
#35learn Rails
Re: Ask HN: What Technologies to Learn in 2020?
#36Re: Ask HN: What Technologies to Learn in 2020?
#37Is it actually always a good idea to keep yourself up-to-date with the hottest tech stacks? We picked up the first angular, because of the “keep up mantra”. That turned out to be a complete waste of resources when the second version released. I’m not saying that it can’t be valuable, but these days we build 70% of our stuff with python, Django for web with a minimal amount of JS because it turned out our clients actu…
I do, and I suspect many others on this site too. Do you know where you’re posting?
Re: Ask HN: What Technologies to Learn in 2020?
#38Is it actually always a good idea to keep yourself up-to-date with the hottest tech stacks? We picked up the first angular, because of the “keep up mantra”. That turned out to be a complete waste of resources when the second version released. I’m not saying that it can’t be valuable, but these days we build 70% of our stuff with python, Django for web with a minimal amount of JS because it turned out our clients actu…
It depends a lot what kind of programming job you're looking for.
Personally, I think any programmer would learn something valuable by playing around with Rust specifically. But that's just my 2¢.
Re: Ask HN: What Technologies to Learn in 2020?
#39Re: Ask HN: What Technologies to Learn in 2020?
#40Is it actually always a good idea to keep yourself up-to-date with the hottest tech stacks? We picked up the first angular, because of the “keep up mantra”. That turned out to be a complete waste of resources when the second version released. I’m not saying that it can’t be valuable, but these days we build 70% of our stuff with python, Django for web with a minimal amount of JS because it turned out our clients actu…