Coding boot camps

e.g. Tech Elevator

Putting aside for the moment that these are very much not free. Are these legit ways to learn coding on the side (including in terms of actual prospects at the end of the program)? Or are they all basically just my computer career .edu level grifters?

I can’t speak to all of them, but my nephew did go through one of these coding schools and has turned it into a very good career.

This was after getting a music degree and trying to make it as a musician for 5-10 years following graduation.

2 Likes

IMO, the real value to look for in “learning to code” is having good problems to code out that go beyond “here’s the syntax, now apply it to these simple problems”.

Furthermore, you also need to have someone experienced enough to evaluate your code as well.

But the best skill to develop is code testing . . . how to try and break code.

I second this^

In my undergrad CS courses, next to nothing was actually learned in the intro course which just covered syntax and basic canned assignments. I really didn’t feel like I knew how to write code until I took an algorithms and data structures course where I was forced to build those up from scratch and create my own unit tests. (I wouldn’t say algos and data structures are the only way to learn to code well, but they’re good problems to work on for building the mindset/thought process needed for tackling software problems)

Your post isnt really specific. What is your objective? generally speaking, coding bootcamps are designed to place students into firms that have a relationship with the bootcamp organizers.

Don’t really have an objective at the moment. Just a “that would be cool if” about being able to write my own math-related apps.

It came up in conversation with a colleague the other day. Her brother did one of those boot camps, and now basically has more money than he knows what to do with.

If you just want to learn how to build apps as a side gig then there is no point in doing a bootcamp. Contrary to what many people think, the best way of learning how to code isn’t necessarily doing your own projects right away.

is there a good book or site for learning coding on your own?