- Joined
- Dec 29, 2021
Where does one go to start learning assembly anyways? X86 stuff I mean. I learned 6502 asm on a whim, which is pretty easy, but x86 makes my head hurt.
I used the book by Kip Irvine, but if you have prior experience it's not too hard to understand.
You want ways to study various programming concepts in depth, or specifically those? Cause depending on the answer I could say either "pick up the gang of four book 'Design Patterns'" or combine videos, books, and discussing these things with others to get a good handle of those concepts and their motivations, etc (I'd recommend talking about them anyway, concepts like lambda expressions can be a little tough to understand not because they're complicated but because their purpose might seem a little obscure without clarification)I have a short degree in programming and have been working on the backend and APIs of websites for the past five years, every once in a while I start feeling inappropriate (either due to some code challenge or job requirements) and right now is such a time.
I wanna brush up on some concepts and learn others (like list comprehension, lambdas) and also read up on design patterns. What resources (books, tutorials, videos, etc) would you recommend for that sort of thing?
In the case of lambdas and list comprehension I want something that cares more about teaching the concept and how/when to implement it than something that just tells you how to do it.