本文简要介绍了两篇基于 SGX 进行的存储相关的安全优化的工作,SPEICHER 和 ShieldStore。这两篇工作发表的时间是平行的,两者具有相同的切入点,但基于两者的数据结构有不同的侧重点。
Combine 是苹果在 WWDC 提出的两大开发框架之一,该框架提供了一个声明式的 Swift API 去处理异步的事件。本文主要结合基于 Moya 并结合 Combine 自定义了一个简单的网络抽象层,在结合响应式编程的同时又能优雅地对网络请求的数据流进行处理。
The post introduces the combination of Prometheus and Grafana.
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.