Skip to content

Latest commit

 

History

History
208 lines (163 loc) · 10.7 KB

notes.md

File metadata and controls

208 lines (163 loc) · 10.7 KB

Notes

Technologies

When multiple entities collaborate on the same Git project, conflicts may arise, which necessitate manual intervention to determine how to merge the different changes. Otherwise, merging and rebasing are both options for bringing together nonconflicting changes. See here.

Amazon EC2 provides a convenient way to set up a server that anyone can connect to. And by allocating an elastic IP address there can be a stable address at which the server can be reached. My server has been set up at 3.230.90.103. See here.

Amazon Route 53 provides a convenient way to purchase domain names and associate them with IP addresses. My site is now reachable at https://diophantinegame.com. See here.

Caddy provides a nice service that handles web certificates and direction of traffic to the site accessing either static or dynamic content. See here.

HTML

HyperText Markup Language elements allow one to structure a document in a way that makes sense both to humans and to machines. See here.

CSS

Cascading Style Sheets provide a language to style the appearance of a structured website by selecting certain elements or classes of elements and defining how they will be displayed or even animated. See here.

JavaScript

JavaScript is the programming language used in browsers to make websites interacitve, but its use has now expanded and it is also popular for backend development. See here.

Web services

Web services allow requests for more than just static content from servers. This makes interactive web applications possible. See here.

Databases

Databases allow data persistence even in the case of server resets or failures. MongoDB is a convenient system based on objects in JSON format. See here.

Foldable Instruction Topics

Instruction topics

The course covers a full stack of technologies including HTML, CSS, JavaScript, HTTP, DNS, web servers, database services, security, client side web frameworks, and progressive web applications. The instruction topics given below include assignments and projects to help you explore the concepts and demonstrate your mastery.

It is expected that you will start at the top of the list and work your way down. Make sure that you complete every assignment (marked with the ☑ icon) and submit the result in Canvas so that you can receive credit for what you have mastered.

Slides for in person discussions

Development essentials

Web servers

HTML

CSS

JavaScript

Midterm

⚠ Make sure you take the midterm in Canvas during the open period.

Web services

Web frameworks

Assorted topics

Final

⚠ Make sure you take the final in Canvas during the open period.

Legend

Icon Meaning
Important concepts, or pitfalls, to note
Assignments that you must submit in Canvas
🔑 Required reading
📖 Deeper dive reading for when you want to learn more