Implementing MapReduce with Vanilla NodeJS (II)Recently I started to look at Handoop MapReduce framework (originally published by Google) . This along with GFS and Bigtable have…Nov 27, 2021Nov 27, 2021
Implementing MapReduce with Vanilla NodeJS (I)Recently I started to look at Handoop MapReduce framework (originally published by Google) . This along with GFS and Bigtable have…Nov 26, 2021Nov 26, 2021
A Review on SNS, SQS, and EventBridge and when to use whatI’ve been using SNS/SQS at work, and recently also tried EventBridge at my hobby project. I found them all been very useful in different…Nov 19, 20212Nov 19, 20212
Event Driven Architecture — In a NutshellEvent driven architecture has been on the market for years. It is closely linked with cloud, microservices, asynchronous workflow from its…Nov 14, 2021Nov 14, 2021
Datastore Sharding — an Overview of Strategies and ConcernsI did more learning on distributed systems this year, so would like to share some of my learning notes and experiments with you :) .Nov 9, 2021Nov 9, 2021
Design Patterns in Action(8)- ObserverA series of programming design patterns illustration with examples with JavaScript/PythonSep 27, 2021Sep 27, 2021
Design Patterns in Action(7)- ProxyA series of programming design patterns illustration with examples with JavaScript/PythonSep 26, 2021Sep 26, 2021
Design Patterns in Action(6)- FlyweightA series of programming design patterns illustration with examples with JavaScript/PythonSep 24, 2021Sep 24, 2021
Design Patterns in Action(5)- FacadeA series of programming design patterns illustration with examples with JavaScript/PythonSep 21, 2021Sep 21, 2021