Skip to content
Discussion options

You must be logged in to vote

Hey! Since you already know HTML, CSS, Bootstrap, and are learning JS, I’d suggest this path:

Node.js + npm – Learn the basics of backend, modules, and APIs. This helps you understand how web apps actually work.

Database – Pick MongoDB (easy to start) or PostgreSQL (strong fundamentals). Learn CRUD, relationships, and basic indexing.

Full-stack mini projects – Build small apps like a login system, todo app with users, or a simple blog. This ties frontend + backend + DB together.

React – Only after backend + DB clicks. Then React becomes just the UI layer, and everything feels logical.

Git/GitHub – Learn commits, branches, PRs. Remote work loves this more than frameworks.

Tip: Start small,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kanichii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development
2 participants