Skip to content

Instantly share code, notes, and snippets.

View lwatz's full-sized avatar
🎯
Focusing

Lauralyn Watson lwatz

🎯
Focusing
View GitHub Profile

Git/Gerrit 101

First, major kudos to you for setting up your developer environment! 🎉🎉

Text editor

You'll be working in a text editor called Visual Studio Code (VSCode). This is where you'll be making your changes to Codex Demo docs.

Terminal

@lwatz
lwatz / System Design.md
Created October 25, 2022 18:56 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.