|
|
|
Ask HN: How do you learn new technologies?
|
|
4 points
by mauz
4125 days ago
|
|
I'm relatively new to web development and I'm currently trying to learn new technologies like Angular.js, Node, etc. I'm finding myself reading through all the documentation, but I feel like I'm wasting my time. I don't know if I should just jump right in and start coding. What's the most efficient way for you to learn new technologies? |
|
I usually try to start with a nearly trivial problem and work my way through it, eg. right now I'm learning Polymer and started by taking the landing page of my previous startup (written in Django/vanilla-JS) and porting it to Polymer. It is slow going, partially because Polymer is really bleeding-edge (still in developer preview) and core functionality changed as recently as a few hours ago. But I've learned a dozen or more technologies in my career, and each one of them was through actually building something and wrestling with the framework enough to grok it.