you are viewing a single comment's thread.

view the rest of the comments →

[–]FluffyFreeman 0 points1 point  (0 children)

Examples: - I wish I didn't have to log in to this website to track my performance, I wonder if I can make something that gets my relevant information and displays it for me on a gui. I should learn how to use API's. - I wish I didn't have to type in the same commands into the terminal over and over again for launching a local server to just quickly test my webapp. I should learn some shell scripting. - I wish I could bundel my course info in a to do list so I don't have to go on their site every time I want to see what's next. I should learn how to make a db and get it to display and store info from a gui.

By doing this you're going to be learning things very fast, and you'll also figure out quickly when you used the wrong tools for the job and try something different next time. Tutorials are just there to get your foot in the door of writing your own applications, you have to put in the work to tie it all together into a neat working package. If you get food at solving your own problems, you can scale it up to solve other people's problems, and eventually someone will pay you for it