Resume resources

Reference MonkeyLearn: Word Cloud cresuma: Find Action Word cresuma: 200+ Action Verbs you Should Immediately Try on Your Resume cresuma: 90 Killing Resume Buzzwords to Avoid & Include in 2023 TealHQ: How to Write a Targeted Resume TealHQ: How to Use ChatGPT to Write Your Cover Letter ZipRecruiter: Data Engineer Must-Have Resume Skills and Keywords

April 4, 2018 · 1 min · 55 words · Eric

System Design Practice - MyTube  [draft]

Typical Steps Defining the requirements. Estimating capacity requirements. Going Over High Level Design. Looking at each individual components.

November 10, 2017 · 1 min · 18 words · Eric

Running Concept

Maximum heart Rate = 208 - 0.7 * age For example, if you are 34 years old this year, your maximum_heart_rate will be 146.8 = 208 - 0.7 * 34.

October 31, 2017 · 1 min · 30 words · Eric

System Design Note - Core Concept  [draft]

Vertical Scaling vs Horizontal Scaling Vertical Scaling scale-up, add more CPU/Memory/Disk on the same server. Horizontal Scaling scale-out, add more servers. Load Balancer (LB) A Load Balancer is a device/service that sits between the user and the server group, and act as an invisible facilitator, ensuring that all resource servers are used equally. Load Balancing can optimise the resource time and avoid unevenly overloading some compute nodes while other compute nodes are left idle....

October 31, 2017 · 1 min · 134 words · Eric

Homebrew on macOS

Brew Install 1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Housekeeping with Homebrew 1 brew update && brew upgrade && brew doctor && brew autoremove && brew cleanup Reference Install Guide: Housekeeping with Homebrew

June 4, 2017 · 1 min · 32 words · Eric