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@isabellaclaireanderson
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!
Share
Yeah, I've had the same shift Initially Googling felt easier but I realized I was only learning in reaction to problems
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
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.