Live data from Hacker News

Ask HN: What technologies did you learn in 2018?

news.ycombinator.com

111–120 of 620 posts

Re: Ask HN: What technologies did you learn in 2018?

#114
I learned and used RxSwift and rxjs a lot. I'm glad I got the chance. It was one of those things that broke my brain, like learning how quantum computing and its programming work last year.

I would recommend learning Rx if you are into having less state in your application. It's a fun way to think.

Re: Ask HN: What technologies did you learn in 2018?

#115

Machine 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…

[deleted]

Re: Ask HN: What technologies did you learn in 2018?

#116

Machine 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…

Where did you get that kind of motivation? Sounds almost super natural.

Re: Ask HN: What technologies did you learn in 2018?

#118
post #4

Vue.js. It's a breath of fresh air.

Totally. I had been planning on moving from vanilla/jquery to a framework (Angular, React) for a long time but the initial setup and complexity always repelled me. I knew Vue.js was what I wanted the moment I read the docs.

Re: Ask HN: What technologies did you learn in 2018?

#119
React Native

I had a use case that I wanted solved for automatically tracking how much crypto I own on exchanges that hasn't been done by any other apps/websites. Used it as a learning/side project, and got the mobile apps on both app stores (they're not as picky as you would think, especially the google store). User base of 1 (me). Web app/api in rails. I used create-react-native-app (Expo) and have not ejected yet. It's an awesome developer experience live reloading your device wirelessly. The biggest difference between react and react native is what lives in your render function: instead of you have .

2019 will be elixir+phoenix (finally). I plan on creating a self hosted RSS reader with the new phoenix live reload module that should be pretty slick

Re: Ask HN: What technologies did you learn in 2018?

#120
As a theater major who spent the last 8 years doing web development and web design I decided to start building augmented reality games using Unity, Vuforia and C#.

My best decision of 2018. I have never been happier with my day-to-day work.

The theatrics of it all take me back to college. The amount of creative freedom you have to build narratives, characters and effects is just so much fun.

Highly recommend for any one who was involved in theater.

You can see what I have been building here: https://codetocanvas.com/

Post reply on HN