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. ...
How to Install a Solar Food Waste Digester
A.k.a. how to install a in-situ composter made by the company “Algreen Products” company. TL;DR; What is a “solar digester”? How does a “solar digester” work? What benefits does a “solar digester” provide? What are the detriments of a “solar digester”? Step by step install instructions ...
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. ...
Remote Health Data Uploader
Submit your HealthKit data to a remote server. ...
How to Write a Golang App Remotely on a Raspberry Pi Using Atom
Wouldn’t it be cool to remotely program a Golang app on a Raspberry Pi? In this post, I write how to do that if you are using Atom. TL;DR; Setup a Raspberry Pi Device Setup Golang on that Device Install remote-ftp on your Machine Connect from your Atom Write a Golang Application ...
Red Mulberry Growlog #4
From summer to winter, this grow journal post will show a few snapshots from the red-mulberries life. ...
How to Perform RSA Encryption in Javascript (React.js) and Golang
Do you want your React.js (web) frontend app talking to your Golang backend server? In this post, I’ll explain how I got cross-devices RSA encryption working in JavaScript and Golang. ...
Red Mulberry Growlog #3
Into the over world from the underworld! The mulberries were grown in the basement for the majority of their existence and now are able to live in the outside for the first time. In this grow journal I’ll write about my experience bring the red mulberries into the outside and growing them over summer. ...
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. ...
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. ...