CloudWatch is great for observing and monitoring resources and applications on AWS, on premises, and on other clouds. While it’s trivial to have the agent running on Linux, it’s a bit more involved for mac instances (which are commonly used as CI workers). The support was announced in January 2021 for mac1.metal (Intel/x86_64) and I […]
Overview Amazon Web Services (AWS) provides EC2 Mac instances commonly used as CI workers. Configuring them can be either a manual or an automated process, depending on the DevOps and Platform Engineering experience in your company. No matter what process you adopt, it is sometimes useful to log into the instances to investigate problems. EC2macConnector […]
New in Swift 5.5: Itโs now possible to define protocol APIs that let us use Swiftโs very convenient โdot syntaxโ to create conforming instances, which in turn can make certain protocols act more like enums, while still retaining all of the flexibility that protocols give us. For example, when applying a style to a SwiftUI […]