clean-code
There are 3975 repositories under clean-code topic.
ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript
Sairyss/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
labs42io/clean-code-typescript
Clean Code concepts adapted for TypeScript
thangchung/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
JuanCrg90/Clean-Code-Notes
My notes of Clean Code book
felipe-augusto/clean-code-javascript
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
royeo/awesome-programming-books
📚 经典技术书籍推荐,持续更新...
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
mithi/react-philosophies
🧘 Things I think about when I write React code 🧘
danielstjules/jsinspect
Detect copy-pasted and structurally similar code
rafaelfgx/Architecture
.NET 9, Angular 19, Clean Architecture, Clean Code, SOLID Principles, KISS Principle, DRY Principle, Fail Fast Principle, Common Closure Principle, Common Reuse Principle, Acyclic Dependencies Principle, Mediator Pattern, Result Pattern, Folder-by-Feature Structure, Separation of Concerns.
ardalis/GuardClauses
A simple package with guard clause extensions.
Pungyeon/clean-go-article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
eleev/ios-learning-materials
📚 Curated list of articles, tutorials and repos that may help you dig a little bit deeper into iOS [and Apple Platforms].
kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
joebew42/study-path
An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
esoxjem/MovieGuide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
hungps/flutter_pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
vmadalin/android-modular-architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
phpmd/phpmd
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
evolutionary-architecture/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
qkraudghgh/clean-code-javascript-ko
:bathtub: Clean Code concepts adapted for JavaScript - 한글 번역판 :kr:
romenrg/evergreen-skills-developers
List of evergreen skills, based on software development best practices & cross-framework principles, that should serve as a fair assessment of skilled software engineers / developers
codecadwallader/codemaid
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
rmanguinho/clean-ts-api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
sanogueralorenzo/Android-Kotlin-Clean-Architecture
Android Sample Clean Architecture App written in Kotlin
uohzxela/clean-code-ruby
🛁 Clean Code concepts adapted for Ruby
Andr3wHur5t/react-native-keyboard-spacer
Plug and play react-native keyboard spacer view.
PatrickLouys/no-framework-tutorial
A small tutorial to show how to create a PHP application without a framework.
wix-incubator/vscode-glean
The extension provides refactoring tools for your React codebase
rmanguinho/clean-react
Sistema em ReactJs usando Hooks, Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
pvarentsov/typescript-clean-architecture
It is my attempt to create Clean Architecture based application in TypeScript.
iammukeshm/CleanArchitecture.WebApi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.