Skip to content

Instantly share code, notes, and snippets.

View olivier5741's full-sized avatar

Olivier Wouters olivier5741

View GitHub Profile
@olivier5741
olivier5741 / social-based-infection-alert.readme.md
Last active May 13, 2020 12:29
Social based infection alert

Context

Regarding current Covid-19 issue, this is a proposition for a smartphone infection alert system based on social interaction.

Humans are social creatures :

  • They have family and friends they care about
  • They like to gather : meetings, parties, strikes, ...
  • They are always on the move and cross many social places : a bus, a bench in a park, a shop, ...
@olivier5741
olivier5741 / FluentValidationAlternative.cs
Last active February 22, 2024 14:31
An alternative library API to FluentValidation
namespace Validation.Tests
{
using System;
using System.Collections.Generic;
using Xunit;
public class User
{
public string Name { get; set; }
public int Age { get; set; }
{
"input": {
"placeholder": "a placeholder"
},
"nav": {
"home": "Home",
"page1": "Page One",
"page2": "Page Two"
}
}