I avoided replying to this earlier, but I've thought about it a bunch, so here's my 2cents. You're crazy to do this. I've been (largely) a developer for years, and I struggle to get excited about client work now. It's amazing to be able to MVP something myself, or throw up a project over the weekend, but that's kind of it. Kids are younger and hungrier than me. Having experience is fantastic and certainly helps with…
Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
131–140 of 229 posts
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#132Keep the job, join some open source projects, solve some issues and enjoy the process if you can.
You can learn how to solve digital problems by coding while you work full-time somewhere else.
Good luck in any cases
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#133My 2c is that if you dont have any dev skills right now then work night and day in your own time to get it. Choose a language, any one will do because you need to learn the fundamentals soundly. Do not be swayed by the tech-du-jour or you will never finish anything nor learn anything in depth. tschwimmer advice is sound. However know your learning style first - i got more out of 3 months messing with C on Arduino then i ever got from a textbook because i like learning stuff with sleeves rolled up and the coffee strong.
And lastly, follow your heart. npostolovski did it. It is far more important to enjoy what you do than much anything else (practical considerations of food and housing aside). Happy and comfortable is a whole lot better than miserable and wealthy.
Disclaimer: Im a PM, have an MBA, and dabble in C# at work, Python/C on home projects. Experience: Im a much better software PM because i can also code/hack some of my own ideas. Have been co-founder of a corporate restructuring company and my ability to code meant i could get the data and calculations needs to make turnaround decisions while others just drowned in their spreadsheets. Im now 53 and learning new things - currently IPC and mesh networks(home) and cost accounting(work).
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#134The chances that you happen to turn out very good at programming and that you land a job doing exciting stuff that you love in a cutting-edge company are virtually zero.
You may have an idealized picture of what developers do. You can try and learn some programming in your own time (yourself, with tutor etc) and see how it goes before taking the plunge.
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#135You're not crazy to make that career switch, but you are crazy to attempt to do so in that manner.
Start reading books on programming and teaching yourself instead, and start working through the actual exercises. I think Python is a good language to start with.
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#136Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#137I am on a similar path, if with a much lower opportunity cost. I am 37 years old, one failed startup as a founder, a few marketing roles on other modest startups and some years as social project manager on the resume. I decided to quit my last job and study full time to become a developer. Not through a bootcamp, but through cheap or free resources online. I chose freecodecamp.com to go for now. I did an Ask HN too a…
> I did not receive much support either from the HN crowd I think there's a reason for that, and you touched on some of them. There's undoubtedly an ageism to the tech industry, and being an older junior developer is likely to be a huge uphill climb. There's also skepticism around the coding bootcamp industry for the same reason that there's skepticism around University of Phoenix: The certification isn't really usef…
Yes, the pool of available software developers will grow, but I believe the applications of software development will grow even more. Even if it takes to invent my own application of it and sell it.
I still have the sincere impression that software developers in this early ages feel they are rather special and regret that more "common" people are trying to become one. Like a hipster syndrome of a kind.
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#138Yes very crazy. I have a anecdotal survey of all coders I know: most of whom all graduated from only median Tier-2 US & News Report Ranked Nat'l Universities (>15) and whom have on average, earn only median Fortune Magazine's Best Jobs annual ranked salaries as Application Developer, and only very few employed by Forbes' Most Admired Companies list or who are on the Mattermark's Top 100 Startup Index. Most don't feel…
If you're interested in working with cool tech like blockchain and AI, but are tired of startup culture, a good option might be one of the "Digital Innovation Lab" organizations that more traditional companies are putting together. I just started working for one, and it's pretty great - I have stability, sane hours, solid compensation, and a healthy culture, but I also get to work with a bunch of really smart people…
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#139what is a PM? you're the prime minister?
A PM is what companies used to call a business analyst. These days companies inflate titles so everybody has manager in their title.
Business analyst is a different role.
Re: Ask HN: I will quit my job as a PM to join a coding bootcamp. Am I crazy?
#140Recently I was hiring on a tight budget. I've interviewed a dozen people from various coding boot camps, self taught web developers, etc. None of them could solve a Fizzbuzz level problem on a whiteboard.
(One thing I've learned after 15 years in industry, 8 jobs, 2 continents - a person who can't do fizzbuzz-type problem is not worth having onboard even for free).
It seems to me that even with best training in the world and a ton of prior IT experience it always takes people at least 2-3 years to start thinking in code in a way where you don't waste everyone's time. Learning to code is not about a bunch of syntax rules. It's about retraining your brain to use different mental models, developing intuition about where a bug might be, finding your way around a large and hostile codebase, anticipating how your today's decision will interact with all the features you'll implement over next 6 months, and so on.
Basic rules of programming are simple, but so are the rules of golf or snooker, or making bespoke suits, or wine tasting.
If you are prepared to spend next 3 years aimlessly poking around the debugger struggling to figure out the simplest thing only to realize at 11pm you were looking in a wrong place - go for it. It's frustrating but also rewarding.
If you think in 6 months you'll be able to build the next facebook with AI - only thing you'll learn in that time is how much there's still to learn.