I discarded job opportunities with web programming in Go and instead started learning about software-defined radio from scratch. Eventually, I got my own LTE network up. I think there are interesting things happening in the compiler space, so I hope to learn more about those. Coincidentally, I find Rust my favorite "tech" in 2018 because of the compiler and its various targets (like Nvidia cards).
Ask HN: What technologies did you learn in 2018?
61–70 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#62Re: Ask HN: What technologies did you learn in 2018?
#63Weirdly, perl. I found myself on a client site in a locked down environment with only the Windows version of GIT installed. Powershell disabled, no other programs allowed. I had to produce reports on the log files for this machine, but had to obfuscate information before taking it off the server. I discovered that git had bash installed quite early on, so my initial automation and reporting was based on UNIX pipeline…
Re: Ask HN: What technologies did you learn in 2018?
#64I must say it's a lot to take in but these are really interesting technologies that should serve me well over the next few years, especially coming from node/JS.
Re: Ask HN: What technologies did you learn in 2018?
#65- Kafka
- NodeJs
- React. It was a bit of steep learning curve for me as I’m mainly a backender but once I got the essential concepts it was really awesome)
- mongo (quite like it with NodeJs but not with go Lang. For anyone going to start with mongo I recommend using Robo GUI client)
Re: Ask HN: What technologies did you learn in 2018?
#66Typescript and reactjs. Finally web development feels like real software development.
Re: Ask HN: What technologies did you learn in 2018?
#67Java 11, which has come a very long way from the verbose, clunky language of two decades ago; particularly combined with a top-notch IDE like Intellij IDEA, the current version of the language is a joy to program in.
Re: Ask HN: What technologies did you learn in 2018?
#68Machine Learning. In 2018 I went from "zero to sixty", so to speak. At the beginning of the year I knew nothing about ML, and my math skills had gotten so rusty I couldn't even remember how to do simple derivatives or multiply two matrices. In the first half of 2018 I relearned the college math that I had forgotten by working through MIT OCW's Linear Algebra, Calculus, and Probability courses. In the Fall, I enrolled…