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 June 16, 2025 01:44 — 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 July 3, 2025 14:06
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?