LinkedIn’s Kafka paper: Real-time log processingThe messaging queue and log aggregator hybridJan 6Jan 6
Facebook’s TAO: Distributed Social GraphReading Facebook’s paper to understand how they handle the data store for their social graphDec 8, 2024Dec 8, 2024
Paxos Made Simple, in plain EnglishReading Leslie Lamport’s Paxos made simple paper and an attempt at making it simplerNov 29, 2024Nov 29, 2024
Rearchitecting Kubernetes for the Edge: The paperDoes eventual consistency slow down Kubernetes?Nov 29, 2024Nov 29, 2024
Zanzibar: the distributed authorization standard?Google’s distributed authorization system powering apps like Google Photos, Drive, YouTube, Google Cloud and Google MapsNov 22, 2024Nov 22, 2024
Lessons from Amazon’s DynamoDb paperLearning from Amazon’s experiences with distributed NoSQLNov 16, 2024Nov 16, 2024
Amazon’s Dynamo — Foundations of Cloud NoSQLTaking a look at the Dynamo white paper that laid the foundations of DynamoDbNov 12, 2024Nov 12, 2024
DNS: A backstage pass to the internet’s glamorous name game!Explore the critical role of DNS in navigating web communicationJan 30, 2024Jan 30, 2024
Database Transactions: Where commitment isn’t scary!Unlocking the power of consistency.Jan 26, 2024Jan 26, 2024
Functional Reactive Programming — An introductionTo explain what functional reactive programming is, let’s look at reactive programming first. Reactive programming is the idea of…Mar 4, 2022Mar 4, 2022
AMQP (RabbitMQ) vs Kafka for asynchronous communicationSo you have decided to use asynchronous communication between your services/applications and now need to decide how to implement it. The…Feb 28, 2022Feb 28, 2022
Creating scroll animations similar to Apple’s AirPods Pro pageLearn how to create the awesome scroll effects that Apple has on its website for some of its productsFeb 17, 20221Feb 17, 20221
React Hooks vs Redux for application state managementWhen you wound want to use Hooks and/or ReduxOct 12, 2021Oct 12, 2021
Creating a Discord trivia bot in Java using JavacordWrite your own bot that helps you play trivia on your Discord serverApr 24, 2021Apr 24, 2021
Automated End-to-End Testing with Cypress and Husky Pre-Commit hooksHow you can use Cypress and Husky together to build a pre-commit testing hook for your applicationMar 8, 2021Mar 8, 2021