Skip to content
View akhansari's full-sized avatar
🦎
🦎
Block or Report

Block or report akhansari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. advent_of_code advent_of_code Public

    My 2 cents for the Advent of Code

    F# 1

  2. EsBankAccount EsBankAccount Public

    Bank Account kata and Functional Event Sourcing in F#

    F# 78 9

  3. F# : Onion architecture in a nutshell F# : Onion architecture in a nutshell
    1
    // 1. pure, don't think about IO at all
    2
    module Domain =
    3
        let add x y = x + y
    4
    
                  
    5
    // 2. think about IO but not its implementation
  4. AspFeat AspFeat Public

    A modular and low ceremony toolkit for ASP.Net Core and F#

    F# 27 2