Half a million lines of Go at The Khan Academy

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • brainfuck

    Discontinued Brainfuck interpreter companion to the brain programming language (by brain-lang)

  • go

    The Go programming language

  • > the language with the best and most complete standard library

    How can this be true when language is still adopting[1] table stakes collection operators?

    [1] https://github.com/golang/go/issues/45955

  • 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
  • ginkgo

    A Modern Testing Framework for Go

  • The BDD testing framework Ginko [1] has some "weird" / unidiomatic patterns, yet it is very popular

    https://github.com/onsi/ginkgo

  • code-generator

    Generators for kube-like API types

  • I'm most familiar with Kubernetes. This[0] would not exist if the language had sufficient expressive power. But Prometheus, Kubernetes, etcd... they're distributed CRUD. There's so. much. yaml (runtime flex types) and I believe that's in part due to the inflexibility of the language itself.

    0: https://github.com/kubernetes/code-generator

  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • there's a number of benchmarks you can checkout online.

    number crunching wise, Go is on par with Java and C#: https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

    for webdev work, the standard library might not be that fast, but it's fast enough, and if you need even more speed the fasthttp third party Implementation offers good speed: https://www.techempower.com/benchmarks/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Learning Go and I don't like some features, maybe it's me?

    3 projects | /r/golang | 14 Dec 2022
  • Is there a more detailed test coverage report than go test -cover?

    2 projects | /r/golang | 1 Aug 2022
  • Bookmarks Worth Bookmarking

    12 projects | news.ycombinator.com | 9 Jul 2021
  • Go generics beyond the playground

    6 projects | dev.to | 25 Mar 2021
  • # 5 Testing Frameworks for JavaScript Developers

    3 projects | dev.to | 1 Jun 2024