Skip to content

Instantly share code, notes, and snippets.

View Svision's full-sized avatar

Changhao Song Svision

View GitHub Profile
@Svision
Svision / visa.py
Last active April 12, 2024 02:42 — forked from yaojialyu/visa.py
ais usvisa reschedule
import logging
import time
import json
import random
from datetime import datetime
import requests
from selenium import webdriver
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait
@vasanthk
vasanthk / System Design.md
Last active September 23, 2024 06:28
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?