13 results for “topic:solid-design-principles”
Explore a meticulously crafted ASP.NET Core Web API, featuring Security Identity, JWT, Unit Testing, and API Versioning. This repository embodies best coding practices, delivering a clean, efficient, and scalable solution.
The "Clean Structured API Project" is a template designed to create well-organized and maintainable ASP.NET Core API applications. It follows RESTful principles, Clean Architecture and SOLID principles, implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
SOLID Principles explained with Swift code snippets
This repo houses the code created in the SOLID Design Principle Tutorial Series
A repository for testing theoretical knowledge of the SOLID principles in object oriented programming. (Correct answers will be made available at a later point in time, but can be given by a tutor.)
This repository contains examples of the five SOLID design principles of object-oriented programming. The examples are written in Java. Each example has a "good" and "bad" version to demonstrate adherence to and violation of the principle, respectively.
ASP.Net Core 8 Web Application that displays stock price with live updates from finnhub.io
No description provided.
An interactive simulation desktop game for players to fight monsters, collect treasure, and progress through a maze of dungeon rooms
Notebooks for various topics primers.
SOLID Principles explained with example code snippets
Jukebox is a sophisticated music playlist management system built using object-oriented design principles in Java. The application allows users to create, manage, and play custom playlists with an intuitive command-based interface. This project demonstrates clean architecture, command pattern implementation, and robust exception handling.
SOLID Principles in Swift