Pinned Repositories
csharp10-features-notebook
A C# Jupyter notebook to show the new features for C#10
csharp9-features-notebook
A C# Jupyter notebook to show the new features for C#9
d2zerohour
Tool to help with Destiny 2 Zero Hour mission
dotnet-how-to-debug-source-generator-vs2022
Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022
dotnet-optics
This repository contains a library and an example application of how to implement and use the Functional Programming concept of Optics. It also introduces a spin in the API to enhcance readability and reduce noise when creating lenses.
dotnet-rabbitmq-client-instrumentation-app-insights
A RabbitMQ client for .NET with instrumentation so that events are properly correlated in Application Insights
dotnet-scenario-unittesting
A very easy way to write Unit Tests in xUnit, leveraging NSubstitute and AutoFixture.
german-cheatsheets
A collection of cheat sheets to learn German
thoughts-on-testing
Contains my thoughts about the current state of software testing
JoanComasFdz's Repositories
JoanComasFdz/dotnet-how-to-debug-source-generator-vs2022
Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022
JoanComasFdz/dotnet-rabbitmq-client-instrumentation-app-insights
A RabbitMQ client for .NET with instrumentation so that events are properly correlated in Application Insights
JoanComasFdz/csharp10-features-notebook
A C# Jupyter notebook to show the new features for C#10
JoanComasFdz/csharp9-features-notebook
A C# Jupyter notebook to show the new features for C#9
JoanComasFdz/d2zerohour
Tool to help with Destiny 2 Zero Hour mission
JoanComasFdz/dotnet-optics
This repository contains a library and an example application of how to implement and use the Functional Programming concept of Optics. It also introduces a spin in the API to enhcance readability and reduce noise when creating lenses.
JoanComasFdz/dotnet-scenario-unittesting
A very easy way to write Unit Tests in xUnit, leveraging NSubstitute and AutoFixture.
JoanComasFdz/german-cheatsheets
A collection of cheat sheets to learn German
JoanComasFdz/Pomodoro
Metro-UI pomodoro
JoanComasFdz/thoughts-on-our-job
A short assay about how I see the current state of software development
JoanComasFdz/thoughts-on-testing
Contains my thoughts about the current state of software testing
JoanComasFdz/aws-lambda-dotnet6
Contains examples, analysis and learnings of basic AWS Lambda functions implemented following the different AWS templates
JoanComasFdz/aws-lambda-dotnet7
Contains examples, analysis and learnings of basic AWS Lambda functions implemented following the different AWS templates for .NET 7
JoanComasFdz/BlazorApp1
Quick test to see if debugging source generator works with blank Blazor app
JoanComasFdz/d2chalice
Tells you what runes to place in the chalice in order to get the loot you want
JoanComasFdz/Destiny-2-Solo-Enabler
Repo containing the C# and XAML code for the D2SE program. Included is also the dependency for the program, and image asset.
JoanComasFdz/dotnet-aspnetcore-parallel-integration-testing
This repository contains an example of integration tests for an ASP .NET Core application, that run in parallel, with its own database where the name is the test class and the method name, in a single postgresql test container
JoanComasFdz/dotnet-exercise-license-management
JoanComasFdz/dotnet-exercise-state-updates-readmodel-docs
I document all my thoughts about coding in C# applying certain functional programming concepts
JoanComasFdz/dotnet-exercise-state-updates-readmodel-functional
Exercise to start applying functional programming concepts in dotnet C#
JoanComasFdz/dotnet-exercise-state-updates-readmodel-oop
Implementation of the state update readmodel in traditional oop
JoanComasFdz/dotnet-log-to-db
A simple implementation of an app to read a log file, do minimal parsing and insert it into a database, so that later it can be queried in a more advanced way than tryin to find things in a text file line by line.
JoanComasFdz/dotnet-parse-from-regex
A tool to parse strings via regex with named capture groups into a type, in C#
JoanComasFdz/dotnet-rabbitmq-client-instrumentation-open-telemetry
A RabbitMQ client library for dotnet
JoanComasFdz/logfile-analyisis-grafana-loki
Contains a Grafana Loki stack to analyze existing log files
JoanComasFdz/manage-azure-vm-notebook
A step by step notebook to create virtual machines in azure
JoanComasFdz/spaceship-prompt
:rocket::star: A Zsh prompt for Astronauts
JoanComasFdz/spaceshipprompt-ohmyszh-ubuntu-hyper-windows
Step by step guide to have Spaceship Prompt Oh My Zsh for Ubuntu in Hyper on Windows
JoanComasFdz/terminal-powershell-oh-my-posh-spaceship
Step by step guide to supercharge Widows Terminal and PowerShell with Oh My Posh with Spaceship prompt
JoanComasFdz/update-choco-ubuntu-at-statup-script
This repo contains the necessary scripts to update chocolatey packages and ubuntu packages at startup. Usefull for keeping VMs up to date.