d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Sources Of Knowledge - Web Development > How To Become A Web Developer
Add Reply New Topic New Poll
Member
Posts: 1
Joined: Mar 22 2019
Gold: 0.00
Mar 22 2019 04:59pm
Article suggestions to start a career in web development?

This post was edited by lipebcampos on Mar 22 2019 05:09pm
Member
Posts: 2,249
Joined: Mar 5 2009
Gold: 297.58
Mar 24 2019 10:42pm
Start playing with instalation and modding Wordpress for any presentation website, Opencart/Magento for e-commerce.
Also get a host with a domain and start playing in cpanel with softaculous see what free things u have.

Learn the basics i think first to do the visual part ( html , css )
then php and mysql is welcomed also jquery...
takes time....
Member
Posts: 75
Joined: Feb 10 2019
Gold: 0.00
Apr 2 2019 07:00pm
jquery is dead in industry, not sure why you would recommend it
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Apr 3 2019 02:05pm
Quote (drwl @ Apr 2 2019 08:00pm)
jquery is dead in industry, not sure why you would recommend it


jquery is present on the vast majority of websites and is a good place to start when learning DOM manipulation and XHR. It still has a place in web development for less complicated projects. It is not dead.

I would suggest learning html 5, css 3, and plain js to make a simple static website. Everything builds off of those tools and knowing them well will save you a lot of time and frustration down the road.

Then I would suggest learning any type of database like MySql or MongoDB (nosql). In web development the database is rarely where the majority of your work is done. Put some data into your database. Then you need to make some software that can read that data and serve it to your front end. You could use a Node (JavaScript) server like Express or a Java server like Spring. Node/Express may be easier if you're unfamiliar with Java.

w3schools has information on all of this stuff and can be found here: https://www.w3schools.com/

You may want to read up on different types of software stacks like LAMP and MEAN stacks.
LAMP being the go-to stack for a long time is: Linux (OS), Apache (For serving pages and processing PHP), MySql (relational database), PHP (which can include your HTML, JS, CSS).
MEAN being a more modern stack is comprised of: MongoDB(nosql db), Express (A web app / HTTP server using node), Angular (JavaScript/TypeScript framework for creating the UI), and Node (which is required on your server to run node).
Member
Posts: 2,903
Joined: Aug 25 2009
Gold: 170.00
Apr 4 2019 02:38pm
jquery doesnt really suck that bad, but the programmers that do use it.. damn. they suck.


Anyway, fuck w3schools and fuck jquery.

Just browse the mdm of mozilla and you learn it
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll