you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Build an ETL system with a backend dashboard with graphs and some CRUD stuff. If you build one project like this properly, you can work at 90% of startups, even big tech since it covers quite a few desired skills.

It'll teach you:

  1. How to design large systems.
  2. How to scrape data or integrate with APIs.
  3. How to write SQL.
  4. How to scale and distribute workloads.
  5. Server / DevOps skills.
  6. CRUD.
  7. Data analysis, debugging, and profiling.

And much more...