Skip to main content

Cheat Sheets

Fundamentals

DSA

Database

System Design

Message Queues / Stream Processing

Configuration Notes

DevOps

Markdown CheatSheet

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

OpenAPI V3.0 Syntax CheatSheet

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

Proto3 CheatSheet

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

Golang CheatSheet

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

Javascript Advanced

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

Finances

Nginx Cheatsheet

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

Message Broker / Stream Processing Cheatsheet

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

Flutter Cheatsheet

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

AWS Cheatsheet

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

P2P CheatSheet

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