We use the Go programing language for a lot of the high throughput pieces of our infrastructure with SMS Junk Filter - https://smsjunk.com… (more…)
Read more »
Docker is a containerization technology. It allows one operating system to host different environments, without using virtual machines. It is also cross-platform : containers can be run in Linux, OSX and Windows. (more…)
Read more »
Ghost 1.0 was released today and has had a complete revamp. Got 5 minutes? You can check it out with Docker without installing anything on your PC. (more…)
Read more »
Learn about multi-OS/hybrid clusters with Docker - how to create them, why they're important and see it in action with the OpenFaaS serverless framework. (more…)
Read more »
Just Give Me the Code Fine...here you go. Motivation Consider the following Dockerfile: FROM scratch ADD ca-certificates.crt /etc/ssl/certs/ ADD main / CMD ["/main"] Since go is a compiled language, we can make our image lightweight by basing it... (more…)
Read more »