Skip to main content
decebals
GitHub-Creator-Profil

decebals

Repository-Ansicht von 18 gesammelten Skills in 1 GitHub-Repositories.

gesammelte Skills
18
Repositories
1
aktualisiert
28. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Repository-Explorer

Repositories und repräsentative Skills

clean-code
nicht klassifiziert

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. Aug. 2026
solid-principles
nicht klassifiziert

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. Aug. 2026
spring-boot-patterns
nicht klassifiziert

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. Aug. 2026
api-contract-review
nicht klassifiziert

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. Aug. 2026
architecture-review
nicht klassifiziert

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. Aug. 2026
changelog-generator
nicht klassifiziert

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. Aug. 2026
concurrency-review
nicht klassifiziert

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. Aug. 2026
design-patterns
nicht klassifiziert

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. Aug. 2026
Es werden 8 von 18 gesammelten Skills angezeigt.
1 von 1 Repositories angezeigt
Alle Repositories angezeigt