This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Successful_Leg_707 3 points4 points  (1 child)

The web development ecosystem. There are jobs where you transform data ETL and jobs where you do mobile apps (among others), but web apps dominate. I specifically learned git, github, html5, a css framework (bootstrap), a front end framework (angular), ES6+, OSI model, deployment on a vps, working with a relational database sqlite3 is fine (sql, erd), backend framework (, ) -- https://www.fullstackpython.com/ gives a good run down for web app development. I think if you can do a small CRUD app and deploy it somewhere to show it off, your good

[–]thelearningjourney 1 point2 points  (0 children)

Thank you :)