Evolution of a Programmer
Does it really matter what was the programming language you learnt first ?
Once you step into any engineering college it is highly probable that you'll land with a programming job. The whole 4years go as a pre-planned vacation. But, there are stages which everyone has to go through, sooner or later. Let's see the various stages of evolution you've gone through to become a programmer as you're now.
Baby steps with VBA

Probably you always wondered how this programs work and you started with VBA as it was easy to use and develop some useful things and get things done.
Step - 2:
Say hello to the world with extinct TC++ IDE.
You're lucky if you've even heard of gcc then. You only knew TC+++ and didn't know what to do without that #include<conio.h>.
A bit more sophisticated code
Step - 3:
Learning the data structure and sorting algorithms (I know what you did this summer, LOL)
This book has always helped. One of the best books that briefly describe DS.
Tree and graphs were cool to work with.
Step -4 :
Linux. Trust me man; it's cool.
Hey, how do I get out of this thing ?
Step - 5:
Learning an OOPL; C# or Java
Hello, World! How you doing?
Successfully able to create and work with objects. Objective to learn an OOPL achieved.
Step - 6:
Call him a Software Engineer/ System Engineer/ Developer etc...
Step - 2:
Say hello to the world with extinct TC++ IDE.

A bit more sophisticated code
Step - 3:
Learning the data structure and sorting algorithms (I know what you did this summer, LOL)

This book has always helped. One of the best books that briefly describe DS.

Step -4 :
Linux. Trust me man; it's cool.

Hey, how do I get out of this thing ?
Step - 5:
Learning an OOPL; C# or Java

Hello, World! How you doing?

Successfully able to create and work with objects. Objective to learn an OOPL achieved.
Step - 6:
Call him a Software Engineer/ System Engineer/ Developer etc...

Went through 2 months of extensive training program to understand that Eclipse is indeed better than NetBeans. You also learned that there's something better than notepad to write code in.
Now, I can code any shit you tell. After all, I know how to create packages and run a java program.
Now that I'm a programmer, after all.
Comments
Post a Comment