Ask HN: Your favourite tutorial for total beginners?
11–20 of 203 posts
Re: Ask HN: Your favourite tutorial for total beginners?
#12How a car differential works: https://www.youtube.com/watch?v=yYAw79386WI
Downright the best zero-to-programmer course in the world. Wish I knew about it when I was starting out: https://online-learning.harvard.edu/course/cs50-introduction...
Re: Ask HN: Your favourite tutorial for total beginners?
#131. Learn to Program, by Chris Pine https://pine.fm/LearnToProgram/
2. The C# Player's Guide, by R. B. Whitaker
Re: Ask HN: Your favourite tutorial for total beginners?
#14https://selectstarsql.com - SQL tutorials for non-technical folks. This is an interactive book which aims to be the best place on the internet for learning SQL. It is free of charge, free of ads and doesn't require registration or downloads. It helps you learn by running queries against a real-world dataset to complete projects of consequence. It is not a mere reference page — it conveys a mental model for writing SQ…