PinnedAndrew HayesinLevel Up Coding8 code hacks for Go that I wish I’d known when I startedA selection of coding hacks that will change your life… hopefully…Apr 27, 20216Apr 27, 20216
Andrew HayesinLevel Up CodingA better way than “ldflags” to add a build version to your Go binariesLike a lot of people using Go, I used “ldflags” to add the version number to my binaries. It worked great, every time a binary was built…Jan 18, 20221Jan 18, 20221
Andrew HayesinLevel Up Coding4 pitfalls in Go I still occasionally fall intoA few pitfalls in Go that are easily overlooked by the compiler, linters and code reviews.Aug 3, 20211Aug 3, 20211
Andrew HayesinGeek CultureYAML vs JSON vs XML in Go.In a recent Go project, I had to choose what data format to use for sending and receiving data. My usual go-to is JSON, but I decided I…Jun 15, 20211Jun 15, 20211
Andrew HayesinLevel Up CodingBuild your own AutoML Text Classification using Spacy & Firebase (Part 1)A guide to building your own AutoML text classifier that’s cheap and easy to run by using ‘spaCy’ and ‘Firebase’Jun 8, 2020Jun 8, 2020
Andrew HayesinLevel Up CodingBuild your own AutoML Text Classification using Spacy & Firebase. (Part 2)A guide to building your own AutoML text classifier that’s cheap and easy to run by using ‘spaCy’ and ‘Firebase’Jun 8, 2020Jun 8, 2020
Andrew HayesinAnalytics VidhyaExecuting commands on-prem using GCP IoT Core devicesI stumbled on this problem during some SaaS musings. If a customer wants their on-prem devices to communicate with your SaaS running in…Jan 14, 2020Jan 14, 2020
Andrew HayesinLevel Up CodinggRPC Basics Part 2: Rest and SwaggerThis is Part 2 in a series of articles on gRPC that my colleague Scott Walker and I are working on. It continues on from Part 1 and we…Jul 1, 20191Jul 1, 20191
Andrew HayesinLevel Up CodinggRPC Basics Part 1: Getting StartedgRPC is an open source high-performance RPC framework that can efficiently connect services in and across data centres and is magic as far…Jun 20, 2019Jun 20, 2019
Andrew HayesGCP Cloud Run VS Cloud Function Cold StartsI’m working on a small side project, for which I’m using Firebase and Google Cloud Functions. So far it’s been great however one of the…May 13, 20192May 13, 20192