Skip to content
View marcingolenia's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report marcingolenia

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. fscool fscool Public

    F# 2

  2. postgres-dbup postgres-dbup Public

    Blog post stuff: https://mcode.netlify.com/blog/2020-03-05-database_development_with_docker_and_dbup/

    C# 3 1

  3. spotify-cli-linux spotify-cli-linux Public

    F# 2

  4. Specification pattern C# Specification pattern C#
    1
        public class OrSpecification<T> : Specification<T>
    2
        {
    3
            private readonly Specification<T> _left;
    4
            private readonly Specification<T> _right;
    5
    
    
  5. FSharpDapperWrapper FSharpDapperWrapper
    1
    namespace FSharpDapperWrapper
    2
    
    
    3
    open System.Data
    4
    
    
    5
    module DapperFSharp =
  6. books-mindmaps books-mindmaps Public