Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with clean-code
A curated list of projects in awesome lists tagged with clean-code .
https://github.com/ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
best-practices clean-architecture clean-code composition inheritance javascript principles
Last synced: 16 Dec 2024
https://github.com/sairyss/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
architectural-patterns architecture backend best-practices clean-architecture clean-code ddd design-patterns development domain-driven-design hexagonal-architecture javascript nestjs nodejs onion-architecture secure-by-design solid-principles system-design typeorm typescript
Last synced: 16 Dec 2024
https://github.com/Sairyss/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
architectural-patterns architecture backend best-practices clean-architecture clean-code ddd design-patterns development domain-driven-design hexagonal-architecture javascript nestjs nodejs onion-architecture secure-by-design solid-principles system-design typeorm typescript
Last synced: 29 Oct 2024
https://github.com/kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
architecture clean-architecture clean-code cqrs ddd ddd-architecture ddd-cqrs ddd-example design-patterns design-systems domain-driven-design dotnet dotnetcore entity-framework-core event-sourcing modularity monolith rest rest-api software-architecture
Last synced: 17 Dec 2024
https://github.com/dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
architecture asp-net-core asp-net-core-mvc clean-architecture clean-code ddd ddd-architecture ddd-patterns ddd-sample design-patterns dotnetcore ebook efcore microsoft monolith rest-api software-architecture
Last synced: 27 Oct 2024
https://github.com/dotnet-architecture/eshoponweb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
architecture asp-net-core asp-net-core-mvc clean-architecture clean-code ddd ddd-architecture ddd-patterns ddd-sample design-patterns dotnetcore ebook efcore microsoft monolith rest-api software-architecture
Last synced: 30 Sep 2024
https://github.com/labs42io/clean-code-typescript
Clean Code concepts adapted for TypeScript
best-practices clean-architecture clean-code coding-guidelines principles solid typescript
Last synced: 18 Dec 2024
https://github.com/eduardopires/equinoxproject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
architecture asp-net-core asp-net-core-mvc asp-net-identity aspnet-core aspnetcore automapper clean-code cqrs ddd ef-core equinox event-sourcing eventstore fluentvalidation jwt mediatr onion-architecture swagger visual-studio
Last synced: 17 Dec 2024
https://github.com/EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
architecture asp-net-core asp-net-core-mvc asp-net-identity aspnet-core aspnetcore automapper clean-code cqrs ddd ef-core equinox event-sourcing eventstore fluentvalidation jwt mediatr onion-architecture swagger visual-studio
Last synced: 27 Oct 2024
https://github.com/JuanCrg90/Clean-Code-Notes?fbclid=IwAR39TJejBvxXglZU9Y_UYcLqyknA4zHtnoNoYVivJpyIxWPaBUl_Mwixnhg
My notes of Clean Code book
Last synced: 07 Nov 2024
https://github.com/felipe-augusto/clean-code-javascript
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
Last synced: 20 Dec 2024
https://github.com/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
clean-architecture clean-code cleanarchitecture ddd-architecture design-patterns docker domain-driven-design dotnet-core dotnet5 entity-framework-core evolutionary-architecture hexagonal-architecture microservice modular-applications monorepo onion-architecture reactjs solid-principles tdd webapi
Last synced: 19 Dec 2024
https://github.com/danielstjules/jsinspect
Detect copy-pasted and structurally similar code
clean-code code-analysis duplication javascript refactoring
Last synced: 18 Dec 2024
https://github.com/mithi/react-philosophies
🧘 Things I think about when I write React code 🧘
clean-code hacktoberfest react reactjs
Last synced: 20 Dec 2024
https://github.com/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.
angular angular-19 angular19 architecture aspnet-core aspnetcore best-practices c-charp clean-architecture clean-code csharp domain-driven-design dot-net dot-net-9 dotnet dotnet-9 dotnet9 entity-framework solid typescript
Last synced: 18 Dec 2024
https://github.com/rafaelfgx/Architecture
.NET 8, Angular 18, 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.
angular angular-18 angular18 architecture aspnet-core aspnetcore best-practices c-charp clean-architecture clean-code csharp domain-driven-design dot-net dot-net-8 dotnet dotnet-8 dotnet8 entity-framework solid typescript
Last synced: 29 Oct 2024
https://github.com/ardalis/guardclauses
A simple package with guard clause extensions.
clean-architecture clean-code design-patterns dotnet dotnet-core guard guard-clause guard-clauses hacktoberfest pattern patterns
Last synced: 17 Dec 2024
https://github.com/ardalis/GuardClauses
A simple package with guard clause extensions.
clean-architecture clean-code design-patterns dotnet dotnet-core guard guard-clause guard-clauses hacktoberfest pattern patterns
Last synced: 06 Nov 2024
https://github.com/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.
clean-code coding-guidelines go golang software-crafters style-guide
Last synced: 20 Dec 2024
https://github.com/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.
clean-code coding-guidelines go golang software-crafters style-guide
Last synced: 08 Nov 2024
https://github.com/kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
clean-architecture clean-code cqrs cqrs-simple dapper ddd ddd-cqrs ddd-example design-patterns design-systems domain-driven-design dotnercore dotnet entity-framework entity-framework-core mediatr rest rest-api software-architecture
Last synced: 20 Dec 2024
https://github.com/joebew42/study-path
An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
agile clean-architecture clean-code cqrs-es domain-driven-design hexagonal-architecture learning legacy-code microservice-architecture refactoring software-development solid-principles study-path tdd
Last synced: 30 Nov 2024
https://github.com/esoxjem/movieguide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
android clean-architecture clean-code dagger2 kotlin mvp rxjava
Last synced: 20 Dec 2024
https://github.com/esoxjem/MovieGuide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
android clean-architecture clean-code dagger2 kotlin mvp rxjava
Last synced: 31 Oct 2024
https://github.com/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.
android android-architecture android-boilerplate android-showcase architecture best-practices clean-architecture clean-code component-architecture dynamic-features gradle-kotlin-dsl hacktoberfest jetpack kotlin modern-android-development modular-architecture mvvm-architecture solid solid-principles testing
Last synced: 21 Dec 2024
https://github.com/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.
android android-architecture android-boilerplate android-showcase architecture best-practices clean-architecture clean-code component-architecture dynamic-features gradle-kotlin-dsl hacktoberfest jetpack kotlin modern-android-development modular-architecture mvvm-architecture solid solid-principles testing
Last synced: 27 Oct 2024
https://github.com/hungps/flutter_pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
clean-architecture clean-code flutter flutter-apps flutter-demo flutter-examples flutter-ui pokedex pokemon-info
Last synced: 20 Dec 2024
https://github.com/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.
clean-code hacktoberfest mess-detector php pmd static-analysis static-analyzer
Last synced: 16 Dec 2024
https://github.com/qkraudghgh/clean-code-javascript-ko
:bathtub: Clean Code concepts adapted for JavaScript - 한글 번역판 :kr:
clean-architecture clean-code composition inheritance javascript principles translation
Last synced: 30 Sep 2024
https://github.com/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.
c-sharp clean-code dotnet visual-studio vsix
Last synced: 21 Dec 2024
https://github.com/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
best-practices clean-code cross-framework-principles evergreen-skills software-development software-engineering software-engineering-concepts technical-interview-questions technical-interviews
Last synced: 03 Dec 2024
https://github.com/rmanguinho/clean-ts-api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
clean-architecture clean-code coveralls design-patterns docker docker-compose dockerfile graphql husky jest lint-staged mongodb nodejs rest-api solid tdd travis-ci typescript
Last synced: 21 Dec 2024
https://github.com/sanogueralorenzo/android-kotlin-clean-architecture
Android Sample Clean Architecture App written in Kotlin
android architecture clean-architecture clean-code kotlin sample testing
Last synced: 14 Dec 2024
https://github.com/sanogueralorenzo/Android-Kotlin-Clean-Architecture
Android Sample Clean Architecture App written in Kotlin
android architecture clean-architecture clean-code kotlin sample testing
Last synced: 27 Oct 2024
https://github.com/uohzxela/clean-code-ruby
🛁 Clean Code concepts adapted for Ruby
best-practices clean-code ruby
Last synced: 15 Dec 2024
https://github.com/andr3whur5t/react-native-keyboard-spacer
Plug and play react-native keyboard spacer view.
clean-code helper ios keyboard react-native
Last synced: 19 Dec 2024
https://github.com/Andr3wHur5t/react-native-keyboard-spacer
Plug and play react-native keyboard spacer view.
clean-code helper ios keyboard react-native
Last synced: 07 Dec 2024
https://github.com/PatrickLouys/no-framework-tutorial
A small tutorial to show how to create a PHP application without a framework.
clean-code dependency-injection framework-agnostic php solid tutorial
Last synced: 26 Oct 2024
https://github.com/wix/vscode-glean
The extension provides refactoring tools for your React codebase
clean-code extract jsx react refactoring vscode vscode-extension
Last synced: 05 Nov 2024
https://github.com/wix-incubator/vscode-glean
The extension provides refactoring tools for your React codebase
clean-code extract jsx react refactoring vscode vscode-extension
Last synced: 21 Dec 2024
https://github.com/rmanguinho/clean-react
Sistema em ReactJs usando Hooks, Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
clean-architecture clean-code design-pattern hooks javascript react reactjs recoil tdd typescript
Last synced: 15 Dec 2024
https://github.com/pvarentsov/typescript-clean-architecture
It is my attempt to create Clean Architecture based application in TypeScript.
back-end clean-architecture clean-code e2e-testing nestjs nodejs typeorm typescript unit-testing
Last synced: 15 Dec 2024
https://github.com/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.
asp-net-core aspnetcore clean-architecture clean-code webapi
Last synced: 14 Dec 2024
https://github.com/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.
asp-net-core aspnetcore clean-architecture clean-code webapi
Last synced: 05 Nov 2024
https://github.com/bmitch/churn-php
Discover files in need of refactoring.
clean-code complexity continuous-integration identify-files php refactor
Last synced: 17 Dec 2024
https://github.com/edopelawi/CascadingTableDelegate
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
carthage clean-code cocoapods ios ios-swift ios-ui rich-pages swift uitableview uitableviewdatasource uitableviewdelegate
Last synced: 07 Dec 2024
https://github.com/danielstjules/buddy.js
Magic number detection for JavaScript
clean-code code-smells javascript magic-numbers
Last synced: 15 Dec 2024
https://github.com/mgreiler/code-review-checklist
This code review checklist helps you be a more effective and efficient code reviewer.
checklist clean-code code-quality code-review code-review-checklist code-reviews merge-request pull-requests readability
Last synced: 14 Nov 2024
https://github.com/higgsfield/capsule-network-tutorial
Pytorch easy-to-follow Capsule Network tutorial
capsule-network clean-code easy-to-use pytorch pytorch-tutorials
Last synced: 21 Dec 2024
https://github.com/higgsfield/Capsule-Network-Tutorial
Pytorch easy-to-follow Capsule Network tutorial
capsule-network clean-code easy-to-use pytorch pytorch-tutorials
Last synced: 28 Oct 2024
https://github.com/ardalis/cleanarchitecture.workerservice
A solution template using Clean Architecture for building a .NET Core Worker Service.
architecture clean-architecture clean-code hacktoberfest
Last synced: 20 Dec 2024
https://github.com/bufferapp/android-guidelines
Project Guidelines for the Android Buffer App
android-guidelines buffer clean-code code-quality quality
Last synced: 21 Dec 2024
https://github.com/ardalis/CleanArchitecture.WorkerService
A solution template using Clean Architecture for building a .NET Core Worker Service.
architecture clean-architecture clean-code hacktoberfest
Last synced: 06 Nov 2024
https://github.com/shadyboukhary/flutter_clean_architecture
Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
clean-architecture clean-code dart dart2 dartlang design-pattern flutter flutter-package hacktoberfest uncle-bob
Last synced: 20 Dec 2024
https://github.com/ferPrieto/SpaceX-prepare-for-Clean-Architecture-liftoff
Clean Architecture Modular Project: MVVM + Jetpack Compose + Coroutines + Flows + Dagger2 + LiveData + UnitTests + UITests + Screenshot Tests + MockWebServer
android android-architecture android-compose clean-architecture clean-code coroutines coroutines-android dagger-hilt espresso jetpack-compose junit4 kotlin kotlin-flow mockwebserver mvvm mvvm-android retrofit2
Last synced: 17 Nov 2024
https://github.com/ShadyBoukhary/flutter_clean_architecture
Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
clean-architecture clean-code dart dart2 dartlang design-pattern flutter flutter-package hacktoberfest uncle-bob
Last synced: 03 Nov 2024
https://github.com/zhashkevych/go-clean-architecture
👨💻 REST API example, built by following Uncle Bob’s clean architecture principles
architecture clean-architecture clean-code docker docker-compose go golang golang-api golang-api-examples jwt mongo mongodb rest-api
Last synced: 20 Dec 2024
https://github.com/kavaan/clean-architecture-solution-template
You don't always need to start over; consider utilizing the existing infrastructure!
angular clean-architecture clean-code dotnetcore flutter project-template python react ready-solution springboot
Last synced: 20 Dec 2024
https://github.com/shimohq/react-cookbook
编写简洁漂亮,可维护的 React 应用
clean-code component cookbook react styleguide
Last synced: 14 Dec 2024
https://github.com/AhmedLSayed9/deliverzler
Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
clean-architecture clean-code dart ddd domain-driven-design fcm firebase flutter go-router google-maps layered-architecture local-notifications riverpod tdd unit-testing
Last synced: 12 Nov 2024
https://github.com/percybolmer/ddd-go
A demo repository that explains an approach to DDD in Go
clean-architecture clean-code ddd ddd-architecture golang
Last synced: 08 Nov 2024
https://github.com/alexflipnote/discord_bot.py
🍺 A simple discord bot that helps you getting started within discord.py
bot clean clean-code coding commands compact discord discord-bot easy easytouse fun hacktoberfest open-source py python simple small starterkit tutorial xela
Last synced: 20 Dec 2024
https://github.com/AlexFlipnote/discord_bot.py
🍺 A simple discord bot that helps you getting started within discord.py
bot clean clean-code coding commands compact discord discord-bot easy easytouse fun hacktoberfest open-source py python simple small starterkit tutorial xela
Last synced: 29 Oct 2024
https://github.com/aspnetcorehero/Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
aspnetcore boilerplate clean-architecture clean-code dotnet net5
Last synced: 05 Nov 2024
https://github.com/codelytv/refactoring-code_smells-design_patterns
♻️ Example projects illustrating Code Smells in order to apply Refactoring techniques
clean-code code-smells design-patterns java javascript kotlin php refactoring refactoring-exercise refactoring-kata refactorings typescrit
Last synced: 21 Dec 2024
https://github.com/devmuaz/flutter-clean-architecture
A flutter clean architecture series, the way we build clean apps.
clean-architecture clean-code floor flutter rest-api retrofit
Last synced: 16 Dec 2024
https://github.com/povils/phpmnd
PHP Magic Number Detector
analysis automation checker clean-code cli detector magic-numbers php static-analysis
Last synced: 17 Nov 2024
https://github.com/err0r500/go-realworld-clean
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
clean-architecture clean-code ddd ddd-architecture example-project go golang hexagonal-architecture ports-and-adapters realworld realworld-backend testing
Last synced: 08 Nov 2024
https://github.com/mmacneil/cleanaspnetcorewebapi
Starter project for creating APIs built on ASP.NET Core using clean architecture.
architecture aspnet-core aspnet-web-api c-sharp clean-architecture clean-code
Last synced: 21 Dec 2024
https://github.com/mitsuruog/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
best-practices clean-architecture clean-code composition inheritance javascript principles translation
Last synced: 07 Nov 2024
https://github.com/mmacneil/CleanAspNetCoreWebApi
Starter project for creating APIs built on ASP.NET Core using clean architecture.
architecture aspnet-core aspnet-web-api c-sharp clean-architecture clean-code
Last synced: 09 Nov 2024
https://github.com/sap/abap-cleaner
ABAP cleaner applies 95+ cleanup rules to ABAP code at a single keystroke
abap adt clean-code formatter pretty-printer
Last synced: 21 Dec 2024
https://github.com/Ezike/Baking-App-Kotlin
Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines with StateFlow and Exo player.
android bakingapp clean-architecture clean-code cleanarchitecture coroutines dagger-android dagger-hilt dynamicfeatures exoplayer2 jetpack-android mvi mvi-android mvi-architecture mvi-clean-architecture mvvm stateflow udacity-android-nanodegree
Last synced: 07 Nov 2024
https://github.com/zahraheydari/android-clean-architecture-mvvm-hilt-rx
Implemented by Clean Architecture, Hilt, MVVM, LiveData, RX, Retrofit2, Room, Anko
android clean-architecture clean-code coil coil-image-loader example-project hilt hilt-android hilt-dependency-injection kotlin kotlin-extensions livedata mvvm mvvm-architecture mvvm-pattern retrofit2 room rxandroid rxjava sample-app
Last synced: 17 Dec 2024
https://github.com/janishar/android-dagger2-example
This project implements the dagger 2 in android for dependency injection
android-dagger2 clean-code dagger2 dependency-injection mvp
Last synced: 21 Dec 2024
https://github.com/SAP/abap-cleaner
ABAP cleaner applies 95+ cleanup rules to ABAP code at a single keystroke
abap adt clean-code formatter pretty-printer
Last synced: 13 Nov 2024
https://github.com/editorconfig-checker/editorconfig-checker
A tool to verify that your files are in harmony with your .editorconfig
clean-code cleancode code-quality codequality editorconfig editorconfig-checker hacktoberfest lint lintcode linter linters linting
Last synced: 31 Oct 2024
https://github.com/rmanguinho/advanced-node
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
clean-architecture clean-code design-patterns nodejs solid tdd typescript
Last synced: 15 Dec 2024
https://github.com/yauhenkavalchuk/useful
Код и ресурсы из выпусков видеокастов “Просто О” и “Frontreview” на YouTube-канале webDev
clean-code frontend js-tasks roadmap solid
Last synced: 10 Nov 2024
https://github.com/reactivedroid/TvFlix
TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM with clean code architecture purely written in Kotlin
android-architecture-components checkstyle clean-architecture clean-code codeanalysis coroutines databinding espresso-tests hilt-android jetpack-lifecycle-components jetpack-pagination jetpack-room kotlin kotlin-coroutines kotlin-dsl mockito mvvm-architechure pmd retrofit2 unit-testing
Last synced: 07 Nov 2024
https://github.com/hellokaton/write-readable-code
🗾 编写可读代码的艺术代码仓库
beautiful-code clean-code high-quality-code readable-code
Last synced: 17 Dec 2024
https://github.com/arafaysaleem/ez_tickets_app
A cinema ticket booking app made with Flutter SDK
android cinema-app clean-architecture clean-code flutter flutter-advanced flutter-apps flutter-beginners flutter-hooks flutter-tests flutter-ui flutter-widgets freezed ios open-source riverpod ticket-booking-app
Last synced: 12 Nov 2024
https://github.com/antoniolg/clean-architecture
Clean architecture sample
android android-architecture clean-architecture clean-code kotlin kotlin-android
Last synced: 16 Dec 2024
https://github.com/jaysavsani07/math-metrix
This is Math-Puzzle game made in flutter and available on Playstore & AppStore,Math Matrix is a Math Game that tries to improvise your math skills in a fun way.
clean-architecture clean-code dart dart-lang dart-package dart2 dartlang flutter flutter-app flutter-clean-architecture flutter-demo flutter-example flutter-navigator flutter-package flutter-practices flutter-provider flutter-ui flutter-ui-challenges math-games math-puzzle
Last synced: 15 Dec 2024
https://github.com/sap/code-pal-for-abap
code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.
abap abapgit atc check clean-code code-inspector inspector open-source quality sap
Last synced: 21 Dec 2024
https://github.com/SAP/code-pal-for-abap
code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.
abap abapgit atc check clean-code code-inspector inspector open-source quality sap
Last synced: 13 Nov 2024
https://github.com/lubkoKuzenko/angular-clean-code
My personal best practices when I'm working with Angular.
angular angular-architecture angular-best-practices angular-dynamic-components angular-features angular-forms angular-routing best-practices clean-code directives pipe
Last synced: 04 Nov 2024
https://github.com/tiagomartinho/Reminders
An iOS application written in Swift to demonstrate how to implement a Clean Architecture in iOS
clean-architecture clean-code ios swift tdd
Last synced: 12 Nov 2024
https://github.com/nuyonu/n-tier-architecture
This is a n-layer architecture based on Common web application architectures.
asp-net-core blazor-webassembly clean-code dotnet dotnet6 dotnet7 entity-framework-core fleunt-validation fluent-assertions n-layer-architecture n-tier-architecture net6 net7 net70 nunit sql-server swagger webapi
Last synced: 16 Dec 2024
https://github.com/powerman/go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
architecture clean-architecture clean-code embedded-microservices go golang microservices monolith
Last synced: 17 Dec 2024
https://github.com/nuyonu/N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
asp-net-core blazor-webassembly clean-code dotnet dotnet6 dotnet7 entity-framework-core fleunt-validation fluent-assertions n-layer-architecture n-tier-architecture net6 net7 net70 nunit sql-server swagger webapi
Last synced: 20 Nov 2024
https://github.com/karolsluszniak/ex_check
One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
clean-code code-analysis command-line-tool continuous-integration elixir pragmatic
Last synced: 19 Nov 2024
https://github.com/harvic3/nodetskeleton
A NodeJS Skeleton based in Clean Architecture to use TypeScript with ExpressJS, KoaJS or any other web server framework. Please give star to project to show respect to author and effort. 🤗
architecture clean-architecture clean-code cli design-patterns expressjs injection-container koajs microservice monorepo nodejs scaffolding scalable solid stories template typescript unittest workers
Last synced: 15 Dec 2024
https://github.com/soyjuanmalopez/clean-architecture
A example of clean architecture in Java 8 and Spring Boot 2.0
actors arquitecture clean clean-arch clean-architecture clean-code hibernate java-8 lombok maven multiproject spring spring-boot template video
Last synced: 15 Dec 2024
https://github.com/amirk3321/whatsApp_clone
Flutter WhatsClone (with Firebase + Clean Architecture) this app follow clean architecture proposed by our friendly Uncle Bob.
bloc clean-architecture clean-code cloud-firestore cloud-storage cubit firebase firebase-auth firebase-cloud-messaging firebase-functions flutter flutter-bloc flutter-bloc-pattern whatsapp widgets
Last synced: 12 Nov 2024
https://github.com/4lessandrodev/type-ddd
This package provide utils files and interfaces to assistant build a complex application with domain driving design.
aggregates clean-architecture clean-code ddd ddd-architecture ddd-example ddd-nodejs ddd-patterns ddd-sample domain-driven-design entity node-ddd nodejs nodejs-library types-ddd typescript typescript-library use-cases utils-library value-object
Last synced: 20 Dec 2024
https://github.com/kingzez/write-readable-javascript-code
📖 All about writing maintainable JavaScript
angular best-practices clean-architecture clean-code es6 guide guidelines how-to javascript javascript-best-practices maintainability maintainable maintainable-javascript nodejs principles react readable standard style-guide vue
Last synced: 18 Nov 2024
https://github.com/AhmedAbdoElhawary/flutter-clean-architecture-instagram
Instagram with clean architecture using flutter and firebase. almost include all functions on Instagram
android awesome-animation bloc clean-architecture clean-code cross-platform cubit dart flutter flutter-apps flutter-examples flutter-ui instagram instagram-clone instagram-feed instagram-photos instagram-stories ios social-media state-management
Last synced: 12 Nov 2024