LagAbuse.com

Unofficial Section => Programming => Topic started by: .SaLiH. on December 01, 2014, 20:00

Title: Programming..
Post by: .SaLiH. on December 01, 2014, 20:00
I want to start programming but idk how or from which program.. Anyone who could help me to start?
Title: Re: Programming..
Post by: LexMonster on December 02, 2014, 21:51
Start with PHP & Java via Netbeans (https://netbeans.org/) programm
Title: Re: Programming..
Post by: .SaLiH. on December 02, 2014, 22:09
thank you for your interest

btw can you tell me what is difference between Java SE and Java EE?
Title: Re: Programming..
Post by: div.ide on December 02, 2014, 23:37
Java EE includes variety of community-driven enterprise frameworks oriented primarily for advanced development, server usage and webapps (covering network communiaction layer, UI building, automated testing, persistence managers - I mean mapping objects to database,  list goes on). Things like Hibernate or Spring to give more specific examples.

In short, nothing you'll be concerned with, until you grasp the basics. It's an extension for Java SE, but you still need basics to have a chance of understanding anything.

Stanford university youtube channel has some of their lectures recorded and available online, particularly programming methodology (http://youtube.com/watch?v=KkMDCCdjyW8&list=PL84A56BC7F4A1F852&index=1) course covers some basic concepts of programming and basics of Java completely from scratch in a quite comprehensible way, feel free try it out, it can really help you out. First several lectures do some sort of introduction where they use custom framework for exercises and you won't be able to really do it at home, but I suggest to watch and try to understand them regardless.
Title: Re: Programming..
Post by: .SaLiH. on December 02, 2014, 23:39
thank you so much :)