Understanding the CAP Theorem and its Applications in Open Source ToolsThe CAP Theorem, also known as Brewer’s Theorem, is a fundamental principle that describes the inherent limitations of distributed database…May 3, 2023May 3, 2023
A Comprehensive Guide to Window Functions in SQLWindow functions are a powerful tool in SQL that allow you to perform complex calculations on groups of rows within a query result set. In…Apr 27, 2023Apr 27, 2023
The 2038 Problem: A Ticking Time Bomb in Embedded SystemsAs we approach the year 2038, a looming technological crisis is drawing nearer, and it threatens to disrupt countless embedded systems…Apr 25, 20231Apr 25, 20231
System Design Series: CachingIn this post, we’ll talk about caching, a technique used to speed up the loading of pages and applications. We’ll see how caching works…Mar 30, 2023Mar 30, 2023
System Design Series: ProxiesIn my ongoing journey to learn more about system design, I’ve been exploring the concepts of Proxy and Reverse Proxy. As someone who is…Mar 29, 2023Mar 29, 2023
System Design Series: DatabasesAs someone who is interested in system design, I’m constantly fascinated by the different components that make up modern computer systems…Mar 26, 2023Mar 26, 2023
System Design Series: Client-server modelAs someone who is interested in computer networking, I’m constantly fascinated by the different architectures and models that underpin our…Mar 25, 2023Mar 25, 2023
System Design Series: Network ProtocolsAs someone who is interested in computer networking, I’m constantly fascinated by the complex systems and technologies that underpin our…Mar 24, 2023Mar 24, 2023
System Design Series: Sharding vs ReplicationAs someone who is studying system design, I’m constantly looking for ways to test and improve my knowledge. That’s why I’ve decided to…Mar 23, 20231Mar 23, 20231
Solving a few functional programming exercises using ElixirRecently I started studying Elixir Lang as a hobby. I started listening to some podcasts, watched some videos on Youtube, and read how…May 17, 2022May 17, 2022