Live data from Hacker News

Ask HN: What is the best money you have spent on professional development?

news.ycombinator.com

51–60 of 553 posts

Re: Ask HN: What is the best money you have spent on professional development?

#51
post #9

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

Are the videos generally applicable or mainly to Ruby developers?

Re: Ask HN: What is the best money you have spent on professional development?

#52
post #26

I 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.

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?

#53

Earlier 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!

Try soldering without flux and tell me tools don't matter ;/

Re: Ask HN: What is the best money you have spent on professional development?

#54
post #38
post #26

I 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.

It doesn't hold true for me personnally. I have a true matte screen laptop, and its color absolutely suck (they look like a t-shirt that went in the washing machine way too many times), but it has absolutely no glaring whatsoever and it feels a lot more comfortable.

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?

#55
A slightly different perspective than what I've seen in responses so far.

Best 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?

#56
post #9

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

Are the videos generally applicable or mainly to Ruby developers?

He covers a wide range of topics. The videos largely use Ruby and Python, but the ideas taught can span across languages. The topics can be found at https://www.destroyallsoftware.com/screencasts/catalog

Re: Ask HN: What is the best money you have spent on professional development?

#57
post #33
post #24

I'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.

Assuming they're there.

Re: Ask HN: What is the best money you have spent on professional development?

#58
I once did a two-day workshop on negotiation techniques, which covered not only methods but also helped me to become more comfortable dealing with the psychological stress that's induced in many negotiation situations. So far I'd say the course (which was free as I won it as a prize in a business plan competition) is directly responsible for at least 50-100.000 € of additional revenue that I made in the last years, simply because I negotiated more effectively.

I'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?

#59

As 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…

Two thumbs up for Refactoring by Fowler. Exactly. Even if you already know know the 300 odd refactorings he documents... The fact that his names let you talk about them with your team or more easily treat them as abstractions is a powerful win. That book is one of the best investments you can make.

Re: Ask HN: What is the best money you have spent on professional development?

#60
post #33
post #24

I'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.

Early in your career, yes. As you dig deeper they become available only in university libraries and then not even there.

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.

Post reply on HN