Skip to main content
matdev83
Profil créateur GitHub

matdev83

Vue par dépôt de 70 skills collectés dans 4 dépôts GitHub.

skills collectés
70
dépôts
4
mis à jour
20 août 2026
explorateur de dépôts

Dépôts et skills représentatifs

golang-benchmark
non classé

Go benchmark and profile workflow: b.Loop, benchstat, pprof, trace, compiler diagnostics, and regression gates.

20 août 2026
golang-cli
non classé

Go command-line applications: choose a framework, build commands and flags, layer configuration, handle output and exit status, support signals and completion, and test behavior.

20 août 2026
golang-code-style
non classé

Practical Go style for readable, idiomatic code: formatting, control flow, declarations, API boundaries, comments, zero values, and reviewable organization. Use when writing or reviewing Go code where clarity matters beyond gofmt.

20 août 2026
golang-concurrency
non classé

Design and review concurrent Go code involving goroutines, channels, select, mutexes, atomics, worker pools, errgroup, singleflight, cancellation, and fan-out/fan-in. Use when preventing races, deadlocks, leaks, lost errors, or unbounded work.

20 août 2026
golang-context
non classé

Use Go context.Context correctly across API boundaries: propagation, cancellation, deadlines, timeouts, values, HTTP handlers, and bounded background work. Use when designing or reviewing context flow, request lifetimes, leaked work, or trace metadata.

20 août 2026
golang-continuous-integration
non classé

Go CI/CD guidance for tests, lint, security scans, dependency updates, containers, and releases.

20 août 2026
golang-data-structures
non classé

Choose and use Go data structures correctly: slices, maps, strings, arrays, containers, generics, pointers, and standard slices/maps helpers. Use when reasoning about aliasing, nil values, capacity, iteration, copying, or representation-sensitive performance.

20 août 2026
golang-database
non classé

Safe Go database access with database/sql, sqlx, and pgx: queries, scanning, transactions, isolation, pooling, migrations, and reliable tests.

20 août 2026
Affichage de 8 skills collectés sur 38.
golang-architecture
non classé

Design, structure, and review Go codebases using hexagonal architecture (ports and adapters), consumer-driven interfaces, functional options, explicit dependency injection, and standard package layouts.

20 août 2026
golang-ci-docs
non classé

Design, maintain, and review Go continuous integration workflows (GitHub Actions, matrix testing, SHA pinning) and comprehensive code documentation (godoc, executable examples, ADRs).

20 août 2026
golang-code-audit
non classé

Execute an evidence-backed, rigorous code review of Go packages evaluating SOLID principles, architectural cohesion, consumer-driven interfaces, error classification, concurrency safety, and complexity regressions.

20 août 2026
golang-code-quality
non classé

Enforce Go code style, idiomatic naming, safety bug prevention (nil interfaces, slice aliasing, lock copies), linter configuration (golangci-lint), and behavior-preserving code simplification.

20 août 2026
golang-concurrency
non classé

Design, review, and debug concurrent Go code involving goroutines, channels, select, mutexes, atomics, errgroup, singleflight, context propagation, deadlines, and cancellation. Use to prevent races, deadlocks, leaks, lost errors, or unbounded background work.

20 août 2026
golang-data-modernize
non classé

Leverage modern Go language capabilities (Go 1.22–1.26), generics, range-over-func iterators, Swiss Tables maps, standard slices/maps helpers, struct memory alignment, and safe API modernization.

20 août 2026
golang-ecosystem-libraries
non classé

Select, evaluate, manage, and utilize popular Go libraries and dependency management: standard library baseline, Go modules hygiene (MVS, govulncheck), and the samber functional toolkit (lo, mo, hot, do, ro, slog).

20 août 2026
golang-error-handling
non classé

Handle, wrap, classify, and format Go errors idiomatically: errors.Is/As, %w wrapping, errors.Join, structured errors with samber/oops, domain-to-wire error mapping, and panic boundaries.

20 août 2026
Affichage de 8 skills collectés sur 27.
4 dépôts affichés sur 4
Tous les dépôts sont affichés