| The point is that I continued fighting for that degree regardless of how many failures I had in the past. I genuinely believe that if you continued, even now, to learn these subjects (even without formal education) you can do great things. I challenge you to three months of relentless self education. Instead of watching YouTube or browsing socials in your spare time but some very basic projects on your plate then move from there to larger ones. Here's how I self-taught website design: 1. Khan academy JavaScript courses (intro first) with small khan academy projects between: https://www.khanacademy.org/computing/computer-programming 2. Khan academy HTML course with some small khan academy projects between 3. Bit of a jump here but Angular Tour of Hero's: https://angular.io/tutorial/tour-of-heroes 4. Small, self designed angular site. BE SURE to use the tools you have at your disposal, USE GOOGLE SEARCH. 5. Learn "First day on GitHub" https://skills.github.com/#first-day-on-github 6. Host an Angular site on GitHub Pages. After this I learned Python and some data science stuffs, got into Flask (which allows for website backends via REST) and MongoDB (database). If you genuinely apply yourself to learn this kind of stuff and feel confident in you capabilities, I know you can apply it in a way that at the very least will help you feel a bit more fulfilled in your skillset. |
Thanks for the kind words.