The first time I coded in Go

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TinyGo

    Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

  • there's also TinyGo, though it's more specialized and doesn't support everything within the language (yet?).

  • gojson

    Automatically generate Go (golang) struct definitions from example JSON

  • There are also command line and web based tools to take your json input and create a struct you can marshal/unmarshal it to automatically. I use https://github.com/ChimeraCoder/gojson

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pico with C

    2 projects | /r/raspberrypipico | 15 Aug 2023
  • Can Go files be compiled by themselves?

    2 projects | /r/golang | 1 Mar 2023
  • Embedded Go finally got the first binary release

    12 projects | /r/golang | 14 Jul 2022
  • Learning Go frameworks

    2 projects | /r/golang | 5 Jul 2022
  • can I use int64 on 32 bit architecture system?

    2 projects | /r/golang | 24 May 2022