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

Block or report saitofjp

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

    Roadmap to become a professional Software Engineer in 2021 https://github.com/saitofjp/roadmap/wiki

    1

  2. redux-action-chain redux-action-chain Public

    redux-action-chain is a middleware that aims to easily manage side effects of application.

    TypeScript 2

  3. vscode-workspace-collor vscode-workspace-collor Public

    Easily change part of Color theme for Workspace setting.

    TypeScript 5 3

  4. scala-jooq-example scala-jooq-example Public

    JOOQ.scala Type safe で、ほぼSQL

    Scala 2

  5. FF.java FF.java
    1
    public class FF {
    2
        privae sttic void doIntroduction() {
    3
            // ----------------------------------------- Java Function基本  -----------------------------------------
    4
    
    
    5
            //Functionは一つの引数を受け取って、一つの結果を返す
  6. DDD-vs-TransactionScript DDD-vs-TransactionScript Public

    DDD風と、トランザクションスクリプト(従来)風の実装を比べるリポジトリです。

    Java