r8025n / WA4E

Solutions to the assignments of Web Application For Everybody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Application For Everybody

This is my own solution to the online course Web application for everybody. The purpose of this online course was to get familiar with basic concept of web application development, mainly the server side development. Rather than focusing on teaching any specific development stack or framework, it's main puspose was teaching basic web concepts using HTML, CSS, JavaScript, PHP and MySQL. Secure development was another main focus of this course.

What I learnt throughtout this course:

  • Good and secure development practises
  • Server side rendering
  • Browser side rendering
  • DOM manipulation
  • Webpage interactivity
  • Request-Response cycle
  • SESSION & COOKIE
  • GET, POST, REQUEST
  • Basic CRUD operations
  • Redirect, Routing, Authentication
  • POST-Redirect-GET practise
  • HTML Injection
  • SQL Injection
  • PHP-PDO
  • Jquery and json
  • and a lots more bits and bytes of web applications

And another thing I must mention, the course instructor Dr. Charles Severance was a great mentor.

Course Link: https://www.coursera.org/specializations/web-applications

About

Solutions to the assignments of Web Application For Everybody


Languages

Language:PHP 97.4%Language:Hack 2.6%