SaaSHub helps you find the best software and product alternatives Learn more →
Guide Alternatives
Similar projects and alternatives to guide
-
golang-standards/project-layout
Standard Go Project Layout
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
uber-go-style-guide-th
Uber's Go Style Guide Translation in Thai. Linked to the uber-go/guide as a part of contributions https://github.com/uber-go/guide
-
uber-go-style-guide-kr
Uber's Go Style Guide Official Translation in Korean. Linked to the uber-go/guide as a part of contributions
-
awesome-linux-containers
A curated list of awesome Linux Containers frameworks, libraries and software
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
-
-
-
books-1
Books about Nodejs, Angular2, Agile, Clean Code, Docker, Golang, Microservices, REST, TDD, BDD, and Startups. [UnavailableForLegalReasons - Repository access blocked] (by islammohamed)
-
clean-go-article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
-
-
-
-
-
learngo
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
guide reviews and mentions
-
Thursday Daily Thread: Python Careers, Courses, and Furthering Education!
I'm pumped to learn Python. Are there any learning tools or docs I should focus on? For Go I liked the Uber Go Style Guide which represents a modern and idiomatic approach to Go and is a good tour of the language itself (for experienced engineers.) Is there something similar for Python?
- Is there a good place to find best practices?
-
Senior engineer here trying to pick up Go for jobs. What resources can you recommend me to cover as much ground as possible
https://github.com/uber-go/guide/blob/master/style.md - must have, write good go code from the beginning.
- Google’s Go Style Guide
-
Feedback for my first code
I really recommend reading: - Effective Go: https://go.dev/doc/effective_go#errors - Style Guide(by Uber): https://github.com/uber-go/guide/blob/master/style.md
-
Development guidelines
As you see - there are no reference to any technology or framework. There are a lot of best-practices for almost any framework, so you can choose an appropriate one. For example - if you're a rails developer, then you can check https://github.com/rubocop/ruby-style-guide and https://github.com/rubocop/rails-style-guide but if you're a golang developer - https://github.com/uber-go/guide/blob/master/style.md and https://developers.mattermost.com/contribute/more-info/server/style-guide/
- When declaring variables in Go and the type is inferred by the compiler which is the best practice?
-
[Code Review] URL shortener w/ The Clean Architecture
More info: https://github.com/uber-go/guide/issues/25
- How do I organize my code/project?
-
My next client wants to redevelop a java Webapp with go
Uber Go Style Guide - one of the more popular style guides created for Go by Uber.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa42df608>
www.saashub.com | 29 Nov 2023
Stats
uber-go/guide is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of guide is Makefile.