I am currently a BA (business systems analyst) and i want to get more technical. How difficult is it to start programming at 27? I know the basic concepts but haven't really "sat down" and get hands on. What would you recommend doing? I got some c# asp.net books for beginners is that a good way?
|
11
|
|||||||||||||
|
|
|
I have two friends that started programming late in life, considerably older than 27. Both got employment in development and one is working in an investment bank getting pats on the back at a rate that suggests that someone in management really wants to keep him on board. When I first started out of university I worked with someone who came to development after working as a lab technician (somewhere in their mid 20s). He was one of the more respected senior developers in the organisation and I would personally rate him as a good developer - attention span to die for. I think if you have the aptitude for this type of work you can probably start pretty much anytime in life. C# is probably not a bad language to learn on - it's quite orthogonal and fairly pleasant to work with. You should also get a more general C# book and experiment with programming in general - basic algorithms and data structures stuff from an introductory textbook. This would give you a more rounded grounding than just a web development book. |
|||
|
|
|
|
Why not? Good age to start something. My grandfather is 70, by the way, but he assembled his first computer by himself, now he plays a lot with different OSes including different distributions of Linux. What he is most fond of is the Internet, he loves to read technical articles and forums. So 27 is fine, if you like it, go for it! |
|||
|
|
|
|
Sit down and get hands on is definitely good advice! I would reccomend choosing a language (for windows applications C# would be a good start) then visiting CodeProject.com or the like and downloading a project that interests you. Then look through code and try and understand it. Once you think you do, see if you can make small changes to it, then maybe try making your own project from scratch along similar lines. I started programming at 24 via a correspondence course and self study and then started coding professionaly in C and FORTRAN about a year later as part of my engineering role. After 5 years I moved to C++ and C# and im now a full time developer. I dont think you are ever to old to start programming if you have the mindset for it and the motiviation to learn a lot yourself. I'd say that with the amount of resources on the internet it has never been easier to start. The hardest part will probably be ensuring you follow good practices; but again there are lots of resources out there to point you in the right direction. If you are interested in object-orientated programming you could worse than check out MartinFowler.com. Finally, as already suggested use source control such as SVN once you get serious - it will save you many headaches. |
|||
|
|
|
|
You'll be fine, programming isn't an olympic sport. However, you may have pesky drains on your time, like family
or significant others. |
||||
|
|
|
It's definately do-able, and you have an excellent foundation for this as you have a good grasp of the business side of things. Buying the c# books is a good place to start, however you need to find a practical project to work on to actually learn how it all works correctly. Initially this could be a series of personal projects, like a music library, expenses program or whatever. Once you've done afew of these you can start trying to add to some open source projects. If you want to move from being a BA to being a developer, I would suggest taking afew certificates, possibly the microsoft developer ones, and then applying for a junior developer role where you can leverage your BA knowledge to stand out from other applicants. Good luck, to make the transition will require some hard work. |
|||
|
|
|
|
I think it depends on what is your final goal:
My guess is that you are targeting #2 goal. If it is so, start with a language framework you are comfortable with. It really doesn't matter much. If you have the background of C/C++, you can start with C# (using free express editions of Visual Studio). If you have gone through pascal, you can use Delphi (using free Turbo editions). |
||||
|
|
|
I'd recommend Ruby - simply because it reads much like english, yet allows you to take your development as far as you'd like. _why has done some amazing stuff when it comes to learning ruby, including the only programming book I have ever read that is actually compelling. Take a look at his poingant guide, and get started at try ruby. |
|||
|
|
|
|
Python is a very popular language to start with, and for good reason. The Python tutorial explains most of what you need to know about the language, but you will need to write your own code if you really want to learn it. Python Challenge provides a series of problems that can be solved with Python. Project Euler has a lot of problems, although many are more mathematical than programming. What you should do depends on what you want to do. Why do you want to learn how to program? Is there anything in particular you want to do with this knowledge? |
||||
|
|
|
I'd probably go for something like Python to start with, as then you can pick up basic logic, loops, variables etc etc etc. Then, either become a Python master, or move to a language specialised to the area you are interested in. PHP/ASP for web dev (or just use Python) Java for enterprise stuff C for device driver type stuff etc. I'm not suggesting these languages specifically - just that the books you'll find on these languages will likely be geared towards these areas. |
|||
|
|
|
|
Start with a software development project that closely aligns with your hobbies. Pick the language/framework that would get the job done most practically, and then stick with it for the project until its completion (or when you're satisfied with it). From that point on, you can work on other projects that would require you to learn other programming languages and other software development frameworks. While you're at it, learn how to use revision control software such as SVN or CVS (TortoiseSVN and TortoiseCVS are good choices for Windows). You can get repository space from anywhere, but this is what I use here. |
||||||||
|
|
|
I would recommend first to start playing with Javascript. What you only need is a text editor and your favorite web browser, so you will not be discouraged due to anything not directly related to programming. After a few days, if you still have the motivation, you can move on something else (Python, C++, C#...) |
||||||||||||
|
|
|
|
||||||||||||
|
|
|
It shouldn't be hard, depending on how dedicated you are. An interpreted language might be a good place to start - even JavaScript, seeing it's ready to go in your browser right now. I'm currently training one of our SysAdmins in Java (never programmed before), he's also 27. Seems to be picking up the concepts well. Of course, it is going to depend on the person. |
||||||||
|
