Design Your Own Computer (fpga/vhdl) https://github.com/MJoergen/nexys4ddr/tree/master/dyoc See how a cpu gets made from scratch.
Ask HN: Your favourite tutorial for total beginners?
21–30 of 203 posts
Re: Ask HN: Your favourite tutorial for total beginners?
#22Hartl's Rails tutorial. Probably the best intro to modern full stack development I've ever come across. https://www.railstutorial.org/book
Re: Ask HN: Your favourite tutorial for total beginners?
#23As a college freshman I started this book with only a passing familiarity to C++ and was able to follow it to implement a raytracer that supported depth of field and global illumination, among other things.
Re: Ask HN: Your favourite tutorial for total beginners?
#24Easy: https://m.youtube.com/watch?v=nfY0lrdXar8
Re: Ask HN: Your favourite tutorial for total beginners?
#25Easy: https://m.youtube.com/watch?v=nfY0lrdXar8
Re: Ask HN: Your favourite tutorial for total beginners?
#26As someone who was recently a total beginner, I've found two that I have really appreciated: 1. 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?
#27But, since the question is about the favorite, the answer is, unsurprisingly, "The C programming language" by Kernighan and Ritchie.
Re: Ask HN: Your favourite tutorial for total beginners?
#28Re: Ask HN: Your favourite tutorial for total beginners?
#29I would really love one for containers/docker if anyone has a suggestion
Very beginner friendly.