Resources

BlackPotato Blogs

Engineering notes on data platforms, streaming, SaaS architecture, and product analytics.

Hybrid development workflow diagram: on-prem Kubernetes with kubeadm, Longhorn, and MetalLB flowing through CI/CD into an AWS EKS production cluster with IRSA, EBS CSI, load balancers, Kong Gateway, and Route 53
Latest

Hybrid Development Workflow from On-Prem to AWS

How we develop on an on-premises Kubernetes cluster and validate short-lived Amazon EKS environments — same workloads and Helm charts, different platform layer.

July 22, 2026BlackPotato Systems

Read article
Multi-tenant SaaS architecture diagram: one frontend and backend serving multiple customer workspaces with shared infrastructure and tenant isolation

One Codebase, Two Domains: How We Ship Multi-Tenant SaaS Without Per-Customer Deployments

Run trial signup on your marketing domain and daily work on each customer’s subdomain from a single codebase — without a separate frontend release for every new customer.

June 9, 2026BlackPotato Systems

Read article
Infographic comparing traditional click analytics with Friction Intelligence that detects hesitation, rage clicks, and repeat actions to improve user experience

Beyond Click Analytics: The Rise of Friction Intelligence

Learn how modern companies are moving beyond traditional page analytics toward Friction Intelligence — a new approach that detects user hesitation, frustration, cognitive overload, and hidden UX problems in real time.

May 13, 2026BlackPotato Systems

Read article
Environment as a Service (EaaS) illustration

Environment as a Service (EaaS): Revolutionizing Software Development

A cloud-native approach to spin up fully-configured dev/test/staging/prod environments on-demand — faster iteration, better reliability, and lower cost.

May 8, 2026BlackPotato Systems

Read article
ClickHouse slow queries investigation illustration

ClickHouse Slow Queries: The 5-Step Investigation Framework (Part 1)

A practical framework to identify, analyze, and fix slow ClickHouse queries using system tables and execution plans.

May 8, 2026BlackPotato Systems

Read article
Bloom filters in Apache Flink illustration

Supercharge Your Events Engine with Bloom Filters in Apache Flink

Use probabilistic data structures in Flink for event deduplication, rate limiting, and memory-efficient analytics at scale.

May 8, 2026BlackPotato Systems

Read article
Advanced bloom filter patterns illustration

Advanced Bloom Filter Patterns in Apache Flink: Beyond Basic Deduplication

Advanced patterns for time-based windows, distributed architectures, and memory optimization in high-volume Flink systems.

May 8, 2026BlackPotato Systems

Read article
DEVELOPMENT