Angular Mini Book, with Angular 15 and Spring Boot 3.0
| Repo | Meta |
|---|---|
| fusionauth | User authn & authz using FusionAuth for secure access management |
| Repo | Meta |
|---|---|
| cicd-cloudapp | CI/CD pipeline with github actions. Builds docker image, pushes image to Jfrog registry, deploys to kubernetes cluster using Helm chart |
| fly-app | CI/CD to Fly platform with github actions using buildpacks |
| ci-postgres.yaml | CI testing with Go PostgreSQL github action service |
| Repo | Meta |
|---|---|
| podspec | Good defaults for the most common Kubernetes workloads. Adds security and uptime features |
| Repo | Meta |
|---|---|
| bun-realworld-app | Uses: Bun Router, Bun DB, bun/migrate, bun/dbfixture provided by Bun Go ORM. Implements the realworld JSON API as specified in the spec |
| conf | Provides support for using environment variables and command line arguments for configuration |
| crdb | CockroachDB for local dev using Go database drivers, Go ORM libs, crdb testserver package, migrations tests, crdb docker containers |
| dgraph-godoc-alice | Dgraph godoc example usage of the Dgraph Go client API v200.03.0 (gRPC) |
| dgraph-travel | Baseline for building graph database apps using Dgraph GraphQL |
| invoice-mvp | Invoice REST Level-3: HyperMedia/HATEOAS API, HAL (Hypertext Application Language) documents, use cases with hexagonal architecture, or ports & adapters architecture, user authn & authz with IDP service and JWT, HTTP response caching |
| microservice | Add .proto file. Scaffold Go code. Implement gRPC service. Done. (Drone CI, Elastic APM) |
| otel-workshop | OpenTelemetry instrumentation of code for tracing and metrics collection using different exporters: Aspecto, Datadog, Elastic, Honeycomb, Instana, Lightstep, LogicMonitor, New Relic, SigNoz, Sentry, Splunk, Sumo Logic, Uptrace |
| proxercise | Examples, Exercises, Quizzes, Go cheat-sheet, Useful Terminal Control Sequences |
| search | Simple frontend to the sales-api service |
| serve | Go http server with a flags for enabling gzip and http2 |
| service | Go service starter kit is a starting point for building production grade scalable web service applications |
| shippy | microservice, protobuf, grpc-go, Bootstrap4, MongoDB, PostgreSQL,, Reactjs |
| short | A short-link server Go application, powered by CockroachDB |
| snptx | Go web application (argon2id, embed, pgx, migrate, pat, middleware, sessions, dockertest) |
| wikifeedia | CockroachDB Follower Reads, server and crawler Go applications, webapp uses React and Apollo GraphQL |
| wild-workouts-go-ddd | DDD, Clean Architecture, CQRS |
| Repo | Meta |
|---|---|
| keystone-sickfits | Frontend (React, Apollo Client, Next.js), Backend (Keystone.js, Node, MongoDB) |
| nextjs-blog-theme | Next.js, Tailwind blog template, using markdown, dark & light themes |
| Repo | Meta |
|---|---|
| age | Secure file encryption tool, format, and Go library (age-keygen, age --encrypt/--decrypt/--passphrase) |
| benchstat | Computes statistical summaries and A/B comparisons of Go benchmarks |
| errcheck | checking for unchecked errors in go programs |
| gofumpt | Enforce a stricter format than gofmt |
| hey | Sends some load to a web application |
| kind | Kubernetes IN Docker |
| ko | Build and deploy Go applications on kubernetes |
| kubeval | Validates Kubernetes configuration files |
| kustomize | Customization of Kubernetes YAML configurations |
| kustomize-sops | Kustomize Plugin for SOPS Encrypted Resources |
| mailhog | Email testing tool for developers |
| mkcert | Generate locally-trusted development certificates |
| oapi-codegen | OpenAPI v3 client and server code generator |
| postman | Testing APIs |
| protobuf-go | Go support for Protocol Buffers |
| protoc | Protocol Buffer compiler |
| protoc-gen-go-grpc | gRPC Go plugin - generates client and server interfaces |
| sops | Secrets OPerationS - tool for managing secrets |
| staticcheck | Advanced Go linter |
| structlayout | Prints the layout of a struct - byte offset and size of each field, respecting alignment/padding |