Live data from Hacker News

Ask HN: What are you learning in 2019?

news.ycombinator.com

171–180 of 222 posts

Re: Ask HN: What are you learning in 2019?

#171
Data Science with a MicroMasters (EdX) by UCSD. I've completed two of four courses: Python for Data Science and Probability and Statistics. The Python course was good and doable while working full time. I've had quite some experience with Python to get into it pretty easy, but learned a lot.

The Probability and Statistics course was hard for me and a big step outside my comfort zone. I cursed it a lot but I'm glad I completed it. I don't think I would have gone through with it if I hadn't payed for the certificate.

Next are Machine Learning Fundamentals, last but not least Big Data Analytics Using Spark.

I'm not really sure it made me a better (web) developer, but the process of learning keeps my brain fresh. Plus, it opens up a whole new and exciting world for me.

Re: Ask HN: What are you learning in 2019?

#175
post #102

1. TypeScript - I have had remarkable experience TS on frontend. Along with react hooks. Turns ES into a powerhouse. 2. GraphQL - Typed, structured API. 3. https://en.wikipedia.org/wiki/Attachment_theory : A very powerful tool to explain human behavior. It can explain individual personal interactions, personal and professional relationships, family systems and many bigger picture things. 4. How to build desktops: Bui…

5. Ukrainian songs are beautiful: https://www.youtube.com/watch?v=lUc_ojv6d_4

Milla Jovovich of blockbuster movie fame, singing Ukrainian folk song “In a Glade” from her Divine Comedy album recorded in 1993:

https://m.youtube.com/watch?v=k5O5rEhdUho

More about the album:

”Although many were quick to dismiss Milla for attempting to crossover into yet another industry (she has since gone on to headline the Resident Evil film franchise and continues to record music independently), The Divine Comedy stands as one of the best lost pop albums of the '90s.”

https://en.m.wikipedia.org/wiki/The_Divine_Comedy_(Milla_Jov...

Re: Ask HN: What are you learning in 2019?

#176
I've started doing linux / BSD kernel development very lightly. It all started because my supposedly supported network card wasn't working in FreeBSD. I still dont know shit, and it seems impossible to keep up, but its the most fun I've had programming in years.

Re: Ask HN: What are you learning in 2019?

#177
Tech-related: 1. TypeScript 2. GraphQL 3. Rust 4. AWS (serverless-related) 5. Functional programming in general

Less-tech: 1. Lean Startup 2. Reading "Cultivating communities of practice" by Etienne Wenger 3. Trying to understand the rentability of real estate investments

Re: Ask HN: What are you learning in 2019?

#178
I come from a very strong JAVA background, working most of my 20+ years of professional life with various flavours of *NIXes; earlier this year got a job with a company mostly node+dotnet, and an imac desktop. So i have been learning dotnet.core/roslyn stuff, and it works fine so far. Besides, i learnt cannot live without a 4k display anymore...

on the "non tech" side, i decided to learn online as much as i can about digital video filmmaking, as a hobby.

Re: Ask HN: What are you learning in 2019?

#180

Postgresql. I had learned to rely too much on ORMs and diving into SQL proper was like getting hit by gamma rays and turning into the hulk. Looker. I get asked for reports frequently and with this tool I intend to cut that number down to zero, company wide. Kubernetes on AWS. Bought a book, learning about it in my spare time. Graphql with React Apollo for data access. It's pretty sick. First Redux came out, but it's…

> diving into SQL proper was like getting hit by gamma rays and turning into the hulk.

lol. wait til you start using COPY.

source: DBA.

Post reply on HN