Hugo

How to Install Hugo with Docker

The purpose of this article is to help you setup a personal blog as quickly as possible using hugo and docker. These are the instructions and notes I’ve written down when setting up my site that I’d like to share. ...

July 15, 2022 · 5 min · 1011 words · Bartlomiej Mika
IPFS

Quickstart to Building Golang Apps using IPFS

Do you want to write a Golang app which will use IPFS? The purpose of this post is to get you up and running IPFS as quickly as possible so you can see what’s involved. ...

September 26, 2021 · 6 min · 1265 words · Bartlomiej Mika
Crystal

Learn Crystal with Practice Problems - Part 1: Variables Math and Strings

Are you interested in learning #Crystal-Lang but having difficulty because you are a tactile learner? The purpose of this tutorial is to provide you practice problems you can try out at your leisure. ...

September 8, 2021 · 5 min · 971 words · Bartlomiej Mika
Hugo

How to Start a Personal Blog With Hugo a Static Site Generator Written in Go (Part 1)

The purpose of this article is to help you setup a personal blog as quickly as possible. These are the instructions and notes I’ve written down when setting up my site that I’d like to share. ...

September 7, 2020 · 3 min · 559 words · Bartlomiej Mika

How to Write a Unit Test for a Remote Procedural Call in Golang

Recently I have been learning about remote procedural calls (RPCs) in *Golang and realized I was unable to find an easy example on how to write a unit test for RPCs. In this post, I’ll explain how I figured out a solution. ...

August 13, 2020 · 3 min · 483 words · Bartlomiej Mika