Skip to content

Instantly share code, notes, and snippets.

View Arvind644's full-sized avatar
🎯
Focusing

Arvind Singharpuria Arvind644

🎯
Focusing
View GitHub Profile
@Arvind644
Arvind644 / readme-template.md
Created April 3, 2024 17:19 — forked from meg-gutshall/readme-template.md
A README.md template I created from a few different resources. It's a work in progress. ;) Please comment below with any suggestions for edits!

Project Title

Description: A few sentences about your project and/or overview that explains what your project is about.

Build Status and Code Style

Build status of continuous integration (travis, appveyor, etc.) and code style (xo, standard etc.). It's common to include status badges here so contributors and prospective end-users can see the status of your project at a glance. Just don't go too crazy or it will look like a mess.

Find status badges at the follow sites: >- Shields.io

@Arvind644
Arvind644 / README.md
Created May 13, 2021 05:13 — forked from dims/README.md
Kubernetes Resources
@Arvind644
Arvind644 / System Design.md
Created May 9, 2021 09:42 — 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?