PinnedDistributed Database — ReplicationUnder the umbrella of Distributed Databases, replication is an essential capability that ensures data availability, consistency, and …Sep 3, 2024Sep 3, 2024
Hadoop for Toddlers — Part 1: Why Hadoop ?Assume that your boss needs you to find a solution to store 1024 GB data related to customer’s orders for analyzing purpose.Feb 21, 2021Feb 21, 2021
Proxy Pattern and DelegatingFilterProxy in Spring FrameworkIn Spring Framework, there is a filter whose name is DelegatingFilterProxy which its responsibilty are to proxy (wrap) the lifecycle of…Aug 30, 2019Aug 30, 2019
How does Spring initialize under the hood ? — Part 1Who will take responsibility to create Spring Container ?. To answer this question, we will dive deeply into to the most ancient package…Jul 24, 2019Jul 24, 2019
How does Spring initialize under the hood ? — Part 3In this part, we will delve into what happend after basic initialization had been done in Part 1 and Part 2Jul 24, 2019Jul 24, 2019
How does Spring initialize under the hood ? — Part 2What will happened next when method onStartup() is triggered ?Jul 24, 20192Jul 24, 20192