React

My API Workflow with Go pt.3

In this post I demo a Docker-based API workflow that involves seeding and migrating a Postgres database. After that, I show how to debug and profile the API.

Read

Go and React Development with Docker pt.1

Using Node, I had a great fullstack development workflow, but I struggled to achieve one in Go. What I wanted was the ability to live reload a Go API and debug it with breakpoints while in a container. In this tutorial we'll setup the ultimate Go and React development setup with Docker.

Read