Nathan
@nathanagez
ID: 884535288243957761
10-07-2017 22:10:21
211 Tweet
47 Followers
103 Following
6 common caching design patterns to execute your caching strategy Awesome blog post by Alex DeBrie, bravo! gomomento.com/blog/6-common-…
Hello Alex DeBrie / Rick Houlihan, is it worth to implement write sharding if I have a slow write traffic but a high read traffic? For instance, I have a PK=USER and a SK=USER#ID to retrieve all users (~12000 users), what do you recommend? Thanks!
Hi Eric Evans, let's assume I have an Aggregate named package and this package have a one-to-many relation with another entity of type platform. Is it a good practice to inject a package repository and a platform repository in a package Factory to build my Package entity?