Skip to content
View 7kitan's full-sized avatar

Block or report 7kitan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. custom-fonts custom-fonts Public

    Custom .ttf files

  2. moe-chiri moe-chiri Public

    HTML

  3. programming-self-assessment programming-self-assessment Public

    Checklist of programming skills, summarized as a checklist

    1

  4. Effective F#, tips and tricks Effective F#, tips and tricks
    1
    ## Architecture
    2
    
                  
    3
    * Use Onion architecture
    4
      * Dependencies go inwards. That is, the Core domain doesn't know about outside layers
    5