Words, Mostly Mine
- golang
Diving into WebSockets with Go: A Journey of Learning and Rabbit Holes · 17 mins
Learning Go by implementing WebSockets from scratch led me through binary operations, protocol intricacies, and Go concurrency concepts. This journey taught me both a new language and the inner workings of real-time communication.
- docker-swarm
Docker Swarm: The Simple, Scalable Alternative to Kubernetes · 9 mins
Docker Swarm offers a simpler, more streamlined alternative to Kubernetes for deploying containerized applications. This guide walks through an automated deployment script that handles everything from building images to securing secrets and deploying your stack with a single command.