Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises Learn more →
Top 23 Go Hacktoberfest2021 Projects
-
Project mention: Transfer.sh – Easy and fast file sharing from the command-line | news.ycombinator.com | 2023-03-29
-
earthly
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
earthly
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
IDE: use whatever make you productive. I personally use vscode. VCS: git, as golang communities use github heavily as base for many libraries. AFAIK Linter: use staticcheck for linting as it looks like mostly used linting tool in go, supported by many also. In Vscode it will be recommended once you install go plugin. Libraries/Framework: actually the standard libraries already included many things you need, decent enough for your day-to-day development cycles(e.g. `net/http`). But here are things for extra: - Struct fields validator: validator - Http server lib: chi router , httprouter , fasthttp (for non standard http implementations, but fast) - Web Framework: echo , gin , fiber , beego , etc - Http client lib: most already covered by stdlib(net/http), so you rarely need extra lib for this, but if you really need some are: resty - CLI: cobra - Config: godotenv , viper - DB Drivers: sqlx , postgre , sqlite , mysql - nosql: redis , mongodb , elasticsearch - ORM: gorm , entgo , sqlc(codegen) - JS Transpiler: gopherjs - GUI: fyne - grpc: grpc - logging: zerolog - test: testify , gomock , dockertest - and many others you can find here
-
This looks very similar to bit CLI - https://github.com/chriswalz/bit
-
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
Project mention: Just migrated our Open Source project to Golang | news.ycombinator.com | 2023-03-21
-
-
kapp
kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
-
fiber-go-template
📝 Production-ready backend template with Fiber Go Web Framework for Create Go App CLI.
-
-
-
Project mention: Serverless Self-Hosted Kubernetes (Small Team) | reddit.com/r/selfhosted | 2023-05-06
-
-
urlsh
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend. You can self host it.
-
configurator
Synchronize and Version Control ConfigMaps & Secrets across Deployment Rollouts. (by gopaddle-io)
-
markdown-tweet-scheduler
Schedule daily tweets from markdown files in your repo, posted via github actions.
Project mention: “Starting February 9, we will no longer support free access to the Twitter API” | news.ycombinator.com | 2023-02-03RIP Markdown Tweet Scheduler [1], you worked great while you lasted.
-
-
noodlog
🍜 Parametrized JSON logging library in Golang which lets you obfuscate sensitive data and marshal any kind of content.
-
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Go Hacktoberfest2021 related posts
- kubernetes provider resources v1 vs non-v1 is it just me or is this dumb?
- Kyverno Policy As Code Using CDK8S
- An OPA Gatekeeper gotcha when enforcing policy on all resource kinds
- Ask HN: CI in 2022
- Woodpecker CI – Community Fork of the Drone CI System
- Woodpecker CI – Community Fork of the Drone CI System
- Open Source solution for secure and continuous update delivery
-
A note from our sponsor - ONLYOFFICE
www.onlyoffice.com | 30 May 2023
Index
What are some of the best open-source Hacktoberfest2021 projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | transfer.sh | 14,037 |
2 | earthly | 9,144 |
3 | resty | 7,799 |
4 | bit | 5,966 |
5 | Ferret | 5,368 |
6 | protoc-gen-doc | 2,375 |
7 | cloud-game | 2,020 |
8 | grule-rule-engine | 1,675 |
9 | go-critic | 1,597 |
10 | cloud-morph | 937 |
11 | kapp | 760 |
12 | fiber-go-template | 605 |
13 | microshift | 521 |
14 | faker | 406 |
15 | Lazytainer | 319 |
16 | lsx | 172 |
17 | urlsh | 129 |
18 | configurator | 102 |
19 | markdown-tweet-scheduler | 93 |
20 | redisql | 64 |
21 | noodlog | 44 |
22 | gofuzz | 33 |
23 | heptapod | 31 |