Ask HN: How do you decide what to learn next?
1–10 of 104 posts
Re: Ask HN: How do you decide what to learn next?
#2Since I'm the only dev and I have to do back end and front end I realised that I was weakest on the front end (particularly JavaScript) so I made a concerted effort to learn JavaScript properly since apart from picking it up organically for years I'd never really studied it.
The funny part (to me at least) is that while I'm never going to like JavaScript I dislike it a lot less than I used to once I understood the underlying structure better.
Re: Ask HN: How do you decide what to learn next?
#3Re: Ask HN: How do you decide what to learn next?
#4I believe something can be useful when I need to know it or when it is a good basis for other more applied topics.
Re: Ask HN: How do you decide what to learn next?
#5If there is something that can speed up my workflow, I learn it. If it improves my applications speed without much time to implement / learn then I work on that.
For new shiny Javascript libraries I really have held back to see what the winner will be; backbone used to be the go-to lib, ember (tried to learn but it changed a lot in the early days), angular (decided not to invest any time into it).
There are 24 hours in a day, don't try and learn everything, just try and be productive with the tools you have and the ones that will get the job done for you.
My time these days are spent learning Nepalese, React and trying to build a business in Nepal....keeps me busy.
Re: Ask HN: How do you decide what to learn next?
#6Generally I look at the stuff I do day to day and then honestly critique myself for where I'm weakest and then learn from that. Since I'm the only dev and I have to do back end and front end I realised that I was weakest on the front end (particularly JavaScript) so I made a concerted effort to learn JavaScript properly since apart from picking it up organically for years I'd never really studied it. The funny part (…
Re: Ask HN: How do you decide what to learn next?
#7Re: Ask HN: How do you decide what to learn next?
#8When I want to learn something new I pick an item from the list and work on it (usually some idea I came up with). My preliminary research efforts often help me realise an idea or it gives me a chance to compare two different learning sources. I also try to create something using what I learned. Through craft I feel like I draw more from the learning experience. The outcome can also be that I need to find better references or that I simply want to learn something else.
The most difficult thing is getting started. I find it useful to be systematic about it by explicitly devoting time to it. Once you have a system in place you like it eventually becomes a habit. Also note that it is helpful to break tasks into small subtasks. Having a feeling of accomplishment leads to a more positive experience of the learning process which further leads to increased learning drive.
Note that my process is not much more sophisticated than "this is interesting". However, instead of acting on some hunch in the moment I act on observations which I gather over time.
Re: Ask HN: How do you decide what to learn next?
#9I think it's much easier to learn things when you have a goal because you have to learn tiny nuggets of knowledge that are useful. I find learning something without the context of how to apply it to the real world is very difficult, so I generally don't just go out and learn things (tech-wise) without a legitimate usage in mind.