Skip to content

patmoreau/holefeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holefeeder

Continuous Integration CodeQL Linter Test Results Mutation testing badge

Introduction

The main purpose of this repository is to showcase what I can do. This is also a constant work in progress to learn new designs, architecture, technologies where my main goal is to be the most efficient in my craft and offering the best/simple solutions for the job.

The more I study Domain Driven Design, the more I realise that this concept answers a lot of issues I've had building software over the years.

Here are some of the key concepts and articles which drives my thinking today:

  1. Domain Driven Design
  2. Event Sourcing
  3. Cloud Design Patterns

Requirements

You will need the following:

  1. Docker
  2. .Net 8

Getting ready

install report generator

dotnet new tool-manifest
dotnet tool install dotnet-reportgenerator-globaltool

generate code coverage report

Run task 'code coverage'

Issues

When port is in use, run this command

lsof -ti :7021 | xargs kill