>>529073929
coding is just in the end applied math.
What you should focus is to learn to have the intuition of solving your issues like an engineer.
My advice is to not focus so much on learning to read code, but more on understanding how to solve problems under the constraints of computer science.
You need to sort of like understand how to solve your problem with understanding how to use the tools of primitive data, loops, basic branching, but also the basics of data structures like arrays, matrixes, linked lists, queues, trees, hasmaps, dictionaries, but also basic algo shit like maps, regex, search, selection, masking, and basic math operations like vector algebra, abs, sign, normalize, etc.
My only advice is to actually read the books that teaches the fundamentals like C programming language, SCIP, uncle bobs books on clean architecture and clean code and some book on data structures, algoritms and design patterns.
Sadly, what you need is to get your brain to develop the intuition of just knowing what and how to do it.
And to be honest, that takes months and even years of practice.
It's like learning to play the piano, It just takes time to develop the skill.
Just be patient.