Skip to content
@webprogramming260

BYU Web Programming cs260

BYU Web Programming cs260

cover

Welcome

Web programming gives you practical experience with important aspects of computer science. This includes distributed systems, security, concurrency, networking, caching, data structures, databases, asynchronous execution, protocols, and efficiency.

The content for this course is represented by the following parts.

Outcomes

By the end of this instruction you should achieve the following outcomes:

  1. Web Pages: Create interactive web applications using HTML, CSS, and JavaScript.
  2. Web Frameworks: Modularize, build, and package an application using a web framework.
  3. Web Services: Create a backend service using DNS, HTTPS, WebSocket, service endpoints, authentication, and data persistence.
  4. Infrastructure: Deploy applications and manage code.
  5. Security and Design: Appreciate production web application security and design practices.

Technologies

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.

Pinned Loading

  1. simon-html simon-html Public

    Simon implemented with HTML

    HTML 2 50

  2. simon-javascript simon-javascript Public archive

    Simon implemented with JavaScript

    JavaScript 1 10

  3. simon-react simon-react Public

    Simon using the React web framework

    JavaScript 3 27

  4. simon-db simon-db Public

    Simon with authentication

    JavaScript 2 16

  5. simon-service simon-service Public

    Simon with service support

    JavaScript 2 17

  6. simon-websocket simon-websocket Public

    Simon with peer communication using WebSocket

    JavaScript 2 10

Repositories

Showing 10 of 15 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…