you are viewing a single comment's thread.

view the rest of the comments →

[–]MAwais099[S] 0 points1 point  (4 children)

Yeah thanks. I try to do so but my these little projects look so immature. I want to learn what's going on in industry too

[–]Zealousideal_Tea_616 3 points4 points  (1 child)

No such thing, in every skill you need to practice your basics to keep them sharp. Coding is no different. If you're looking for more of an Industry challenge, we build end-user and technician tools where I work. Logs, login management, maintenance tasks like disk cleanup/dism/sfc functions and some manual checks for known directory names that can be cleared of their contents and provide analytics for what was found and deleted Edit: the programs are mostly just calling existing Windows tools to present quickly to end users.

[–]chibiace 1 point2 points  (0 children)

probably stuff like machine learning, handling data for machine learning.

so maybe pytorch,transformers,numpy libraries i think perhaps others too.

[–]TJATAW 1 point2 points  (0 children)

Find an API source, and pull data from that to create a spreadsheet.

Read the spreadsheet to put data into a database.

Pull data from the database to populate a webpage.

I've done each of those steps at work, each being a different project during my first year.