Publishing Docker images to GitHub Container Registry with GitHub Actions 03/04/21 by Jonas Hecht Full guide showing every step necessary to publish a Docker container image to the GitHub Container Registry with GitHub Actions. Read more Leave your thoughts
Lifting an electric vehicle charger into the cloud 10/19/20 by Manfred Dreese With the increasing popularity of battery electric vehicles, privately-owned electric vehicle charger infrastructure has become more common. Read more Leave your thoughts
Golang, Gin & MongoDB – Building microservices easily 04/22/20 by Andreas Maier Golang, a.k.a. Go, has been around in the industry for quite some time now, but people are still reluctant to just go ahead and use it. To help you get started, follow me on this journey. Read more Leave your thoughts
Serverless GCP functions – Look Ma, no servers! 04/15/19 by Elisabeth Schulz Serverless computing promises to provide easily scalable applications and provide a straightforward programming model that allows developers to focus on... Read more Leave your thoughts
Managing passwords in teams with Gopass 02/14/19 by Jonas Verhoelen In software development, huge numbers of passwords need to be shared. How they are shared is critical for security as leaked secrets are targets for hackers. Gopass is a simple team password manager. Read more Leave your thoughts
Terraform Multi-Provider Deployment Including a Custom Provider 08/10/18 by Frank Rosner In this post we want combine an AWS API Gateway deployment with a Terraform custom provider resource for an EAM tool called LeanIX. Read more Leave your thoughts
Continuous Integration with Drone on AWS 02/14/18 by Daniel Hill Drone is a Continuous Delivery system built on container technology and written in Go. In this article, I show how to set up a Drone build server, running on an AWS EC2 instance. Read more Leave your thoughts
Testing with GoMock: A Tutorial 08/16/17 by Sergey Grebenshchikov This is a quick tutorial on how to test code using the GoMock mocking library and the standard library testing package testing. GoMock is... Read more Leave your thoughts
What I learned from my first Go program 05/13/15 by Dr. Raimar Falke The task Some time ago I wanted to get a feeling for Erlang and I also had a need for... Read more 2 Comments