GO toolchain

22 Mar 2018 | | go, GO

The GO tool-chain

The GO tool-chain(which is used to compile apps) supports application development. Itprovides for testing, formatting, and documentation, as well as package management.

Project Structure

When you develop GO applications the toolchain expects that you use a “workspace” that has a specific folder and directory structure. This in a sense is similar to ROR rails, which has a folder structure also.

Terminology

comments powered by Disqus(comments off)

Older · View Archive (32)

node event loop

the node event loop in a nutshell

I have a few other posts on the workings of node(lowrider.libuv) but this pull things together for a common GROK.

Newer

turbolinks5

“Turbolinks 5 turns your rails application into a single-page application..”

Turbolinks 5 was a total rewrite. I summarize here why these changes have presented an alternative to the Angular/React approaches and how they reduce complexity of application development as well as the amount of developer resources needed to create and maintain said apps.