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

Block or report iacoware

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 Loading

  1. what-fizzbuzz-can-teach-us what-fizzbuzz-can-teach-us Public

    What FizzBuzz can teach us about design

    C# 3

  2. mocking-frameworks-or-manual-mocks mocking-frameworks-or-manual-mocks Public

    C# 5 1

  3. dotfiles dotfiles Public

    A collection of dotfiles that suits my needs

    Lua 1

  4. react-playground react-playground Public

    Minimal React playground

    JavaScript

  5. docker-tips.md docker-tips.md
    1
    ### Run an app inside docker using only 2 cores (0,1). Mount current directory
    2
    
    
    3
    `docker run --rm -it --cpuset-cpus 0-1  -v $(PWD):/app/ -w /app/ mcr.microsoft.com/dotnet/core/sdk:2.2 dotnet run 1`
    4
    
    
    5
    ### Run asp.net core inside docker with mounted volume
  6. react-formist react-formist Public

    Simple form state management with hooks. Optional integration with Yup validation

    JavaScript 3 1