Live data from Hacker News

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

news.ycombinator.com

41–50 of 553 posts

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

#41
Budget is secondary or not not even needed. In this age of internet, everything (LITERALLY EVERYTHING) is free out there. All it need is interest, dedication and TIME. Don't have enough time? Escape the trap of OTT platforms. You will find some.

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

#42
You could try and see if you are allowed to spend the money on hours to work on a side project. If there's something you really feel like doing, but never get time to do, you could maybe spend a week working on that. Because it's a passion project it'll probably bring you more than any class can do.

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

#43
For some introductory topics that I don't want to invest a ton of money into but want to know more, I've gotten good mileage on lynda.com, free access via my library.

Some videos are quite old so for topics that move quick like technology, be sure to watch the version of the course that is 1-2 years old

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

#46
for me it was linux academy (paid by my employer of the time) and getting red hat certified (rhcsa).

in order to get rhcsa certified i had to study and learn all of those little details about linux that i had only skimmed previously, and learn some things that i didn't even knew existed (ex: filesystems acl).

Getting Red Hat certified definitely made me a better sysadmin and a devops engineer with a stronger linux background.

edit: since moving on from that employer i'm paying for linuxacademy myself, although nowadays it's not clear what's going to happen when ther merger with acloudguru will be fully done.

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

#47
Spend $9,000 US dollars to get a MS in CS, Data Science or Cyber Security from Georgia Tech. It's a solid top 10 CS program. It will take a few years, but it is definitely a great investment.

If you don't already have an undergrad degree and/or want a quicker program, look at some of the reputable code/security academies that partner with major state universities. They cost a bit more 15K to 20K but are shorter (typically a year or less).

Finally, there are certificate programs (offered by professional training companies) in security, coding, project management, etc. that cost 5K to 10K and last from a week to a month.

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

#48
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 flow between adding functionality and improving code really helpful.

Can you get the material for free? Almost always, yes. But it takes time to find the right material, and our time is valuable. A typical industry book is $40-$50, and a typical text book is $100-$150. The authors of these books have spent time organizing the material in a helpful way that you would otherwise need to spend.

For some topics though, it's not just a matter of time savings. I'm working on a topic now that doesn't really have many useful books, so I'm having to read technical specifications produced by industry groups, which lack context and are pretty opaque. I'm missing having a book that explains these ideas in a coherent fashion.

I have tried a few MOOCs for professional development. I've found they can be helpful for a superficial understanding, but they don't encourage the deep understanding I get from reading through a book.

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

#49
post #37

O’Reilly has a subscription that gives access to all of their books. Incredible amount of value over countless topics.

$49/mo isn't cheap though, you can buy an awful lot of books for that money directly.

$99/year via an ACM subscription [1]. And you get the printed copies of ACM magazines shipped to you every month.

[1] https://news.ycombinator.com/item?id=22799753

Post reply on HN