The 40 KB File That Can Break a Server (And What It Taught Me About Zip Bombs)A 40 KB file shouldn’t be able to stress a server. But a zip bomb is exactly the kind of edge case that makes that assumption dangerous. A concept that sounds almost like a meme… until you realize howMay 16, 2026·4 min read
Amplifying ClickHouse CapacityScaling Insights: ClickHouse's Multi-Tier Storage InnovationJun 1, 2024·15 min read
Paxos - let's do this, no, let's do thatOverview Paxos is an algorithm that solves the consensus problem in a network of faulty (unreliable) processors. Leslie Lamport developed the Paxos algorithm. In simple terms, the Paxos algorithm focuses on making all the processors choose the same v...Dec 2, 2022·6 min read
Cloud Firestore in Android StudioHow to read, write and update data in Cloud Firestore - Using Android Studio and JavaJan 7, 2022·3 min read
Onboarding screen in Android ApplicationHow to make an Onboarding screen in an Android Application - Using Android Studio and JavaDec 31, 2021·7 min read
Tips to Write Better & Clean Code“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler One should always try to build good software. Good software can be judged by reading some code written in the project. I...Dec 30, 2021·3 min read