Skip to content

This repository is the code recipe to get started in web development. This summaries the fundamentals/necessary things to learn the web development the RIGHT AND FASTER WAY.

License

Notifications You must be signed in to change notification settings

llupRisinglll/WebDev-Starter-Pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

WebDev-Starter-Pack

The code for starting in web development

Summary of things to learn

Learn the Following

Basic SQL DATABASE Syntax

  • Database Creation - CREATE DATABASE
  • Table Creation - CREATE TABLE ...
  • INSERT statement
  • UPDATE statement
  • SELECT statement
  • DELETE statement
  • BASIC CLAUSES - WHERE, LIKE ...
  • SQL FUNCTIONS - now(), COUNT(), SUM()...

Backend Programming

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:

  1. How php routing works?
  2. Object Oriented Programming
  3. Using MySQL in PHP
  4. HTTP methods - POST, GET, PUT...
  5. HTTP Headers - location: [url], Accept: [type]...

Frontend Programming

  1. Fundamentals of HTML + CSS
    • This part of learning is just about creating a user interface.
  2. 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)

Libraries

Front-end libraries that will help to boost your productivity

About

This repository is the code recipe to get started in web development. This summaries the fundamentals/necessary things to learn the web development the RIGHT AND FASTER WAY.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published