View Single Post
  #2  
Old 06-07-2013, 11:47 AM
Nirgon Nirgon is offline
Banned


Join Date: Jun 2011
Location: Ruins of Old Paineel
Posts: 14,480
Default

Java, SQL, Javascript, HTML (And CSS if you want to do it like a civilized practitioner of the arts)

Combining Java/SQL you will want to learn Hibernate and Spring.

Trust me.

As far as good programming styles, get used to the Sun standard of code formatting (aka something that is cleanly readable by most) and naming conventions all around on the above noted.

Learning how to make code that does stuff and code that is maintainable is another matter. Once you've nailed the basics and practiced them a bit, learn some design patterns like Factory, MVC, Observer, State and maybe Singleton.

Good Javascript stuff to learn would be Sencha (EXTJS) and jQuery (powerful, maybe a little challenging).

It's a marathon not a race. Stack Overflow is your friend... and of course... practice, practice, practice.

PM me if you don't know where to start bud.
Reply With Quote