How to Balance Learning New Technologies and Building Projects? #160223
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi there, Here are some key strategies to manage both effectively: 1. Learn by BuildingInstead of separating "learning time" and "building time", combine them. Choose projects that force you to use a new technology. Examples:
2. Set PrioritiesNot every new technology is worth learning right now. Ask yourself:
If the answer is yes to one or more, it might be worth your time. 3. Split Your Time IntentionallyTry a ratio like:
4. Start SmallDon’t wait to master a new technology before using it. That delays your progress. Instead:
Example: You don’t need to fully understand TypeScript to start a project. You’ll learn more by using it. 5. Reflect and AdjustTake time every few weeks to ask yourself:
This avoids the feeling of spinning your wheels without progress. 6. Reuse and Improve ProjectsDon’t always start from scratch:
7. Set Time to ExploreSchedule weekly time to experiment:
In short: The key is intentionality. Learn with purpose, apply what you learn, and don’t lose sight of building real, working software — that’s where the real growth happens. |
Beta Was this translation helpful? Give feedback.
Hi there,
Here are some key strategies to manage both effectively:
1. Learn by Building
Instead of separating "learning time" and "building time", combine them. Choose projects that force you to use a new technology.
Examples:
2. Set Priorities
Not every new technology is worth learning right now. Ask yourself:
If the answer is yes to one or more, it might be worth your time.
3. …