Skip to content

Instantly share code, notes, and snippets.

@YooWaan
Last active February 22, 2024 06:55
Show Gist options
  • Save YooWaan/cb66ea94affa189e82c64742ae12560b to your computer and use it in GitHub Desktop.
Save YooWaan/cb66ea94affa189e82c64742ae12560b to your computer and use it in GitHub Desktop.
+ Pros
   + aaaa
   + bbbb
- Cons
   - no
   - no no
+ Pros
+ aaaa
+ bbbb
- Cons
- no
- no no

Note

Text text text

Important

the public Vercel instance hosted on https://github-readme-stats.vercel.app/api could possibly hit the rate limiter.


Warning

  • bara bara
  • dooo dooo

Caution

Hey how are you

Tip

  • tip
  • tip tip tip

Static Badge


RED

<style>H1{color:Blue;}</style>

$$\color{green}{Green}$$ $\color{red} \fcolorbox{red}{white} {Red}$

#f03c15 #f03c15

transfer/  ... transport layer of data lake server
ddd/
   domain/     ... Entity layer
   app/        ... Interactor layer
   repository/ ... Repository layer
   adapter/    ... Adapter layer
shared/types   ... Shared context

MermaidJS

Flow

flowchart LR
    id1(View) -- User action --> id2(Controller) -- Update -->  id1
    id2(Controller) -- Update --> id3(Model) -- Notify --> id2
Loading
flowchart TB
    s(Start) --> dep(Resolve Dependency)
    subgraph Build
      dep --> cpg(Build Golang)
      dep --> cpp(N/A)
    end

Loading

Git

%%{init: { 'logLevel': 'debug', 'theme': 'base'} }%%
gitGraph
  commit tag: "latest version"
  branch develop
  checkout develop
  commit
  branch featureA
  checkout featureA
  commit
  checkout main
  commit
  branch hotfix
  checkout hotfix
  commit
  checkout main
  merge hotfix tag: "minor version up"
  checkout develop
  merge featureA
  checkout develop
  commit
  branch featureB
  checkout featureB
  commit
  checkout develop
  merge featureB
  checkout main
  merge develop
  commit tag: "update version"
Loading
%%{init: { 'theme': 'base' } }%%
gitGraph
    checkout main
    commit tag: "prev tag"
    commit
    branch feature
    checkout feature
    commit
    branch go_feature
    checkout go_feature
    commit
    checkout feature
    merge go_feature
    checkout main
    merge feature id: "go/xxx/v0.0.x"
    commit id: "go/pkgs/yyyy/v0.0.x"
    commit id: "go/pkgs/zzzz/v0.0.x"
    checkout feature
    commit
    branch python_feature
    checkout python_feature
    commit
    checkout feature
    merge python_feature
    checkout main
    merge feature tag: "python/lib/v0.0.x"
    commit id: "Release Note"
Loading
flowchart BT
	classDef ext font-size:x-small, color:#888
	domain-info(["🛈 The library provides core resources, vert.x components and domain classes"]):::ext
  
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment