DEV Community

Discussion on: What *new* technologies do you most want to learn?

Collapse
 
cheetah100 profile image
Peter Harrison • Edited

PyTorch/FastAI

Machine Learning is of increasing importance. More importantly we need to work out how it can provide value to customers. PyTorch and FastAI abstract the hard stuff away to provide simplified interfaces for real world use.

Vue

Not exactly new, but new for me. I evaluated the various libraries and frameworks for client side development and settled on learning Vue because of its lean learning curve.

Collapse
 
ben profile image
Ben Halpern

We use FastAI for some spam detection on DEV — really incredible technology.

Collapse
 
ben profile image
Ben Halpern

..... Whoops, I got that mixed up in my head. We use FastText. Different tool — point remains.

Collapse
 
skylersaville profile image
Skyler Saville

Vue was the first frontend framework that just clicked for me. It’s been my go to for years. I really didn’t feel the need to learn React, but the industry being what it is… I finally started to learn React. I still love Vue more though.

Collapse
 
zernico profile image
Nico Franke

Same here! Vue has been so lovely from my experience, even more with the composition api now.
Had to learn React for a job and it's also pretty easy to pick up but not as neat as vue is. It does also have some nice things that I'd want in vue tho.