Ask HN: What technologies did you learn in 2018?
71–80 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#72Machine 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…
Re: Ask HN: What technologies did you learn in 2018?
#73Earlier quoted context omitted.
Hey, there’s an old school community(they prefer monastery) called PerlMonks[0]where you can share your Perl oneliners and also pick up some mind blowing stuff. Come hang around sometime [0] https://perlmonks.org/
Worth noting that PerlMonks functions similarly to stack overflow (for Perl at least), with the difference that discussion is actually encouraged.
Re: Ask HN: What technologies did you learn in 2018?
#74Other things learned at work this year: Docker and Kubernetes. Not something I would have learned on my own, but in the end I'm glad I took the plunge since they're both pretty fascinating.
Outside of work: I finally got proficient with monadic parsing in Haskell. Parser combinators are simply the best parsing experience I've ever had and I really hope never to write another regex in my life.
Re: Ask HN: What technologies did you learn in 2018?
#75Scala. It’s something I’ve been meaning to learn for about 8+ years now. Not the most exciting language these days for a lot of people I suppose, but I’ve already learned a ton about real world functional programming.
Re: Ask HN: What technologies did you learn in 2018?
#76Re: Ask HN: What technologies did you learn in 2018?
#77- Clojure
- Typescript
- Aws Lambdas
- Serverless
- Terraform
- Cloudformation
- Docker
- AWS Ecs with Fargate
- Kafka
All this mainly because I managed to land a job at a big company that encourages knowledge sharing across teams. So much better to have a community of other engineers you can rely on.
Re: Ask HN: What technologies did you learn in 2018?
#78Re: Ask HN: What technologies did you learn in 2018?
#79My team started being more serious about our switching from .NET to a mix of Django, Flask and Vue.js this year, so I've been focusing on those. I personally played around with GraphQL (Apollo, Yoga and Graphene) for a while, but ultimately I didn't find a good use case for it in our setups and kind of left it at that. Our 2019 will be spent on building our AWS and Azure skills along with container setups, as we look…
Re: Ask HN: What technologies did you learn in 2018?
#80My team started being more serious about our switching from .NET to a mix of Django, Flask and Vue.js this year, so I've been focusing on those. I personally played around with GraphQL (Apollo, Yoga and Graphene) for a while, but ultimately I didn't find a good use case for it in our setups and kind of left it at that. Our 2019 will be spent on building our AWS and Azure skills along with container setups, as we look…