Skip to main content

Recently Updated Pages

Redis Cheatsheet

Cheat Sheets Database

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

Updated 11 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 11 months ago by Admin

PostgreSQL CheatSheet

Cheat Sheets Database

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

Updated 11 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 11 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 11 months ago by Admin

Message Broker / Stream Processing Cheatsheet

Cheat Sheets

Stream Processing a broker between producers and consumers broker deals with TCP/UDP connection...

Updated 11 months ago by Admin

K8S Interview Questions

Cheat Sheets DevOps

Explain Kubernetes Architecture API server, controller manager, scheduler, etcd kubelet, kube-pr...

Updated 11 months ago by Admin

Apache Flink

Cheat Sheets Message Queues / Stream Processing

Stream Processing Frameworks Key Use Cases: Real-time analytics: Fraud detection, anomaly detec...

Updated 11 months ago by Admin

CI/CD

Cheat Sheets DevOps

What is CI/CD? Continous Integration and Continouse Delivery an automated workflow that simplifi...

Updated 11 months ago by Admin

Nginx Cheatsheet

Cheat Sheets

Configuration files /etc/nginx/nginx.conf /etc/nginx/sites-available/* /etc/nginx/sites-ena...

Updated 11 months ago by Admin

Proto3 CheatSheet

Cheat Sheets

Why Protocol Buffers? Protocol buffers are Google's language-independent, platform-independent, ...

Updated 11 months ago by Admin

Golang CheatSheet

Cheat Sheets

Zero Values integer: 0 float: 0.0 boolean: false strings: "" channel, map, slice, pointer, f...

Updated 11 months ago by Admin

OpenAPI V3.0 Syntax CheatSheet

Cheat Sheets

OpenApi 3.0 specification in Yaml format contents can be written in separate files, and reference...

Updated 11 months ago by Admin

Markdown CheatSheet

Cheat Sheets

Basic Syntax These are the elements outlined in John Gruber’s original design document. All Markd...

Updated 11 months ago by Admin

Javascript Advanced

Cheat Sheets

The + Operator converting the given expression to a number +(new Date()) // 1593565210654 +tru...

Updated 11 months ago by Admin

Cassandra Cheatsheet

Cheat Sheets Database

ref: Jordan Key characteristics WideColumnStore Eventual Consistency Tunable ACID LSM Tree Index...

Updated 11 months ago by Admin

Fundamentals

Cheat Sheets Message Queues / Stream Processing

Push Type Message Queue optimized for latency messages are pushed out as soon as they arrive ...

Updated 11 months ago by Admin

Network Protocols

Cheat Sheets System Design

HTTP, WebSocket, gRPC, WebRTC original post: GetStream Communication Protocol? a protocol is ...

Updated 11 months ago by Admin

Trees

Cheat Sheets DSA

Types of trees Binary Tree Binary Search Tree left child < node < right value AVL Tree se...

Updated 11 months ago by Admin

Definitions

Cheat Sheets DSA

Bloom Filter Searching for a key in a cache system might take a long time in a LSM tree because ...

Updated 11 months ago by Admin