Hacker News new | ask | show | jobs
by yodsanklai 2346 days ago
> while I work as a Civil Engineer

Not answering your question, but just sharing some anecdote. A good friend of mine is a (unhappy) Civil Engineer and became passionate about programming. It's a hobby that he discovered later in his life. I can tell he's actually quite good (even though he lacks some fundamentals but he could learn fast). Unfortunately, I don't think he would be given a chance in company (here in France). My feeling is that the system is rather rigid, and there are some expectations for a junior developer job (a degree in the field, being less than 30). An option he could take and I think would work, is to take a one year CS program designed for people with different background. Some universities offer this type of program and it seems to work. Actually, I used to teach in such a program and the students were a joy to work with.

1 comments

Thanks! Yeah its just an idea I'd like to look into at this point. As I said in my post I grew up natively thinking like a programmer surrounded by a bunch of hackers in university on IRC when I was still in grade school, but I never did any structured programming learning and when I got to college it just didn't feel like a realistic path to a career-long job, as to me coding was familiar enough that it felt anyone could (and would) learn it in the future, and there were only so many jobs to go around. Facebook was built with a handful of people, who would have thought in their wildest dreams a social media website would need more than 40,000 employees? I have no idea how many of them are engineers, but probably way more than I would have expected.
Take a software class at a community college. I had my eye on recruiting interns and new devs at the local community college and I went to the career fare and they said the entire graduating group had already been hired, mostly by microsoft. It's a crazy world with so much demand.
Are you suggesting a local community college only (Santa Rosa Junior College for me) or do remote courses work too? What class specifically should I be taking?

The first year curriculum at Cal Poly was Java at the time, and while cumbersome I did well enough, so I don't exactly need an intro to computer science course. I'd like to jump in to something for people with about a year's experience working with whatever languages are in demand right now. I know I need to learn to learn programming again and I'd be learning all my career if I make the switch down the road, but I'd still like to do it with a language that could get me some freelance work to start building a resume with.

I think remote isn't nearly as good as local. Locally you can get connected to companies that are sniffing around the college. Do they have a cs curriculum, I'd go through it step by step. You've probably not had much past "just programming". There's theory of computation, algorithm analysis - being able to do O(n) type calculations on algorithms (to compare choices) it a key interview ability, and it's useful in your job but crucial for 'real' software interviews.

In software engineering, there's using the tools (git, make, c++, dev environment - these days microsoft visual studio code is a free and commonly used dev tools that work s on linux and windows) and coding. But you will eventually need to get past it. Don't approach this as "oh my god, this will take years". Instead start with some programming classes, java or c++ or js or python, and look toward getting to those other classes eventually (theory of computation and algorithm analysis).

Good luck, you can do it.