Skip to content
View joanna-liana's full-sized avatar
🙈
🙈
Block or Report

Block or report joanna-liana

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. commission-calculator commission-calculator Public

    Calculator driven by DDD-inspired policies

    TypeScript

  2. alias-it alias-it Public

    A utility tool for creating shell aliases.

    Go

  3. distributed-morsel distributed-morsel Public

    Distributed tracing playground using a mock food delivery app (Node + Go)

    TypeScript

  4. cqrs-booking-kata cqrs-booking-kata Public

    CQRS, kata-based playground including Express and Nestjs flavours of the same app

    TypeScript

  5. Easy-peasy Go update; a bash script ... Easy-peasy Go update; a bash script using the latest available version (default) or a specific archive name; ZSH is assumed to be the default shell.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Script adapted from https://golangcode.com/updating-go-on-ubuntu/
    4
    
                  
    5
    set -o errexit
  6. specification-pattern specification-pattern Public

    Sample (and incomplete) implementation of the Specification pattern in Node.js + TypeORM

    TypeScript 3