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

Block or report treetips

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. docker-compose-all-mysql docker-compose-all-mysql Public

    MySQL and MariaDB docker containers of MySQL v5.5, v5.6, v5.7, v8.0, mariadb v10.0, v10.1, v10.2, v10.3

    Shell 131 73

  2. typescript-nextjs-redux-material-ui-example typescript-nextjs-redux-material-ui-example Public

    next.js v9, typescript v3.7, redux, material-ui v4, react-hooks, redux-saga, SSR

    TypeScript 120 17

  3. typescript-nextjs-redux-toolkit-material-ui-example typescript-nextjs-redux-toolkit-material-ui-example Public

    TypeScript v3.8, Next.js v9, Redux Toolkit, Material-UI v4, react-hooks, SSR live demo

    TypeScript 82 29

  4. kotlin-quarkus-multiproject-example kotlin-quarkus-multiproject-example Public

    kotlin-quarkus-multiproject-example

    Kotlin 1

  5. ORMのEntity自動生成時の型確認用SQL for MySQL ORMのEntity自動生成時の型確認用SQL for MySQL
    1
    drop table if exists full_columns;
    2
    create table full_columns(
    3
      id bigint unsigned auto_increment comment 'id column',
    4
      col_int int unsigned not null comment 'int column',
    5
      col_smallint smallint unsigned not null comment 'smallint column',
  6. ts-cra-rtk-chakraui-example ts-cra-rtk-chakraui-example Public

    typescript-create-react-app-redux-toolkit-chakraui-example

    TypeScript