Also: http://blog.paralleluniverse.co/2014/05/01/modern-java/
Ask HN: What new or hot technology do you recommend learning?
21–30 of 138 posts
Re: Ask HN: What new or hot technology do you recommend learning?
#22Give Lua some love. Learn the language, learn the VM. Learn to integrate it with a set of libraries and so on. Lots of bleeding edge stuff runs on Lua and its a fantastic stack of technology to learn ..
Re: Ask HN: What new or hot technology do you recommend learning?
#23C is a pretty nice language, have a look ;)
Re: Ask HN: What new or hot technology do you recommend learning?
#24Re: Ask HN: What new or hot technology do you recommend learning?
#25- http://scott.sauyet.com/Javascript/Talk/FunctionalProgrammin... explain how procedure ahem function composition leads to better/more readable code
- datalog is a DSL for querying (recursive/linked data) http://www.learndatalogtoday.org/
- The introduction to Reactive Programming you've been missing https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
Re: Ask HN: What new or hot technology do you recommend learning?
#26Re: Ask HN: What new or hot technology do you recommend learning?
#27Don't know how well you know Java, but look into Reflection and Annotations, it could simplify your development a great deal. Also: http://blog.paralleluniverse.co/2014/05/01/modern-java/
Re: Ask HN: What new or hot technology do you recommend learning?
#28The hype for Go/Rust is really just on HN. If you are involved in data analytics then you could always immerse yourself in the Hadoop stack e.g. Cascading, Spark, Mahout etc. It's a platform that is increasingly become a fixture in enterprise companies and plenty of new technologies. For me the future will be "container driven development" where everything will be deployed as a container and dynamically wired togethe…
I would have to disagree. If you think it's just hype, try and calculate the enormous waste of both time and money from memory leaks caused by code written in C and C++. Rust solves this, and it's only going to get better once we're on the other side of Rust 1.0, and the library ecosystem grows.
Re: Ask HN: What new or hot technology do you recommend learning?
#29The hype for Go/Rust is really just on HN. If you are involved in data analytics then you could always immerse yourself in the Hadoop stack e.g. Cascading, Spark, Mahout etc. It's a platform that is increasingly become a fixture in enterprise companies and plenty of new technologies. For me the future will be "container driven development" where everything will be deployed as a container and dynamically wired togethe…
Re: Ask HN: What new or hot technology do you recommend learning?
#30C is a pretty nice language, have a look ;)