The code for starting in web development
- Database Creation -
CREATE DATABASE - Table Creation -
CREATE TABLE ... INSERTstatementUPDATEstatementSELECTstatementDELETEstatement- BASIC CLAUSES -
WHERE,LIKE... - SQL FUNCTIONS -
now(),COUNT(),SUM()...
Let' say for example you choose to use PHP as your backend programming language. You need to learn it's fundamentals and importantly the following:
- How php routing works?
- Object Oriented Programming
- Using MySQL in PHP
- HTTP methods -
POST,GET,PUT... - HTTP Headers -
location: [url],Accept: [type]...
- Fundamentals of HTML + CSS
- This part of learning is just about creating a user interface.
- Javascript Programming. You need to learn the following.
- Object Oriented Programming
- Dynamic Content
- Event Handling/ Event Listeners
- JSON - Javascript Object Notation
(non-beginner) - AJAX - Asynchrous Javascript and XML
(non-beginner)
Front-end libraries that will help to boost your productivity
- Twitter Boostrap ( https://github.com/twbs/bootstrap )
- Jquery ( https://github.com/jquery/jquery )