0

How to start in web dev?

16th Sep 2025, 1:00 PM
less go
less go - avatar
5 Respuestas
+ 3
Hi! You can start with this course of HTML: 👇 https://www.sololearn.com/learn/courses/le-html
16th Sep 2025, 2:19 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
similar questions were asked a lot of times. start with html and css. than you can understand a structure (html) and designing and positioning (css)
16th Sep 2025, 7:50 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 2
To become a web developer, start with the basics learn HTML, CSS, JavaScript, and Git/GitHub. Once comfortable, move into frontend development by mastering responsive design, modern CSS (like Flexbox, Grid, and Tailwind), and a frontend framework such as React, Vue, or Angular, then practice deploying with services like Vercel or Netlify. For backend development, focus on Node.js with Express, databases like MySQL, PostgreSQL, or MongoDB, and build APIs with authentication. If you want to go full-stack, combine both sides using stacks like MERN or frameworks like Next.js. As you progress, strengthen your skills with TypeScript, testing tools (Jest, Cypress), and deployment technologies like Docker and AWS. Finally, apply everything by building projects such as a portfolio website, a blog, an e-commerce store, or a chat app to showcase your skills.
18th Sep 2025, 10:32 AM
Richard Dumael Awayan Jr
Richard Dumael Awayan Jr - avatar
+ 1
First learn HTML for web Structure, CSS for good style and JavaScript for interactivity then move to Backend Development and learn Python or PHP
17th Sep 2025, 2:01 AM
Safiullah Mohammadi
Safiullah Mohammadi - avatar
0
Start with HTML → CSS → JavaScript, then practice by building small projects (personal site, to-do app). After that, learn a framework (React, Vue, or Angular) and basics of backend (Node.js, databases).
23rd Sep 2025, 1:21 AM
SITHU NYEIN
SITHU NYEIN - avatar