by pixel_fcker on 10/8/21, 7:26 PM with 4 comments
If I’m approaching a problem, I essentially visualise how I think the data should be organised in my head, then turn that into code.
So far this approach has served me well but I feel like I’m missing out on many useful data structures and potential shortcuts (by not reinventing the wheel) due to my lack of formal training.
What are some good resources for someone like me to fix my foundations?
by ai_ia on 10/9/21, 1:18 PM
Incidentally, I started a company called Primerlabs(https://Primerlabs.io) which creates self paced conversational CS courses to learn on your own. Although there are only two courses now.
So, I will say go with teach yourselfcs. Other listicles are too much info, Imho.
by mhaberl on 10/9/21, 10:44 AM
IMHO a must-read is SICP ("Structure and Interpretation of Computer Programs")
"Dragon Book" ("Compilers: Principles, Techniques, and Tools")
Ofcourse there are plenty of online courses on the internet as others mentioned here
by nhgiang on 10/8/21, 7:49 PM
by hidden-spyder on 10/9/21, 7:12 AM