Docker

How to Containerize a Golang App With Docker for Development and Production

Do you want to write a Golang app which is containerized with Docker? The purpose of this article is to help you quickly get your Golang App containerized for development (with hot-reload) and production purposes. ...

July 2, 2022 · 6 min · 1079 words · Bartlomiej Mika
Docker

Docker Learning Resources for Absolute Beginners Programming With Golang

Recently I was working on an open-source project which I wanted to dockerize - problem is I had no idea experience. In this post I’ll list all the resources I used to learn docker. ...

August 28, 2021 · 2 min · 316 words · Bartlomiej Mika
Peercoin

How to Setup Peercoin on Raspberry Pi for Headless Minting

Would you believe you can participate in cryptocurrency production using a simple Raspberry Pi computer? No need for powerful ASIC miners! Peercoin is an interesting altcoin that has minting capability built-in, and minting is the ability to create new coins from the ones you already have. In this tutorial, you’ll learn how to set up a dedicated Raspberry Pi computer to mint the Peercoins in your wallet. ...

July 26, 2020 · 5 min · 939 words · Bartlomiej Mika