Pinned Repositories
ChessOnEventSourcing
POC of a chess application using Event Sourcing implementing an event store in PostgreSQL
ComfortablyInject
This repository is created for fun and learning how a DI container works internally
DependencyInjection.DecoratorExtensions
Dependency injection decoration extensions similar to what Scrutor does
HttpFake
Mock HTTP requests easily in your Microsoft.AspNetCore.Mvc.Testing projects
Kata.RomanNumerals
From https://katalyst.codurance.com/roman-numerals
Kata.Roulette
TDD excercise based on the roulette game
KnapSackProblem
KnapSack problem solved using dynamic programming
maslogistics
Prove of concept java project using domain model pattern
PersonalSite.Backend
This repository is used to study Domain-Driven Design principles, practices and patterns.
Selenium.AutomatedTests
Easily write maintainable end-to-end tests by writing scenarios in a fluent fashion.
pablocom's Repositories
pablocom/PersonalSite.Backend
This repository is used to study Domain-Driven Design principles, practices and patterns.
pablocom/Kata.Roulette
TDD excercise based on the roulette game
pablocom/Selenium.AutomatedTests
Easily write maintainable end-to-end tests by writing scenarios in a fluent fashion.
pablocom/Pablocom.LinqExtensions
Linq-style useful and optimal collection treatment extensions
pablocom/AcceptanceTestsPresentation
pablocom/CodeChallenges
Algorithms, data structures and analysis of their computational complexity
pablocom/DesignPatterns
pablocom/GrpcGettingStarted
Grpc exploration via getting started tutorial
pablocom/HypermediaDriven.SocialMedia
ApiRest practitioning following 3 levels of Richardson Maturity Model, payting special attention to Hypermedia Controls
pablocom/ChessOnEventSourcing
POC of a chess application using Event Sourcing implementing an event store in PostgreSQL
pablocom/ComfortablyInject
This repository is created for fun and learning how a DI container works internally
pablocom/DependencyInjection.DecoratorExtensions
Dependency injection decoration extensions similar to what Scrutor does
pablocom/HttpFake
Mock HTTP requests easily in your Microsoft.AspNetCore.Mvc.Testing projects
pablocom/azure-docs
Open source documentation of Microsoft Azure
pablocom/BuildingAsyncAwaitFromScratch
pablocom/CoyoteExploration
pablocom/DotnetDocsShow.MinimalApis
The code used in the .NET Docs Show on Minimal APIs
pablocom/ElasticsearchExploration
pablocom/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
pablocom/IdpGettingStarted
pablocom/Kata.MarsRover
Mars Rover kata, picked up from katalyst's katas collection
pablocom/Kata.SmartFridge
https://www.codurance.com/katalyst/smart-fridge
pablocom/Katas
Collection of katas
pablocom/MinimalApisCourse
pablocom/MiniValidation
A minimalist validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace
pablocom/MockingHttpClient
pablocom/pablocom
My personal repository
pablocom/QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
pablocom/SimpleApi
Trying out new MinimalApi approach included in .NET 6
pablocom/three-js-exploration