Golang – when programmers had smaller egos

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

    Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.

    But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?

  • SaaSHub

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

    SaaSHub logo
  • Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.

    But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?

  • s4

    super simple storage service + data local compute + shuffle (by nathants)

    i used to write code like this[1]. now i write code like this[2].

    mostly what changed is the way i read code. if err != nil is a friend now, not the abomination i first thought it was.

    1. https://github.com/nathants/s4/blob/15eb67158cdc03ee1983d060...

    2. https://github.com/nathants/libaws/blob/affb1d6002250e35c5ba...

  • libaws

    aws should be easy

    i used to write code like this[1]. now i write code like this[2].

    mostly what changed is the way i read code. if err != nil is a friend now, not the abomination i first thought it was.

    1. https://github.com/nathants/s4/blob/15eb67158cdc03ee1983d060...

    2. https://github.com/nathants/libaws/blob/affb1d6002250e35c5ba...

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

  • Good Software Development Habits

    1 project | news.ycombinator.com | 19 Nov 2024
  • Analyze and debug Quarkus based AWS Lambda functions with X-Ray

    2 projects | dev.to | 6 Feb 2024
  • Rethinking Serverless with Flame

    5 projects | news.ycombinator.com | 6 Dec 2023
  • Using Cognito to provide auth to a Java desktop application - advice requested

    1 project | /r/aws | 29 Aug 2023
  • Go doesn’t do any magical stuff and I love that

    8 projects | /r/golang | 12 Mar 2023

Did you konow that Go is
the 4th most popular programming language
based on number of metions?