🙃
Software Developer, Trainer and Coach
.net C# F# Scrum
-
Jander.IT
- Hamburg, Germany
- jander.it
Highlights
- Pro
Pinned Loading
-
Functional solution to the Bowling Kata
Functional solution to the Bowling Kata 1//
2// Functional Bowling Kata solution in F#
3//
4// uses recursive determination of the score starting with a certain frame number
5// and lookahead for the bonus roll scores
-
Concise F# version of Conway's Game ...
Concise F# version of Conway's Game of Life 1(*
2F# Game of life
34Philip Jander
5@ph_j
-
C# discriminated union type
C# discriminated union type 1// adapted from : http://stackoverflow.com/questions/3151702/discriminated-union-in-c-sharp by Juliet
2public abstract class Union<TA, TB, TC>
3{
4public static Case1 Create(TA x) { return new Case1(x);}
5public static Case2 Create(TB x) { return new Case2(x);}
-
Very brief cqrs projection proof of ...
Very brief cqrs projection proof of concept in node.js 12function UserWasCreated(id, name){
3this.Event = arguments.callee.name;
4this.UserId=id;
5this.Name=name;
-
gundb-shell
gundb-shell PublicA terminal interface for the GunDB distributed graph database
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.