E.Y.·Nov 27, 2021Implementing 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…
E.Y.·Nov 26, 2021Implementing 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…
E.Y.·Nov 19, 2021A 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…A response icon2A response icon2
E.Y.·Nov 14, 2021Event 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…
E.Y.·Nov 9, 2021Datastore 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 :) .
E.Y.·Sep 27, 2021Design Patterns in Action(8)- ObserverA series of programming design patterns illustration with examples with JavaScript/Python
E.Y.·Sep 26, 2021Design Patterns in Action(7)- ProxyA series of programming design patterns illustration with examples with JavaScript/Python
E.Y.·Sep 24, 2021Design Patterns in Action(6)- FlyweightA series of programming design patterns illustration with examples with JavaScript/Python
E.Y.·Sep 21, 2021Design Patterns in Action(5)- FacadeA series of programming design patterns illustration with examples with JavaScript/Python