Ask HN: What Technologies to Learn in 2020?
71–80 of 441 posts
Re: Ask HN: What Technologies to Learn in 2020?
#72Mathematics. Its Probably just another fad that will prove worthless next year, but I'm jumping on the band wagon for now.
Re: Ask HN: What Technologies to Learn in 2020?
#73There's also accelerate although that sort of ties you into the Haskell world.
Re: Ask HN: What Technologies to Learn in 2020?
#74Sorry if offensive or presumptuous, I assume you are max. 30 years old? Being a freelancer the last 5 years (previously doing webdev part-time for 15 years) and having a couple of long-term side projects, I've been "burnt" enough that I've gotten tired of chasing shiny tech, just for it to become abandoned (e.g. bower, grunt, AngularJS) or introduce big breaking changes (e.g. some upgrade paths in PHP's Laravel or Sy…
Actually Django and Bootstrap are my bread and butter too! I stick to them for anything mildly serious.
It Just Works™ and the Django group is not trying to steer Django into something that it's not. Same with Flask.
Re: Ask HN: What Technologies to Learn in 2020?
#75Triple stores have always been useful in niche applications, but the scaling capabilities and ergonomics of Dgraph could make it more broadly appealing.
Re: Ask HN: What Technologies to Learn in 2020?
#76Aside from the database domain, I really enjoy using Rust and recommend it as the next language for anyone to learn, but only after taking time for in-depth relational database training. :).
Re: Ask HN: What Technologies to Learn in 2020?
#77For example, if you are a Java/C# corporate developer then maybe learn something different like Go, Rust or go for a complete paradigm shift and look at a functional language which will teach you complete new things and change your overall thinking of software development.
If you have been mostly doing backend why not learn a frontend language? Just pick one which you like the most from your initial gut feeling, don't overthink it.
If you've worked with a lot of dynamically typed or interpreted languages, then pick one which is statically typed and maybe compiled.
Basically, just learn something truly new, which will most certainly teach you something regardless if you will continue doing it for a long time or not.
Re: Ask HN: What Technologies to Learn in 2020?
#78It's a sensible configuration language with types. And the Haskell integration is quite good.
Re: Ask HN: What Technologies to Learn in 2020?
#79Learning what's new and shiny is great, but try to spend time this year building something, seeing it live in the wild, fixing and debugging it, nurturing it. Build on your critical thinking. Perhaps do that with a new technology :)
I would suggest the same, building something and let it pass out to the public or contributing to the existing projects that might be using the stack that you want to work with.
You learn a lot when you share your own work to others. Good life lessons or maybe career lessons are often learned when sharing something.