Getting Started with Swift Package Manager (SPM)

Swift Package Manager (SPM) is a powerful tool provided by Apple for managing dependencies in Swift projects. It simplifies the process of integrating third-party libraries and frameworks into your projects, ensuring a smooth development experience. Prior to SPM, I had used cocoapodswhich is still indeed an active project, but with native support either Xcode baked in, […]

A TPM’s Birdseye Run-Through Introducing Kafka, Kubernetes, and Go

In the ever-evolving landscape of software development, developers are constantly seeking tools and frameworks that can enhance productivity and scalability. Three technologies that have gained immense popularity in recent years are Golang, Kafka, and Kubernetes. Each of these technologies serves a distinct purpose in the development and deployment of modern applications. In this article, we […]