Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.61 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.61 KB

BYU Web Programming cs260

cover

Welcome to Web Programming 260. By the end of this instruction you will:

  • Understand how the world wide web works at a high level
  • Master the basics of frontend web application development
  • Master the basics of web application services
  • Be familiar with fundamental web application technologies
  • Have created your own full stack web application

The course hosts all the repositories for the instruction and assignments. This includes interacting with CodePen assignments, building a demonstration application, and creating and hosting your own startup web application.

Technologies and Instruction

The course covers a full stack of web programming technologies and topics.

Technologies

  • Command console
  • HTML
  • CSS
  • JavaScript
  • Responsive design
  • Domain Names and DNS
  • HTTP, HTTPS, and web certificates
  • Web Servers demonstrated with AWS
  • Web Services
  • Web Frameworks focusing on React
  • Data Services demonstrated with MongoDB
  • Mobile devices with Progressive Web Applications
  • Realtime peer to peer interaction with WebSocket
  • Security
  • UI Testing
  • Web design

Acknowledgements

The instruction makes extensive use of MDN Web Docs and we highly encourage you to spend many hours getting lost in their exceptional content.

React is used to demonstrate the power of web frameworks. Without the significant contributions of the React community we would not be able to stand on the shoulders of giants.

Much appreciation goes to CodePen for hosting many of the exercises and instruction examples.

Amazon Web Services made it possible to experiment with DNS, create web servers, and host the project content

The demonstration application Simon is based on the game by Milton-Bradley. Simon is a registered trademark of Hasbro. Our use of the name and the game is for non-profit educational use only. No part of the Simon code should be used outside of that definition.