code-design
There are 22 repositories under code-design topic.
v-v-d/carts
Layered architecture python example project
anomaly2104/coding-recipies
Recipies for good coding practices
MinaFaried3/SOLID-Principles
SOLID Principles is a coding standard that all developers should have a clear concept for developing software in a proper way to avoid a bad design .it is used across the object-oriented design spectrum. When applied properly it makes your code more extendable, logical and easier to read.
edoardottt/py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:
rakia/angular-dynamic-layout
An Angular Material app that supports 3 dynamic layouts using Angular content projection and ngTemplate
rakia/angular-memory-leaks
How to build and fix an Angular app with memory leaks?
rakia/ng-dynamic-stepper
An Angular 11 dynamic stepper with Angular Material using content projection and ngTemplate
egehanyorulmaz/code-design-patterns
This repository explores the best practices on code design patterns. It includes example code and comprehensive documentation demonstrating how to apply the different patterns in various scenarios.
florinc/onCodeDesign.com
On Code Design
haghighatshoar/SNNs-for-Coding-Theory
an SNN library for designing short channel codes
othmane099/hexagonal-architecture-python
Sample Python REST API implemented according to hexagonal architecture.
cwlowder/CodeDesktopGenerator
Generates cool looking backgrounds for your computer's desktop
donnachaforde/donnachaforde.github.io
Donnacha on GitHub (Blogs & Posts, Lectures and Code)
fhuitelec/gilded-rose-kata
Gilded rose refactoring kata in Python
guifreschi/calculators-code-design
Este projeto foi desenvolvido como parte das aulas de Python na Rocketseat, no módulo de introdução ao design de código. O objetivo foi aplicar boas práticas de programação, estruturando o código de forma limpa e organizada, com a implementação de rotas para quatro calculadoras diferentes.
mohammed-uwais-ali/Cars-ObjectOriented-Programming
Hi there, as a way to teach and hone my object oriented skills, I decided to use an example of cars :) Hope you enjoy the project
joschonarth/crazy-calculators
🧮 This project implements a series of calculators using Python and Flask, following clean code principles and utilizing design patterns to ensure an organized and maintainable codebase.
renan-taranto/renan-taranto.github.io
My blog about software architecture, engineering and design.
SC-CS-KS/KS-RD
Research & Development knowledge system(开发工程[RD] 的知识体系).
shubhamharitash/RoutingService
RoutingService / Router
v-v-d/layered-architecture-ruby
Layered architecture ruby example project