|
|
|
|
|
by valarauca1
4204 days ago
|
|
If you want to grow as a developer the best thing to learn is normally always the same. Data Structures. Nothing will help you more in interviews, day-to-day dev work, general problem solving, and even application planning. The goal is eventually to transition your mindset into thinking about structures holding your data, and how they act, and interact. Once you do this the optimal architecture, and what you need to write as code becomes clear as day (really regardless of the language). |
|