Conversation

Ugh I've spent a lot of this week trying to flesh out CS fundamentals and my head hurts & I've got some imposter syndrome going on. What /is/ state, really? How do you define an API? What does routing mean in the context of SPA? ... Any reading / resource recommendations?
2
7
It's a bit of a crazy mish-mash of ideas right now. Lots of folks with different ideas on what is a good idea and what isn't… completely understandable to be dizzied by it!
1
2
Replying to
Oh great question. I'll explain IRL because it's easier but fundamentally I'm trying to better understand React abstractions and as I learn more I keep bumping into CS terms I discover I only understand in a shallow way
1
To me 'CS fundamentals' is an understanding of discrete math and proofs, the basic theory of computation (ie. lambda calculus, combinatory logic, turing machines), and some knowledge of data structures and algorithms. But even many universities fail to teach even that these days.
1
1
Show replies