• iOS

    Naive Networking with Combine in Swift

    Combine 是苹果在 WWDC 提出的两大开发框架之一,该框架提供了一个声明式的 Swift API 去处理异步的事件。本文主要结合基于 Moya 并结合 Combine 自定义了一个简单的网络抽象层,在结合响应式编程的同时又能优雅地对网络请求的数据流进行处理。

  • Cloud Native Infrastructure: Part 2 Monitoring

    The post introduces the combination of Prometheus and Grafana.

  • Cloud Native Infrastructure: Part 1 Service Discovery

    Service discovery components maintain a list of service instances that are available for work within a microservice domain. The post introduces the basic usage of Consul.