What is the best course for a simple web app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

11th Nov 2021, 5:21 PM
WaqiCoder
5 Answers
+ 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.
11th Nov 2021, 5:52 PM
PanicS
PanicS - avatar
+ 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.
11th Nov 2021, 10:40 PM
Zubae
Zubae - avatar
+ 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
11th Nov 2021, 6:02 PM
Ilyas Bakirov
Ilyas Bakirov - avatar
+ 1
Ilyas Bakirov yes I did python in past.
11th Nov 2021, 5:27 PM
WaqiCoder
- 1
Do you have any programming experience in background?
11th Nov 2021, 5:26 PM
Ilyas Bakirov
Ilyas Bakirov - avatar