[go: up one dir, main page]

Skip to content
View grady982's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report grady982

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
grady982/README.md

Hi ~ I'm Grady 👋

  • 🍡 Blog
  • 🍜 Frontend Developer
  • 🧃 What you learn easily, you forget easily too.If you watch and struggle on your own you will master the technique better

Anurag's GitHub stats


timeline
    title My Developer Journey
    2017 : AngularJs
         : .NET Framework
         : Angular
         : NodeJs( Koa )
    2021 : React
         : NodeJs( Express )
    2022 : React
    2023 : Angular
             : .NET Core
             : Java
Loading

Pinned Loading

  1. Embeded Tableau View Embeded Tableau View
    1
    # Tableau Embedded in Angular
    2
    
                  
    3
    在 Angular 中嵌入 Tableau Report 需要解決以下幾點:
    4
    
                  
    5
    1. Tableau 嵌入代碼
  2. Airflow Airflow
    1
    [REF](https://www.youtube.com/watch?v=K9AnJ9_ZAXE)
    2
    
                  
    3
    # What is Airflow
    4
    Manage complex workflows;Workflow management platform
    5
    工作流程管理平台
  3. Docker.md Docker.md
    1
    ## Information
    2
    
                  
    3
    - `docker version`
    4
    - `docker info` shows most configuration values for the engine
    5
    - `docker system df` to see space usage
  4. Kubernetes.md Kubernetes.md
    1
    
                  
    2
    ## Information
    3
    - `kubectl version`
    4
    - `kubectl config view`
    5
    - `cat ~/.kube/config` See ~/.kube/config file
  5. git git
    1
    ## Basic
    2
    - `git init` initial local repository
    3
    - `git status` local change status
    4
    	- `git diff`
    5
    - `git add .` add local change into stage