Viewing profile — ronmex
ronmex
HN member- Joined
- Fri, Oct 25, 2019, 8:32 PM UTC
- HN karma
- 28
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ronmex
No profile information was provided.
Recent public activity
-
comment
Comment #22730298
I'm surprised many people don't understand your comment - I had the same thoughts. gRPC provides a very nice way to describe event driven microservices using their "stream" keyword…
-
comment
Comment #22406953
Looks like Akka Cluster for rust?
-
comment
Comment #21817089
I'm surprised that the overall sentiment of the comments indicates that gcloud's offerings are inferior to aws / azure. I've worked with all of the clouds and have found Google to …
-
comment
Comment #21457380
Look into Bazel, so far it has been a dream.
-
comment
Comment #21358993
You can use apache ignite as a caching layer over your db. (Or as a db itself). You can then register a ContinuousQuery to listen for changes. A grpc service can be stood up to str…