Any developers here? What's the best way to get started in web development?

Status
Not open for further replies.

Arkitech

Diamond Member
Apr 13, 2000
8,356
4
76
I've always had an interest in Web development and I'm curious what would be needed to get into an entry level position. Also for a person new to the field what specifically would you recommend I begin studying? HTML5, Drupal, PHP, Sharepoint, etc.. Are certs useful for developers just getting started?
 

purbeast0

No Lifer
Sep 13, 2001
53,664
6,547
126
probably to get serious you would need either a cs degree or a lot of real world experience doing development.

i would not recommend shit like drupal, sharepoint, or wordpress. those are pre-built systems, you want to start at the lower level.

personally i would recommend javascript, with a strong emphasis on jquery. then with that you also want to know how to use html and css to make the pages look pretty.

backend i'd recommend java or groovy. groovy is like shorthand java.

then you'd want to learn about database concepts. you can just go for any old mysql db, or if you want to try learning a nosql database, i'd recommend mongo because it stores documents in a form that is very close to what you will be using a lot in javascript (json).

one neat stack i'd like to mess with at some point if i ever have a project i want to start working on would be the MEAN stack. it's a really light weight primarily javascript stack, including server side.
 

blackdogdeek

Lifer
Mar 14, 2003
14,453
10
81
I'd recommend knowledge of HTML, CSS and PHP (or some similar server-based scripting language). You should be able to download a free LAMP stack (or its equivalent depending on the OS of your system) which will provide everything you need to build and test your own websites on your desktop/laptop.
 
Status
Not open for further replies.