Skip to main content
decebals
Perfil de creador de GitHub

decebals

Vista por repositorio de 18 skills recopiladas en 1 repositorios de GitHub.

skills recopiladas
18
repositorios
1
actualizado
28 ago 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

explorador de repositorios

Repositorios y skills representativas

clean-code
sin clasificar

Clean Code principles (DRY, KISS, YAGNI), naming, function design and readability. Use when code is hard to read, with long methods, unclear names, duplication or deep nesting. For how responsibilities are split across classes and which way dependencies…

28 ago 2026
solid-principles
sin clasificar

SOLID principles checklist with Java examples. Use when a class has too many responsibilities, an abstraction leaks, or a dependency points the wrong way, and when the user asks about Single Responsibility, Open/Closed, Liskov, Interface Segregation or…

28 ago 2026
spring-boot-patterns
sin clasificar

Spring Boot best practices and patterns. Use when creating controllers, services or repositories, or when the user asks about Spring Boot layering, wiring, configuration or exception handling. For JPA and Hibernate behaviour, use jpa-patterns instead.

28 ago 2026
api-contract-review
sin clasificar

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes.

28 ago 2026
architecture-review
sin clasificar

Analyze Java project architecture at macro level - package structure, module boundaries, dependency direction, and layering. Use when user asks "review architecture", "check structure", "package organization", or when evaluating if a codebase follows clean…

28 ago 2026
changelog-generator
sin clasificar

Generate changelogs from git commits. Use when user says "generate changelog", "update changelog", "what changed since last release", or before preparing a new release.

28 ago 2026
concurrency-review
sin clasificar

Review Java concurrency code for thread safety, race conditions, deadlocks, and modern patterns (Virtual Threads, CompletableFuture, @Async). Use when user asks "check thread safety", "concurrency review", "async code review", or when reviewing multi-threaded…

28 ago 2026
design-patterns
sin clasificar

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

28 ago 2026
Mostrando 8 de 18 skills recopiladas.
Mostrando 1 de 1 repositorios
Todos los repositorios cargados