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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 👋

  • 🍡 BlogPortfolio
  • 🍜 Web Engineer, especially focus on frontend
  • 🧃 What you learn easily, you forget easily too.If you watch and struggle on your own you will master the technique better
  • 🧠 I'm preparing for the CKA, CKAD, and CKS certifications.
grady982's GitHub stats
timeline
    title My Developer Journey
    2017 : AngularJs
         : .NET Framework
         : Angular
         : NodeJs( Koa )
    2021 : React
         : NodeJs( Express )
    2022 : React
    2023 : Angular 16
         : .NET Core
         : Java
    2024 : Angular 16
         : Java
    2025 : Angular 19
         : Java( Spring Boot )
Loading

TODO Side Projects

  • Embedded SQL Flow
  • Embedded Tableau Report
  • EDM reader

Pinned Loading

  1. 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
    工作流程管理平台
  2. 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
  3. Kubernetes.md Kubernetes.md
    1
    ## Information
    2
    - `kubectl version`
    3
    - `kubectl config view`
    4
    - `cat ~/.kube/config` See ~/.kube/config file
    5
    
                  
  4. 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
  5. Siwtch Java version on Windows Siwtch Java version on Windows
    1
    @echo off
    2
    set JAVA_HOME=C:\Program Files\Java\jdk-17
    3
    set PATH=%JAVA_HOME%\bin;%PATH%
    4
    echo Display Java Version
    5
    java -version
  6. MCP Learning Notes MCP Learning Notes
    1
    # Use MCP servers in VS Code
    2
    
                  
    3
    https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_add-an-mcp-server-to-your-workspace
    4
    
                  
    5
    VS Code acts as an MCP client, allowing you to use AI tools like GitHub Copilot within it. To query your Figma project, you need to install the Figma MCP Server, so that the AI tool (e.g., GitHub Copilot) can interact with Figma through the Model Context Protocol (MCP).