Is Go overkill for small personal projects?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • toadstool

    Gnome extension helper.

  • I make a point of building all my small tools in Go. For example, I wanted something to automate installing my Gnome extensions, and as I was building this, I identified some other useful features and implemented those too.

  • s3mpty

    A batteries-included tool for deleting the contents of versioned S3 buckets.

  • Totally not! Go is great for small utilities. I also just recently made a really simple S3 utility using go to recursively delete versioned buckets. The thing I love about it is I can do a simple “go install” and it’s ready to use!

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

    A small single-binary CLI to grab images from Reddit - I've been surprised how much I enjoy seeing beautiful wallpapers when I lock/unlock my computer. (by bbkane)

  • Go is great for small projects. Do check out goreleaser to streamline CI/CD

  • goreleaser

    Deliver Go binaries as fast and easily as possible

  • Go is great for small projects. Do check out goreleaser to streamline CI/CD

  • puntar

    Parallel untar

  • I had to implement a POC to parallelize tar extraction. Go made it real easy: https://github.com/0xdky/puntar

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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