I don’t have a CS degree so I've had to learn on my own. Thread on creating your own CS degree online.
Start with a great intro course to get you excited about learning. Harvard has a free online introduction to CS class that I love. You can even get a certificate on edx for this class. http://online-learning.harvard.edu/course/cs50-introduction-computer-science
A little too intimidating? Start with Stanford's Computer Science 101 instead. http://edx.org/course/computer-science-101
Get started with Algorithms next. UCSD has a ton of online classes on coursera just about data structures & algorithms. Pretend you're in a CS university class and take one lecture a week! http://coursera.org/specializations/data-structures-algorithms
If that makes you nervous, Udacity has a free basic intro to data structures and algorithms. https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513
Udacity even has a free course on operating systems. https://www.udacity.com/course/introduction-to-operating-systems--ud923
MIT has a free online mathematics for computer science course with video courses.
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/
Need an introduction to the theory of computation? https://www.youtube.com/playlist?list=PL601FC994BDD963E4
Want to take computer architecture at Stanford? https://www.coursera.org/learn/comparch
Coursera used to offer this class but it's not available right now for some reason. But if you want to take introduction to databases, the entire course from Stanford is available here. https://www.youtube.com/playlist?list=PLroEs25KGvwzmvIxYHRhoGTz9w8LeXek0
Need a statistics class? Want to take a free one from Harvard? https://www.youtube.com/playlist?list=PL2SOU6wwxB0uwwH80KTQ6ht66KWxbzTIo
After all that, maybe you're prepared to take advanced data structures at MIT? ;) https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2012/
If you want to purchase some books or find more great free materials, https://teachyourselfcs.com/ is an awesome resource. I have a ton of the books they recommend and love them.
I've actually bought this book twice... (I lost it..) https://smile.amazon.com/Algorithm-Design-Manual-Steven-Skiena-ebook/dp/B00B8139Z8/
This blew up! No SoundCloud but I am writing a book
http://thestandoutdeveloper.com

And here's the blog post! https://www.freecodecamp.org/news/how-to-hack-your-own-cs-degree-for-free/