How do you approach learning new technologies?

WooSeong
6 replies
When I first started development, I relied on Googling to learn the necessary skills rather than reading books. However, these days, I find myself reading books more frequently. The reason is that I tend to only acquire knowledge through Googling when issues arise, which has made me feel stagnant in my growth. Reading books allows me to study more proactively. How about you? How do you approach learning?

Replies

Isabella Claire Anderson
Definitely a mix of approaches! Official docs are key for APIs, SDKs and core language features. But for broader concepts, I find well-written tutorials and courses super helpful to provide structure and progression. And yeah, judicious Googling is always a part of the process for those specific how-to questions that inevitably come up. 😄 The key is finding a balance of resources that works for your learning style!
HEEJOO
No matter what you do or how you do it, I think everyday life is important I try to make a habit of learning new things little by little every day. I'm going to set a time to read books or technical documents even for 30 minutes a day, and I'm going to learn steadily.
kahif
I can totally relate to this! In the beginning Googling was my go to for everything but over time, I've realized how much more I learn from books
Wesley Ward
Yeah, I've had the same shift Initially Googling felt easier but I realized I was only learning in reaction to problems
Trevor Collins
In my point of view it's interesting how both methods have their place. Googling is great for immediate answers, but books are like a roadmap for long-term growth
Gaurav Nadkarni
The best way to learn any technology is often through official documentation, books or technical papers. However, these traditional methods can sometimes(and usually do) become overwhelming. I usually turn to tech blogs or video tutorials from prominent sources for a more accessible approach. Googling can be useful when you encounter challenging issues that require a deep understanding of concepts, but you may have gaps in knowledge to address them. Over time, I’ve realized that relying solely on Google for learning becomes difficult, as it can be hard to stay consistent with the vast amount of information available. Google often provides multiple search results, which can add to confusion if you try to absorb everything from different sources. Focusing on a few high-quality content sources and exploring further only once you have a solid understanding of the concepts has greatly helped me over the years.