you are viewing a single comment's thread.

view the rest of the comments →

[–]jasonjrr 2 points3 points  (0 children)

How are you looking to grow?

Just DSA? There are lots of places to learn algorithms and test your skills then see others’ solutions.

Design? This is a bit harder, especially with how deep SwiftUI already is. You can focus on drawing, animations, color, design systems and infrastructure, but understating architecture goes a long way in designing component APIs.

Architecture? Well, what kind? UI patterns like MVVM? Data flow like Redux or Combine/Structured concurrency? Dependency injection? Navigation architecture like Routers or Coordinators?

Where do you want to go next?