Pinned Repositories
Algorithm-and-Leetcode
I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.
Authentication-Authorization-Service
This is a sample API, using Authentication and Authorization on Microsoft .NET 7. We have several endpoints, that require different authentication policies for access (via JWT Bearer Token).
banking-kata
CustomerManagement
A sample application for Applying Functional Principles in C# 6 using Microsoft .NET 6. The same course is available here. App was migrated, from .NET Framework 4.5 to .NET 6 (education purposes).
game-hub
Welcome to Game Hub, a website where you can discover new games and track your progress in your favorite games.
marsRover-tdd-kata
Mars Rovers Kata is a coding exercise designed to practice Test-Driven Development (TDD) using .NET. This kata simulates the movement of rovers on the surface of Mars. The requirements and detailed description of the kata can be found on the Kata Catalog - Mars Rovers Kata.
Sales-Clean-Architecture
A sample application for Clean Architecture: Patterns, Practices, and Principles using Microsoft .NET 6. The same course is available here. App was migrated, from .NET Framework 4.8 to .NET 6 (education purposes).
SnachMachine-DDD
DddInPractice - DDD in Practice Pluralsight course
Student-Management-Clean-Architecture
Source code for the CQRS in Practice Pluralsight course
URLShortener
URL Shortener is a simple web application that shortens long URLs into shorter, more manageable links. This project provides a convenient way to generate short URLs for sharing on social media, emails, or any other communication channels.
amlsantos's Repositories
amlsantos/CustomerManagement
A sample application for Applying Functional Principles in C# 6 using Microsoft .NET 6. The same course is available here. App was migrated, from .NET Framework 4.5 to .NET 6 (education purposes).
amlsantos/Algorithm-and-Leetcode
I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.
amlsantos/Authentication-Authorization-Service
This is a sample API, using Authentication and Authorization on Microsoft .NET 7. We have several endpoints, that require different authentication policies for access (via JWT Bearer Token).
amlsantos/banking-kata
amlsantos/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
amlsantos/game-hub
Welcome to Game Hub, a website where you can discover new games and track your progress in your favorite games.
amlsantos/marsRover-tdd-kata
Mars Rovers Kata is a coding exercise designed to practice Test-Driven Development (TDD) using .NET. This kata simulates the movement of rovers on the surface of Mars. The requirements and detailed description of the kata can be found on the Kata Catalog - Mars Rovers Kata.
amlsantos/Sales-Clean-Architecture
A sample application for Clean Architecture: Patterns, Practices, and Principles using Microsoft .NET 6. The same course is available here. App was migrated, from .NET Framework 4.8 to .NET 6 (education purposes).
amlsantos/SnachMachine-DDD
DddInPractice - DDD in Practice Pluralsight course
amlsantos/Student-Management-Clean-Architecture
Source code for the CQRS in Practice Pluralsight course
amlsantos/URLShortener
URL Shortener is a simple web application that shortens long URLs into shorter, more manageable links. This project provides a convenient way to generate short URLs for sharing on social media, emails, or any other communication channels.
amlsantos/bowling-kata-tdd
The Bowling Game Kata is a classic exercise used to practice test-driven development (TDD) and improve understanding of the rules and scoring mechanics of bowling. The goal is to create a class that can calculate the score of a bowling game based on a series of rolls.
amlsantos/CoffeeMaker
amlsantos/design-patterns-for-humans
An ultra-simplified explanation to design patterns
amlsantos/ExpressionTree-tdd-kata
This is a sample coding exercise, designed to practice Test-Driven Development (TDD) using .NET. This kata models an infix notation into an expression tree. Please watch this video for more insights: The Clean Code Talks - Inheritance, Polymorphism, & Testing.
amlsantos/FileStore
Adapted from talk given by Mark Seemann for Encapsulation and SOLID. He discusses the heuristics and provides his own implementation. The talk is available on pluralsight.com and is called "Encapsulation and SOLID". https://www.pluralsight.com/courses/encapsulation-solid
amlsantos/M4CoffeeMaker
amlsantos/OnlineTheater
Pluralsight Course Refactoring from Anemic Domain Model Towards a Rich One
amlsantos/parrot-kata-refactoring
amlsantos/RatingEngine
A sample application used to demonstrate SOLID principles for the Pluralsight course, SOLID Principles for C# Developers.
amlsantos/RefactoringToCleanerCode.net
amlsantos/santos-an
My personal repository
amlsantos/stringcalculator-tdd-kata
amlsantos/tennis-kata-refactoring
amlsantos/WorldCities
The application is an API for a cities management system. We have several endpoints, that require different authentication policies for access (via JWT Bearer Token).