Next.js Discord

Discord Forum

i want to learn the backend nodejs any body recommentd any course

Unanswered
Flemish Giant posted this in #help-forum
Open in Discord
Flemish GiantOP
i want to learn the backend nodejs any body recommentd any course

3 Replies

@Flemish Giant i want to learn the backend nodejs any body recommentd any course
Start by making it. That's the best. Some milestones that you want to reach are:
1. Your first database (I like postgres) -> take a look at docker, setting up a compose to create your db
2. Your first ORM (I like drizzle) -> read thought the docs and apply
3. Your first data application (choose: Todo App, Weather app (external api), CMS) -> build everything together: your new knowledge + your old knowledge
You now know backend with DB pretty well. The rest is just integration of stuff in the docs
@Flemish Giant solved?
Flemish GiantOP
Yes my company using the fastapi so I choose to learn that soni start a course and also read the doc