0
What is the best course for a simple web app?
I want to learn and create a simple responsive web app which includes database management at the back end as well.
5 odpowiedzi
+ 3
Best course is practice, start by learning html,css and js to make responsive UI. You said you know python, you can learn how to use it as backend for web.
Watch some videos about similar things you wanna build, and you will learn how. Every course will learn you basics, maybe something more, but by doing things you will learn much more.
+ 3
Basic Roadmap:
Front-end:
HTML
CSS
JavaScript
ReactJs
Backend
NodeJS
Databse
MongoDb for NoSQL
PostgreSQL for rdbms
Try some server-less architectures too, like Firebase, or Supabase. This makes you concentrate on your development and worry less on management and deployment etc.
Learn deploying your application, prefer heroku, or GCP containers.
Learn TDD, unit and integration
Learn Global state mgmt, sever side rendering.
And you can refine and specialize your skill set from here, by picking up more technologies.
+ 2
I agree with PanicS, your Python experience may help you with backend side of web development.
For the frontend side you should have understandings of HTML, CSS and JavaScript.
Nowadays, new frameworks from different programming languages provides full stack web development, try to explore them: Flask, Django and so on
+ 1
Ilyas Bakirov yes I did python in past.
- 1
Do you have any programming experience in background?