vote up 7 vote down star
1

Hello,

Since many of you are already there I figured this might be a great place to invite ideas and suggestion for becoming a software developer.

I have some basic knowledge of programming in VB and C++ from a course I had pursued 8 years ago. My main drawback is lack of experience in software field since I was in a teaching career until a year ago. I am working as a QA tester and finally got a chance to write some automation tests scripts using C#. I didn't have any prior knowledge of C# but I was able to figure my way thru it. So given this context would anyone have any ideas as to what would be a good approach to learn enough to actually be able to work as a developer?

Any suggestion as to what kind of learning path to adopt and which approaches speed up learning curve?

--Would pursuing university course be helpful in terms of knowledge gained? I am kind of wary of this since I don't want to take up another college course leading to an almost dead-end as far as career is concerned.

--Are certification exams a way to go for a beginner?

--Are community collge courses useful?

--What about courses offered by private institutes/centers?

--Any suggestion for some good books?

Thanks in advance for any inputs and answers.

flag
I'm curious, this may sound stupid, I've always wondered what an automation test script looks like? – Chris Mar 21 at 3:53
@Chris - they look like the most wonderful piece of apple pie you've ever tasted. Seriously. I love being able to run a test script after I do a build of my lastest code changes, and know instantly if I've broken something. – unforgiven3 Mar 21 at 3:57
@unforgiven: OK, can you give an example? I write a lot of Unit Test at work, but I'm always curious to learn new ways of doing things. – Chris Mar 21 at 4:01
@Chris, take a look at AutoIt - a coworker of mine wrote a bunch of automated test scripts that excerise the app I'm working on in a predictable way, and it records info on success/fail, memory usage, etc. Unit tests are great for code - automated tests are great for your program as a whole. – unforgiven3 Mar 21 at 4:05
@unknown3: is this who your referring to: autoitscript.com/autoit3/index.shtml? – Chris Mar 21 at 4:07
show 2 more comments

17 Answers

vote up 10 vote down check

A lot of people are saying in their answers to build something - and they are right! I'm a mid-level software engineer with a few years of experience, and while I clearly don't know it all, the one thing I can tell you is that there are two types of people who try to be developers:

  • People who take initiative, fail, learn from their mistakes, succeed, rinse and repeat, and eventually get there
  • People who don't do anything and are surprised when they get passed over

Working as a QA tester is a really good place to start - if you take initiative - and you've already done something great - developed automated test scripts. It sounds like you were excited about them and are proud of them. Good for you. Keep it up. Learn more C#. Learn everything you can about the languages/development tools/source control systems/development process/build process/etc at your company. Chat up the developers. A lot of testers think that developers don't like them - and yes, that can be true, but I know for me, a good tester is my best friend.

And I know that a good tester, who takes initiative, who wants to be a developer, is going to get my recommendation. So keep doing what you're doing. You'll get there :-).

link|flag
vote up 0 vote down

I'd suggest you visit: http://msdn.com/express - Download Visual C# Express Edition for free, and also download the Visual C# MSDN Express Library which is the Documentation for C#. You'll learn alot from the official documentation.

Here are some useful links you might need once you feel that you're ready to start developing your own applications:

http://www.windowsclient.net/ http://www.codeforfun.net/ http://www.msdn.com/

link|flag
vote up 2 vote down

Read "Code Complete" by Steve McConnell (link to Wikipedia article).

This book is a brilliant book on the craft of coding. It gives tips and tricks for reducing complexity and general structuring of projects.

It fills the gap left by those "Learn Language A in X Hours" books. When I was learning to code from those books, I used to get very frustrated when the author threw in a comment like: "Of course, the example I gave is not good enough for production code"?!

"Code Complete" is the book that gives generic/general advice on how to produce production code! It is a book full of common sense, but as they say: common sense is not that common.

It is a book that rewards repeated reading. Read immediately to get some idea of what might be required of good code. Read again after a project or two to see if any of the problems you encountered and mistakes you made are mentioned and learn from them.

This book alone will not make you a great developer. However, great developers know everything in this book, whether they have read it or not.

As an aside, "Coder to Developer" by Mike Gunderloy is a decent book that takes a look at stuff not immediately connected with code that are useful to developers. It includes interesting chapters on Project Estimation, Source Control and Licenses

link|flag
vote up 1 vote down

I was in the exact same position 3 years ago. While I had completed a WebMaster course and then an MCSD course in C++(MFC, really) years earlier, I never got the chance to work as a developer and only had some not-quite finished projects I developed at home. Then 3 years ago I got a job as a QA tester (mostly intuitive QA, since the company didn't have actual testing tools at the time). Then they needed a website, and I just told the R&D manager I'd like to do it. He said "Fine, but do it in C#, not VB" (which is what I learned in the WebMaster course). Within a week I was doing web development and was loving it. Now I work for a different company, still a developer.

What I'm saying is, to be a developer, you do need to develop, like everyone else said, but if you want to work as one, you just need to tell someone who can give you the chance. Also, it doesn't matter what path you take to learning, we all have different ways to study and learn. Some through college (I don't have a degree, myself), some through courses, some through books etc. The important thing is you HAVE to learn, whether you're working as developer already or not, you have to keep learning or you get left behind. Unless you're a freaking genius, which sadly, I'm not.

Good luck!

link|flag
vote up 2 vote down

Others have said it, but I'll summarise my view:

Certifications can help you, but not as much as a good demonstrable knowledge base. Learning tools, languages, skills and concepts of programming can happen outside of a formal class setting if you are sufficiently motivated to learn.

The Internet is a mixed blessing; chock full of information but only half could be considered reliable and less than half of that may suit your learning style.

  • Get an interesting project you want/need to build
  • Start building it in an appropriate language. C# is not the right tool for everything, but as a starting point you can build most anything in it.
  • Get a mentor(s). This bit is so often missed and people tend to develop bad habits and poor styles without it. They then find they're getting nowhere and just throw their hands in the air and try gardening. A mentor can simply be a friend who is patient and wants to help you on your way but isn't too pushy. The mentor is the person who looks at what you've done and tells you there's a better way to do it, try these things. Without it your progress will be slow and painful (from my own experience).
  • Take an entry-level job when you feel confident. If it's a good company and your are indeed capable you won't stay at entry level for long when they realise it. If you're not as good as you thought you should find lots of mentoring and guidance in your job, as well as learning how to work on a commercial project.

At each of these steps set yourself a few stage gates. You don't want to press on for years without getting anywhere; if you find you're in that situation even with good mentoring then maybe programming isn't really for you after all?

link|flag
vote up 1 vote down

Learning by doing if of course the best, but i highly recommend university courses.

courses about, Design patterns, Data Structures, Some object oriented design courses to get deeper knowledge about object oriented programming,

You should not really care if they are in Java or C# or whatever since the above courses teach you principles that you will find useful in any programming language.

Also courses that makes you work in a team is great, I don't know how it is in the US, but in Sweden we have the possibility to take courses to learn Xtreme Programming and other Team based courses that is partly theoretical and partly practical.

Although i studied many math courses and found them useful, you can put these aside for later.

link|flag
vote up 4 vote down

Well, I'm a CS major, just about finished my degree. Universities don't teach (much) programming. They teach theory, math, history, and problem-solving techniques. All useful and good stuff for becoming a good programmer, but it won't help you in the short term. A lot of stuff you still have to figure out on your own.

So I agree with the guys above, and try some small projects. Do stuff that's just a little bit over your head, so that you struggle with a bit, ask some questions, search for some answers, and you'll learn. But never settle for a program that simply "works" (unless you have some sort of time or monetary constraints) -- look for the best answer. Learn good programming habits and techniques.

If you want a more in-depth understanding that goes beyond just programming, or the language (which I guess you need as a developer), then I guess I would recommend taking some courses. Just be careful about the ones you choose... I found some to be a lot more useful than others.

link|flag
vote up 2 vote down

It sounds like you're on the right track. The desire is important. But you'll just hate it if you're not the right kind of person. Do you hate menial chores? Do you constantly try to think of faster way to drive home? Do you get annoyed when the grocery store puts logically grouped items at different ends of the store?

These sorts of things happen in the minds of programmers. You have to be chomping at the bit to make things faster, easier, and smarter.

--Would pursuing university course be helpful in terms of knowledge gained? I am kind of wary of this since I don't want to take up another college course leading to an almost dead-end as far as career is concerned.

This can be very hit or miss. If the school teaches everything in Java, take a pass. You won't learn anything you can't pick up on your own. Real devs remember what pointers are, know how to fix a segfault, can find out what's in the stack in a given thread etc...

--Are certification exams a way to go for a beginner?

No. And people who hire based on this aren't worth working for.

--Are community collge courses useful?

My wife just took a beginning course as my request. It was in Visual Basic and that's the only course they offered. But this most likely depends on the teacher and the department. If you're anywhere near a research school, it could be fantastic for you.

--Any suggestion for some good books?

http://www.amazon.com/Learning-Python-3rd-Mark-Lutz/dp/0596513984

link|flag
vote up 2 vote down

I agree with all the answers, the best way learn something is by doing. You can read all the blog posts, etc in the world, but I find that you will retain more knowledge when you apply it to something your interested in.

If you do decide to take some course, perhaps some courses on data structures. Stacks, Queues, Lists, etc. I know there are Framework classes which provide all this for you, but It never hurts to cover the basics.

The way I think of it is a mechanic. They have all these computerized diagnostic machines in their arsenal, but they still learned how an engine works.

You are we on your way by the sounds of it.

link|flag
vote up 2 vote down

How do you become a good cook? How do you become a musician? How do you become anything in this world?

i. Start developing something.

ii. Get it verified by people who are good software developers. Get feedback on how it could be done.

iii. Rewrite or develop something else. Go to step two.

iv. Talk to people who are good software developers about good practices.

v. Read books about software development.

vii. If you have time and money a college course will definitely help.

viii.In the process if you realize you have the aptitude for programming continue, else quit happily with the knowledge that you know how to program if needed.

link|flag
vote up 1 vote down

From the options you are considering I'm definetly against certification exams. I've been a professional programmer for 2-3 years and did it as a hobby for 2 years before that. Now I'm studying for SCJP and I definetly wouldn't recommend that experience as an entry in software development.

As far as books go. There are books that advertise as good reads for someone with your aspirations. But I haven't read any of those, so I can't recommend anything.

link|flag
vote up 1 vote down

Writers have maxims like "a writer writes" and "writer isn't a noun, it's a verb." The same applies to being a developer. To be a developer: develop.

This isn't a stupid obvious use of the language, it's an instruction. The only way to become a good developer is to develop and to do so often.

link|flag
vote up 15 vote down

How to become a programmer

Build something. Fall on your face. Rinse, Lather, Repeat.

How to become a Good Programmer

Build something. Fall on your face. Rinse, Lather, Buy a Helmet, and Repeat.

At some point you either 'get it' or you do something else.


Edit: To actually answer the question posed:

Would pursuing university course be helpful in terms of knowledge gained? I am kind of wary of this since I don't want to take up another college course leading to an almost dead-end as far as career is concerned.

College is both underrated and overrated for programming. It'll provide the necessary foundation that everything else flows from; but it's just that: a foundation. If you understand microprocessors, logic and algorithms, Discrete Mathematics, et. al., then you'll have that same basis.

Are certification exams a way to go for a beginner?

A certification exam will teach you the ins and outs of a particular language or platform. It's sort of like teaching you how to build a car: Until you actually build a car on your own, you don't really know what you think you know.

Are community college courses useful?

It depends: If you can find a course in C or take extra math courses, it can always help -- but I've found that community College classes tend to be very basic.

What about courses offered by private institutes/centers?

Ever wanted to write a compiler? Go back and get your Computer Science degree with a concentration in Software Engineering and you'll learn.

Any suggestion for some good books?

Take a look at these Stack Overflow questions.

link|flag
If I could give you another +1, I would.. and then I would do it again. – St. John Johnson Mar 21 at 3:56
vote up 6 vote down

The best way to become a developer is to develop something.

Think of some idea, something minimal that might be useful for someone and implement it. This is the best way to learn programming. Courses are useless, google search is your ultimate course that will teach you anything you will ever need. Sure, you won't get any certificate but potentional employers are more impressed with real-world projects than with academic results.

link|flag
1  
I wouldn't say courses are useless (well, some are... ;-p) But it's true that they are at best a supplement to actual experience, not a replacement for it. – David Mar 21 at 3:53
1  
I second David's comment about courses not being useless. And I'd like to add that a degree in Computer Science certainly helps with job hunting. Although when it comes down to it, experience is the best for getting a job. – St. John Johnson Mar 21 at 3:55
Experience in a vacuum canbe worse than uselesss. By that I mean I've seen people do something badly for 10-15 years because noone has ever told (or convinced) them its garbage so all they have to show are bad habits. – cletus Mar 21 at 4:18
If you're going to do something like web development, sure, a degree in CS will be mostly useless to you. But what if you want to write operating systems or write drivers or design embedded systems?... – temp2290 Mar 23 at 14:44
vote up 3 vote down

To work as a developer you really need to learn more than to "figure your way though" a language. I would suggest getting more development experience by just spending more time coding, and also taking university classes, or studying the same material on your own. You won't be pushed as hard if you do it yourself, but you can certainly learn enough to bring you up to speed.

If time/money is a problem, you can get syllabi for courses such as MIT's OpenCourseWare This will also be a good litmus test to see if you're up to the level of the people you would be competing with for jobs.

link|flag
Thanks for your intelligent answer. – unknown (yahoo) Mar 21 at 3:46
vote up 1 vote down

Any/All of the above look good. You need to get up to speed on some of the concepts, but if the will to learn and absorb information is there, you will be fine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.