1 follower
Do the difficult things while they are easy and do the great things while they are small. A journey of a thousand miles must begin with a single step — Lao Tzu
I'm making progress (as a software engineer). Article count: 81 articles. · Hi This blog is for listing what I have study/done during my career. I hope...
Distributed System design has made a long run since 1960s and it influences the way we create software these days. · Let's shout out to Eric Brewer for...
Prerequisite Please download Docker before Detail instructions Step 1: prepare docker-compose.yml Step 2: start docker-compose file Step 3:...
And how Elasticsearch cope with changes on data to make it searchable as soon as possible ? · Elasticsearch has been proved as the most popular search...
Assume that your boss needs you to find a solution to store 1024 GB data related to customer’s orders for analyzing purpose. Question 1: How data...
In Spring Framework, there is a filter whose name is DelegatingFilterProxy which its responsibilty is to proxy (wrap) the lifecycle of the real Filter...