DEV Community

John Au-Yeung
John Au-Yeung

Posted on

What does everyone plan to learn in web development this year?

Top comments (22)

Collapse
 
cishiv profile image
Shivan Moodley

I'll be spending my time attempting to master React and learning about websockets 😁 how about you?

Collapse
 
tbrixey profile image
Trevor

Same! Websockets look awesome and using socket.io seems great. Hopefully I can come up with a cool app idea using them so I can learn more.

Collapse
 
aumayeung profile image
John Au-Yeung

That sounds good. Looks like it's something worth looking into.

Collapse
 
cishiv profile image
Shivan Moodley

I'm really excited about using websockets to build collaborative apps. I've only ever built 'real-time' stuff on the backend

Thread Thread
 
aumayeung profile image
John Au-Yeung

It's pretty cool to see stuff update live.

Collapse
 
aumayeung profile image
John Au-Yeung

I am looking deeper into JavaScript and popular frameworks.

I don't know where to go after that. Definitely looking for some suggestions.

Collapse
 
cishiv profile image
Shivan Moodley

I've heard a lot of good things about Svelte. And the REPL on their website is great for trying it out svelte.dev/
All the best!

Thread Thread
 
aumayeung profile image
John Au-Yeung

Thanks. Looks like it's worth a try.

Collapse
 
hayden profile image
Hayden Rouille

I definitely need to start looking into newer features in React, but I'd also like to start learning some typescript as it seems to be hugely up-and-coming!

Collapse
 
aumayeung profile image
John Au-Yeung

The latest React feature are hooks. Are there anything else new that I may have missed?

TypeScript is good.

Collapse
 
hayden profile image
Hayden Rouille

I wanted to look into portals too, however I don't think that that is particularily new

Thread Thread
 
aumayeung profile image
John Au-Yeung

Yea I didn't know that existed. It's interesting at least.

Collapse
 
quanda profile image
Eric Furspan

Typescript!

Collapse
 
shahrozahmd profile image
Shahroz Ahmed

I plan to complete my MEAN stack this year

Collapse
 
mjafarloilatu profile image
M Jafar Loilatu

How to get data with this application?

Collapse
 
hectorcaac profile image
Hector

I plan to learn about serverless and cloud computing, but to be honest I am more exciting about learning IOT.

Collapse
 
aumayeung profile image
John Au-Yeung

Anything specific you're looking into?

Collapse
 
ildarkamaev profile image
Ildar Kamaev

Plan to learn vanilla Javascript and Ruby on Rails. Yes, in this day and age.

Collapse
 
aumayeung profile image
John Au-Yeung

Rails is nice. Its inspired many other frameworks because it's expressive.

Collapse
 
masteramuk profile image
Masteramuk

I wish to learn developing web with laravel or cake-php

Collapse
 
jkmdroid profile image
jkmdroid • Edited

Learning Django framework and knowing how to upload projects in platforms such as Heroku, pythonanywhere, docker, etc

Collapse
 
aumayeung profile image
John Au-Yeung

Django's nice. Not too hard to learn. And it has an admin to make creating fake data easier.