DEV Community

Discussion on: Remix: Something different

Collapse
 
link2twenty profile image
Andrew Bone

Hi, when it comes to web development there is the front end (the bit that runs in the browser) and the back end (the bit that runs on the server).

HTML, CSS and JS are a good starting point and can get you quite far. A good understanding of JS is required as a foundation for learning things like React, Vue or even just interacting with APIs.

As for the back end there are a whole host of languages you can use like PHP, Perl, Ruby or even JS (through node).

TypesScript is like JavaScript but has a few variations to make it more strict, it also needs to be compiled before it can run in the browser.

TLDR; HTML, CSS and JS are crucial for front end or full stack development but are the foundation.

Thread Thread
 
mrkyllers19 profile image
MrkYllers19

Thank sir 😊