after i learn html and css should i build projects completely from my mind or should i use google for help or somthing
.................................................................................................................................................................................................................................................................................................................................................................................................................................................
2
Answers
you can read few suggestion on this reddit post: https://www.reddit.com/r/learnprogramming/comments/14qlq0b/what_to_do_after_learning_html_css_and_javascript/
Years ago, I ask myself the same question. From here you can go wherever you want. There are plenty of languages out in the wild :).
My way was, because of HTML/CSS,
JavaScript
|TypeScript
. I also do a lot ofbash-scripting
, soBash
was another station.Likewise, I made a stop at
Python
. For a while I was happy.But in the end, to store data in a database, you must lern
SQLite3
|mySQL
|MariaDB
|PostgreSQL
… (you don’t have to lern ALL database-languages simultaneously)Then, because
Python
makes me feel sad, I switched to GooglesGo
and a newer one Vlang.ioV
. These are my "main"-languages at the time and I freaking like them 🙂If I were you, I would invest a few days in these languages, ‘getting a taste’, so to speak. To find the language with which you harmonize best.
There is no RIGHT or WRONG here.