Skip to content

Instantly share code, notes, and snippets.

View KianaH's full-sized avatar
🎯
Focusing

Kiana Harrell KianaH

🎯
Focusing
View GitHub Profile
@lmcneel
lmcneel / remove-node-modules.md
Last active June 6, 2024 06:20
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a
@vasanthk
vasanthk / System Design.md
Last active June 21, 2024 07:23
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?