Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

112 total results found

Elastic Search Cheatsheet

Cheat Sheets Database

What is it? a convenience wrapper around Lucene to allow for fast searching in a distributed system it stores data itself across multiple horizontal nodes data are stored in JSON documents excels at full-text search near real time search results, making it su...

Fundamentals

Cheat Sheets Message Queues / Stream Processing

Push Type Message Queue optimized for latency messages are pushed out as soon as they arrive client (consumer) is lightweight load balancing amount competing consumers flow control hard to configure the push speed when not knowing the current work load of...

Cassandra Cheatsheet

Cheat Sheets Database

ref: Jordan Key characteristics WideColumnStore Eventual Consistency Tunable ACID LSM Tree Index Bloom filter Designed for single partition read and write It's recommended that read and write of the same data go to the same shard Index no global secondary...

CI/CD

Cheat Sheets DevOps

What is CI/CD? Continous Integration and Continouse Delivery an automated workflow that simplifies testing and deployment when a feature is pushed, it triggeres automated testing, then if everything is ok, changes are merged to release branch, and when condit...

Apache Flink

Cheat Sheets Message Queues / Stream Processing

Stream Processing Frameworks Key Use Cases: Real-time analytics: Fraud detection, anomaly detection, recommendation systems Data pipelines: ETL (Extract, Transform, Load), data ingestion, data enrichment Stream processing: IoT data processing, financial ma...

K8S Interview Questions

Cheat Sheets DevOps

Explain Kubernetes Architecture API server, controller manager, scheduler, etcd kubelet, kube-proxy, POD, containers What is container orchestration create/updaste/delete containers automatically based on the deloyment needs autoscaling What is a context ...

DB Design Tips

Cheat Sheets Database

Don't use business related field as primary key business related fields examples: individual tax number, national company number, etc it's not a good idea: some business related field data may change don't have control over this field (format may change in f...

Kafka Cheatsheet

Cheat Sheets Message Queues / Stream Processing

Kafka Fail Reason 1: Lack of Expertise and Resources scaling and implementing Kafka solutions requires a high degree of expertise installation, development, operations underprovisioned configuration results in high risk of system failures, but overprovisioned...

Flutter Cheatsheet

Cheat Sheets

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

Control Plane Installation

ETI K8S

Install Containerd Installation Instructions

TUYA Documents

ETI

CloudWatch

AWS

Core component of CloudWatch Metrics collects performance data points, like EC2 CPU, or # of reqests to a Lambda function Logs a centralized service for collecting, storing, and analyzing log files Alarms set a threshold on any metric Dashboards Even...