Live data from Hacker News

Viewing profile — ronmex

ronmex

HN member
Joined
Fri, Oct 25, 2019, 8:32 PM UTC
HN karma
28
Public activity
5 items

About ronmex

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #22406953

    Looks like Akka Cluster for rust?

  3. 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 …

  4. comment
    Comment #21457380

    Look into Bazel, so far it has been a dream.

  5. 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…