• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Career Change from Systems to Programming (Orlando, FL)

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

Much like a few other posters on this forum, I am seeking a career change into programming. I have over 20 years on systems engineering and Director-level management. However, i want a change of pace and I want to pursue the programming track I abandoned decades ago. I know some Java and some C#. I have a little knowledge of C but I can bone up in short order. Can some of you pros provide some guidance on how to pursue? Specifically, how can i get into an entry-level position?

For those of you may be responsible for hiring in the Orlando, FL area, what would you recommend. Logic suggests to me that given my previous experience in systems I would be a much safer bet and investment than a college grad (NO DISRESPECT MEANT TO COLLEGE GRADS).

Any insight would be appreciated.

All my best,

David C
 
Ranch Hand
Posts: 41
4
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi David!

Although I can't fully respond to your question (you asked for pros' opinions), but as a junior, recently getting an entry-level position (~2 months ago), I might be able to provide something useful.

I haven't yet finished college. I'm about halfway through it, so I felt I had to be careful about applying. I didn't want to spread my CV like chickenpox just for companies to remember a few years later (when I acquire my papers) that, yeah it was this person who applied and didnt actually know anything about the profession we do here. So in short, I took the careful way.

1.) First I decided on what I actually wanted to do. I found that web developing seems interesting, and I also liked the working with server infrastructures part. I'm a real junior so, you can expect me still not having a proper grasp on what or how these thing work exactly. I only knew I wanted something like this, in development.

2.) So then I picked a language (java obviously), visited some websites and forums, purchased the Head First Java book, and vacuumed it into my head. Since I already knew what kind of thing I wanted to do, I had the motivation to extra-study in my freetime.

3.) Interview exercises are a must. If you feel like you haven't coded for a long time, chances are you would become confused on an interview, where they are watching you not only for -what- you know, but for the -how you do it- part also. Once thinking about algorithmic exercises becomes familiar again, this wont be a problem on an interview anymore. I say 3-5 of these should do it. (I personally did 9)

4.) Write an example program, and post it online. It can be a minesweeper or snake game, or a videogame shop organizing app, or anything really. It should work, and coded in a way you would be proud to read it 2 years later. But it should not be complicated. One or two complicated methods are more than enough. This program is just for you to show your future employers that you are indeed dedicated to not only getting hired, but to learning too. This will be the step that differentiates you from most of the canditates that will apply on the same position on entry-levels.

5.) The hardest part. Now you know what you want to do, you need a company that does it, and is also hiring. Once you found a promising canditate, stalk it! This is general job hunting rule, but dont move onward giving in your CV before actually shaping your CV to their exact hiring advertisement. There might be many different precise bits of info they want to know about you from your CV than what you would write in just a general CV.

I got hired in the first attempt, although I had reserve-picks in case I didn't. I'm not a dream canditate as I haven't finished school yet, and have even spoken out on the interview: I told the HR that I will only come part-time in some period of the future.
I hope that atleast some part of this helps you, and I wish you the best of luck!
Dóri
 
Marshal
Posts: 79831
388
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

As well as that useful advice, the usual presence on LinkedIn etc. would be required.
 
D Chandler
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dora,

Thanks so much for you complete response. Even as a junior, you have practical experience which I truly value. It was good to know that my thinking was, for the most part, on par with your suggestions. I also bought the Heads Up book you mentioned about a year back. I recently got a GitHub account as per your suggestion regarding putting together some of my coding examples. Admittedly, I was under the assumption I would have to put together some complex idea with a GUI and whatnot.

Thanks so much for taking the time to enlighten me!!

David C.
 
If we don't do the shopping, we won't have anything for dinner. And I've invited this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic