Submit your HealthKit data to a remote server.
[Read More]How to Write a Golang App Remotely on a Raspberry Pi Using Atom
Photo by Harrison Broadbent on Unsplash.
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;
[Read More]
- 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
(Date: 2021-08-25)
From summer to winter, this grow journal post will show a few snapshots from the red-mulberries life.
[Read More]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.
[Read More]Red Mulberry Growlog #3
(Date: 2021-03-19)
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.
[Read More]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.
[Read More]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.
[Read More]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
.
How to Build a gRPC Server over tstorage to create tstorage-server
Did you just finish reading the gRPC Basics tutorial and you don’t know where to begin with using it? In this post I’ll explain how to take a fast time-series database called tstorage
and write a gRPC server and client with it.
How to Build a gRPC Server for a SparkFun Weather Shield
We will take what we learned in the previous post and rewrite it to support interprocess communication of our SparkFun Weather Shield from other applications using the gRPC
.