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. Learn more →
Go-patterns Alternatives
Similar projects and alternatives to go-patterns
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
-
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.
-
golang-standards/project-layout
Standard Go Project Layout
-
handlers
A collection of useful middleware for Go HTTP services & web applications 🛃
-
-
-
k8s-operator
Write simple Kubernetes operators in a few lines of bash (or your favourite language)
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
-
go-formatter
A curated list of awesome Go frameworks, libraries and software
-
-
-
casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
-
-
wild-workouts-go-ddd-example
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
-
service
Starter code for writing web services in Go using Kubernetes. (by ardanlabs)
-
-
simple_gopher
Boilerplate for writing Go applications without framework using hexagonal application development approach
-
cidrcalc
Compute subnet mask, network address, broadcast address, and max hosts
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
go-patterns reviews and mentions
-
Software architecture in golang,
Re Go, there are a lot of lot of good patterns available available, but a lot of them aren’t OOP specific. In fact, both Go and Rust have been influenced by multiple paradigms, including OOP. Like the FAQ says,
- Boilerplate for experienced devs
-
Should I learn Golang or use Ansible to delveop the operators?
What's great is there are really great patterns to follow out there on github (both code patterns https://github.com/tmrts/go-patterns and examples https://github.com/avelino/awesome-go https://github.com/go-kit/kit and for the app itself, https://github.com/golang-standards/project-layout )... and for me a really naggy mentor who insists everything be "idiomatic go"
-
Why is this executing in this order?
So I am trying to write a simple generator based on this pattern and the results are a little counter-intuitive. My goal is to create a generator like the above that takes a net.IPNet object and ranges over all net.IP`'s contained in that network. When printing results, I am seeing the same values show up in subsequent executions of the loop and am not sure why. Code follows:
- Go is not an easy language
-
A note from our sponsor - InfluxDB
www.influxdata.com | 27 Sep 2023
Stats
tmrts/go-patterns is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of go-patterns is Go.