https://github.com/rahuljsaliaan/go-breeders
A repository showcasing various design patterns in a scalable and maintainable codebase, built around a DogBreed Marketplace. The application allows users to explore dog breeds, connect with breeders, and purchase dogs, while serving as a practical example of production-level coding practices.
https://github.com/rahuljsaliaan/go-breeders
design-patterns golang maintainable-code scaleable
Last synced: 8 months ago
JSON representation
A repository showcasing various design patterns in a scalable and maintainable codebase, built around a DogBreed Marketplace. The application allows users to explore dog breeds, connect with breeders, and purchase dogs, while serving as a practical example of production-level coding practices.
- Host: GitHub
- URL: https://github.com/rahuljsaliaan/go-breeders
- Owner: rahuljsaliaan
- Created: 2024-12-23T04:25:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T14:36:11.000Z (over 1 year ago)
- Last Synced: 2025-10-25T13:37:32.969Z (8 months ago)
- Topics: design-patterns, golang, maintainable-code, scaleable
- Language: Go
- Homepage:
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Breeders
| Commit Typ | Gitmoji | Description |
|------------|----------------------|-------------------------------------------|
| assets | :framed_picture: | Add or update static assets (images/files)|
| build | :construction_worker:| Update build scripts/tools |
| chore | :wrench: | Maintenance tasks |
| ci | :green_heart: | Update CI configuration |
| data | :card_file_box: | Add or update models/database |
| deploy | :rocket: | Deploy code |
| docs | :memo: | Update documentation |
| enhance | :star2: | Enhance existing functionality |
| feat | :sparkles: | Add new feature |
| fix | :bug: | Fix a bug |
| hotfix | :ambulance: | Critical hotfix |
| init | :tada: | Initial commit |
| perf | :zap: | Improve performance |
| refactor | :recycle: | Refactor code |
| revert | :rewind: | Revert changes |
| security | :lock: | Fix security issues |
| style | :art: | Improve code structure/format |
| test | :test_tube: | Add or update tests |
| wip | :construction: | Work in progress |
| remove | :wastebasket: | Remove code or files |