Ask HN: What are your favorite resources for learning how to code?
1–5 of 5 posts
What are your favorite resources for learning how to code?
Re: Ask HN: What are your favorite resources for learning how to code?
#2Might be a surface-level pull, but a lot of languages have 'by example' guides that walk you well-documented code. I have really fond memories of reading through an early copy of Rust by Example[0] in high school, which really opened my eyes and helped me understand The Rust Book better. A little while ago I had to learn Go in a short time, and Go by example[1] was equally as helpful for getting me up-and-running!
Re: Ask HN: What are your favorite resources for learning how to code?
#3Might be a surface-level pull, but a lot of languages have 'by example' guides that walk you well-documented code. I have really fond memories of reading through an early copy of Rust by Example[0] in high school, which really opened my eyes and helped me understand The Rust Book better. A little while ago I had to learn Go in a short time, and Go by example[1] was equally as helpful for getting me up-and-running! [0…
Thanks for sharing! Will check it out.
Re: Ask HN: What are your favorite resources for learning how to code?
#4for me it isnt the code, so much as what the code is manipulating.
having a firm grasp on the standards and specifications of any given file structure is indispensible. same goes with CPU , storage controllers and memory
when you know these things about hardware, then you have opportunity to see why code must obey certain majik rules.
Re: Ask HN: What are your favorite resources for learning how to code?
#5I like the HackerRank Python course.