Skip to main content

Recently Updated Pages

Data Transfers

ETI

TUTK V1GX3K4WXUC6B672333C 5HBNK58NJ83F57L2333C 193RAF6L3G3CA4E4333C LTYCEUA33JBETG7B333C 427M...

Updated 1 month ago by Logan

CLI

AWS

# to get caller identity: $ aws sts get-caller-identity

Updated 2 months ago by Logan

CloudWatch

AWS

Core component of CloudWatch Metrics collects performance data points, like EC2 CPU, or # of re...

Updated 2 months ago by Admin

AWS RDS Best Practices

Database RDS

upg.bin.enc reference: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_BestPractices....

Updated 4 months ago by Admin

TUYA Documents

ETI

Updated 5 months ago by Admin

P2P CheatSheet

Cheat Sheets

What is P2P? It's a general term to describe two machine can communicate directly with each other...

Updated 6 months ago by Logan

AWS Cheatsheet

Cheat Sheets

Get current logged in user $ aws sts get-caller-identity { "UserId": "AIDA3C6FL2I6WTCTDQ5V7",...

Updated 6 months ago by Logan

Control Plane Installation

ETI K8S

Install Containerd Installation Instructions

Updated 6 months ago by Admin

Flutter Cheatsheet

Cheat Sheets

Print dependencies tree flutter pub deps -s tree How to get virtual device storage on host machi...

Updated 8 months ago by Admin

Kafka Cheatsheet

Cheat Sheets Message Queues / Stream Processing

Kafka Fail Reason 1: Lack of Expertise and Resources scaling and implementing Kafka solutions re...

Updated 9 months ago by Admin

DB Design Tips

Cheat Sheets Database

Don't use business related field as primary key business related fields examples: individual tax...

Updated 9 months ago by Admin

Elastic Search Cheatsheet

Cheat Sheets Database

What is it? a convenience wrapper around Lucene to allow for fast searching in a distributed sys...

Updated 9 months ago by Admin

Database Indexes

Cheat Sheets Database

B-Tree Index Pros: fast read, fast range query no limit on number of keys Cons: slow writes ...

Updated 9 months ago by Admin

Database Replications

Cheat Sheets Database

Sync vs Async replication sync ensures strong consistency, but slower writes async ensures faste...

Updated 9 months ago by Admin

Database Comparisons

Cheat Sheets Database

SQL Databases relational normalized data (minimum duplicate data) Uses B Tree or B+ Tree inde...

Updated 9 months ago by Admin

Redis Cheatsheet

Cheat Sheets Database

Key Points in-memory, key-value store supports string, int, hash(map<string, string>), list, set...

Updated 9 months ago by Admin

MongoDB Cheatsheet

Cheat Sheets Database

Feature easy to use, well documented similar to SQL B-Tree ACID Transactions Single Leader R...

Updated 9 months ago by Admin

PostgreSQL CheatSheet

Cheat Sheets Database

PostgreSQL is: open sourced supports both relational and non-relational (JSON) queries for dynam...

Updated 9 months ago by Admin

GORM CheatSheet

Cheat Sheets Database

Import import ( "gorm.io/driver/mysql" "gorm.io/driver/postgres" "gorm.io/gorm" ) func mai...

Updated 9 months ago by Admin

Fundamentals and High Level Overview

Cheat Sheets System Design

System Design Process Gather requirments Back of envelope calculations API design Architectual d...

Updated 9 months ago by Admin