Ask HN: What Technologies to Learn in 2020?
91–100 of 441 posts
Re: Ask HN: What Technologies to Learn in 2020?
#92Is 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…
Udviklings- og Forenklingsstyrelsen has a huge project written in Clojure, ClojureScript and R and they're hiring all the time.
Re: Ask HN: What Technologies to Learn in 2020?
#93Re: Ask HN: What Technologies to Learn in 2020?
#94Earlier quoted context omitted.
I agree with you and also want to increase my computer network knowledge. Any resources you're planning to start with?
Can't go wrong with Beej's Network Programming guide! https://beej.us/guide/bgnet/ Also, the ZeroMQ Guide has some fun networking concepts. http://zguide.zeromq.org/page:all
Re: Ask HN: What Technologies to Learn in 2020?
#95SwiftUI. I think Apple will put a lot of effort into it to be on the same level with UIKit. SwiftUI makes developing UI easier because it is declarative just like React Native and it takes less time to build your typical CRUD app on the apple platform.
Re: Ask HN: What Technologies to Learn in 2020?
#96I am planning to focus on Go and developing a deep understanding of computer networking. I think with cloud, IOT, increasing importance of cybersecurity, understanding the nitty gritty of networks is going to be increasingly important.
I agree with you and also want to increase my computer network knowledge. Any resources you're planning to start with?
Re: Ask HN: What Technologies to Learn in 2020?
#97Earlier quoted context omitted.
I agree with you and also want to increase my computer network knowledge. Any resources you're planning to start with?
Can't go wrong with Beej's Network Programming guide! https://beej.us/guide/bgnet/ Also, the ZeroMQ Guide has some fun networking concepts. http://zguide.zeromq.org/page:all
Re: Ask HN: What Technologies to Learn in 2020?
#98* Kubernetes * Rust * Terraform
Re: Ask HN: What Technologies to Learn in 2020?
#99why not something that doesn't seem to relate to your backend work at all, e.g. Dennis Yurichev's Assembler book will take you all of 2020 to finish :-) (aka "Reverse Engineering for Beginners"): https://beginners.re/RE4B-EN.pdf (see also HN discussion https://news.ycombinator.com/item?id=21640669 ) Erlang and BEAM is incredibly cool concept: https://www.youtube.com/watch?v=FonRzASOkZE I also really like Nim: https:/…
How do you recommend someone keep up on new (or existing) RFC’s?