Destroy All Software screencasts by Gary Bernhardt has some great content. Besides the typical CS degree, I felt that these videos were most pivotal in me writing better code. https://www.destroyallsoftware.com/screencasts
Ask HN: What is the best money you have spent on professional development?
51–60 of 553 posts
Re: Ask HN: What is the best money you have spent on professional development?
#52I found that (for me !) it was less useful to invest in learning to do new things, as opposed to investing in being more efficient and / or having my work time more pleasant. Make your work feel like pleasure and there is no limit to what you can achieve. So maybe don't only think "what can I be better at ?" but also "how can my life be better while I work ?". Software: A proper training session with a high level deb…
This reminds me of a study I heard about some time back, comparing the highest performers in various trades to the average. Apparently one major predictor is that outlier performers spend more, even as a percentage of income, on their tools.
Re: Ask HN: What is the best money you have spent on professional development?
#53Earlier quoted context omitted.
This reminds me of a study I heard about some time back, comparing the highest performers in various trades to the average. Apparently one major predictor is that outlier performers spend more, even as a percentage of income, on their tools.
But don’t let this be an excuse to fall for the toolbox fallacy!
Re: Ask HN: What is the best money you have spent on professional development?
#54I found that (for me !) it was less useful to invest in learning to do new things, as opposed to investing in being more efficient and / or having my work time more pleasant. Make your work feel like pleasure and there is no limit to what you can achieve. So maybe don't only think "what can I be better at ?" but also "how can my life be better while I work ?". Software: A proper training session with a high level deb…
Unless you buy a cheap brand I don't think the matte / glossy holds up anymore. A good quality screen can have a degree of gloss and still offer superior quality to matte. Crystal clear rendering of fonts is a given. Having said the above, I think there's actually very little competition out there that beats MacBook Pro's etc.
Same way e-ink is much much more pleasant to read a book in the sun than even the most expansive amoled screen.
Re: Ask HN: What is the best money you have spent on professional development?
#55Best money I've spent on professional development is spending time with people having completely different backgrounds and perspectives to mine.
Some examples include traveling abroad, attending meetups, conferences or networking events, talking with people who have interesting things to say, seeking out resources or people that offer counter points to your current thinking on things.
Re: Ask HN: What is the best money you have spent on professional development?
#56Destroy All Software screencasts by Gary Bernhardt has some great content. Besides the typical CS degree, I felt that these videos were most pivotal in me writing better code. https://www.destroyallsoftware.com/screencasts
Are the videos generally applicable or mainly to Ruby developers?
Re: Ask HN: What is the best money you have spent on professional development?
#57Re: Ask HN: What is the best money you have spent on professional development?
#58I'd highly recommend honing this skill as it will also help you as an employee, as even small gains in salary can add up to quite a lot of money over the years. For freelancers and entrepreneurs negotiation is also important of course and will greatly help you.
Re: Ask HN: What is the best money you have spent on professional development?
#59As many others have said, books are the best things I've spent money on, but let me say more: Do books sometimes say things that are obvious? Yes. For example, when I first read Martin Fowler's book Refactoring, I had been renaming variables and moving methods from one class to another for years. But he gave a new framework for thinking about something that obvious. I've found the idea of separating out my coding flo…
Re: Ask HN: What is the best money you have spent on professional development?
#60I'll say books period. Every month I buy them, every month I read them, and I let the topics sort themselves out.
You can get them for free at the library. No need to spend professional development money on them.
Most material is available for free on the internet, but like most open source material, you have to compile it yourself and that takes time. Good books save you the time by including important dependencies, normalizing notation, etc.