DEV Community

Cover image for What *new* technologies do you most want to learn?
Ben Halpern for The DEV Team

Posted on

What *new* technologies do you most want to learn?

Only talking about relatively new technologies, what is most appealing to you? Why do you want to learn it?

This post is part of the Mayfield + DEV Discussion series. Please feel free to go back and answer previous questions as well.

Oldest comments (55)

Collapse
 
sherrydays profile image
Sherry Day

Supabase stands out. New open source alternative to something proprietary in Firebase, but also built on top of something I'm quite comfortable with in Postgres.

Haven't had the chance to play around yet, but it hits a sweet spot for me.

Collapse
 
andrewbaisden profile image
Andrew Baisden

Putting this one on my list to test out for sure.

Collapse
 
sherrydays profile image
Sherry Day

Make a post about it if you do!

Thread Thread
 
andrewbaisden profile image
Andrew Baisden

Putting it into Notion now so I don't forget 😁

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

On the first look it seems like Supabase has no vendor lock in because it is open source but it actually is lock in because very important features are Supabase Cloud exclusive and not part of Supabase. Very sad.

Collapse
 
basicpixel profile image
O. AlQudah

I really recommend learning it. Currently using it for a real project and it has been awesome.

Collapse
 
mpscholten profile image
Marc Scholten

Also check out Thin Backend, it's similar to supabase but provides optimistic updates :)

Collapse
 
dinerdas profile image
Diner Das

I'll stick to the old stuff :P

Collapse
 
maxfindel profile image
Max F. Findel

Proved and tested is also a great way to go!

Collapse
 
felicio2310 profile image
felicio2310

I´ve been dreamin with three.js everyday....

Collapse
 
frikishaan profile image
Ishaan Sheikh

Machine learning, cause of its capability to solve many problems (if implemented fairly) for people.

Collapse
 
nombrekeff profile image
Keff

I don't have anything new* in mind at the moment, I'm focusing on improving my current skills at the moment. I jumped between to many technologies, frameworks, libraries etc... a couple years back. It's was interesting and learned quite a bit, but it was a bit of a mess for my mind xD

Collapse
 
maxfindel profile image
Max F. Findel

For me it's Remix.run this year. My last three freelancing gigs I've done in Next.js and I think it's time to remix things a bit ;)

Collapse
 
brunoj profile image
Bruno

Seeing a lot of that

Collapse
 
lyrod profile image
Lyrod

Wow this landing page (on mobile at least)!

Collapse
 
gabrandalisse profile image
Gabriel Andres

For me is PWA! I love the concept, when I have some free time is the next thing I will learn!

Collapse
Collapse
 
amrelmohamady profile image
Amr Elmohamady

Prisma ORM

Collapse
 
iostreamer profile image
Rahul Ramteke

thin.dev/

I was tinkering with the idea of abstracting backend for simple apps and seeing this in action kinda validated that idea 😅

Collapse
 
christiankozalla profile image
Christian Kozalla • Edited

I want to try out frameworks that take a different approach in delivering content - I mean, if you use the popular meta frameworks for building web*sites* (with only little interactivity compared to apps), they all nicely SSR your HTML, but hydrate once again on the client, which is pure overhead, if your site doesn't need full blown SPA interactivity. The hydration step requires much data to be serialized into json. So duplicated content will be sent over HTML and JS. Plus, we need to take into account that it both takes time to download JS and parse JS and execute JS, which is blocking the main thread..

For building websites I want to check out Qwik, which is super new, and Marko.js, which is not new at all :)

Plus, I wanna check out Go!

Collapse
 
jwoertink profile image
Jeremy Woertink

I kinda of want to learn Mint Lang. It's not super new, but it's starting to gain enough stability now that it might be a pretty nice alternative for front-end. I really dig the approach they're taking with type-safety and such.

Collapse
 
psypher1 profile image
James 'Dante' Midzi

Eleventy... I was curious about it, I'm currently learning it now and I'll be writing articles about it

Collapse
 
ben profile image
Ben Halpern

Followed you to make sure I see them when you publish!

Collapse
 
psypher1 profile image
James 'Dante' Midzi

That means I can't back out now 😅

Collapse
 
peerreynders profile image
peerreynders

FYI: Eleventy vs. Astro

Absolutely nothing wrong with 11ty …

Collapse
 
aniket0fficial profile image
Aniket Das

How about web3

Collapse
 
emmanuilsb profile image
Emmanuil B.

Still trying to get my head artound haskell; its fun tho 😅

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.