240 发简信
IP属地:伊利诺伊州
  • ARTS 第1周

    ARTS 介绍 时间:3.25 - 3.31 Algorithm Swap Nodes in PairsReview 中心化 vs 去中心化Tip GitHub Produc...

  • 关于生产者和消费者时间间隔的思考

    背景 使用实时的、分布式的流处理平台(比如 Apache Kafka) 消费者在意生产者生产消息时刻的资源状态 问题 从生产者生产消息到消费者消费消息是有时间间隔的,在这个间...

  • 120
    中心化 vs 去中心化

    主题 如今的互联网世界是中心化的世界(Google, Facebook, Apple, Microsoft, etc.), 去中心化似乎带有更多的互联网基因(虽然如此,互联网...

  • GitHub Productivity Tips

    “Suggested Changes” featuretag suggestion author can apply the suggestions with a commi...

  • Swap Nodes in Pairs

    Problem - Swap Nodes in Pairs Solution 1(in Go) - Swap the two nodes by Next link Solut...

  • ARTS 第0周

    ARTS 介绍 时间:3.17 - 3.24 Algorithm Reverse stringReview Twitter - Dynamic configurationTi...

  • 关于API Gateway cache的思考

    问题背景 API Gateway 需要缓存,以防止microservice无回应的时候提供缓存数据 If there are failures in the backend ...

  • 120
    Twitter - Dynamic configuration

    目标 高效地浏览和更新配置 无需app重启改变系统行为 Twitter ConfigBus动态配置服务 存储配置的数据库 分发配置的pipeline 架构 ConfigBus...

  • Reverse string

    Problem O(1) space complexity reversing a character array Solution(in Go) Official expl...