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

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

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

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

  • Resize,w 360,h 240
    中心化 vs 去中心化

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

  • GitHub Productivity Tips

    “Suggested Changes” featuretag suggestion author can apply the suggestio...

  • Swap Nodes in Pairs

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

  • ARTS 第0周

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

  • 关于API Gateway cache的思考

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

  • Resize,w 360,h 240
    Twitter - Dynamic configuration

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

  • Reverse string

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