Skip to content
View wonderer80's full-sized avatar
😆
건강한 개발자가 되기 위해 노력 중!
😆
건강한 개발자가 되기 위해 노력 중!

Block or report wonderer80

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

Python Django Ruby Rails AWS Jira Confluence

호기심이 가득한 개발자

Anurag's GitHub stats

Pinned Loading

  1. engineeringladders engineeringladders Public

    Forked from jorgef/engineeringladders

    A framework for Engineering Managers 한글 번역본

    16 4

  2. wonderer80.github.io wonderer80.github.io Public

    Tech Blog

    HTML

  3. 리모트에 없는 로컬 브랜치 정리하기 리모트에 없는 로컬 브랜치 정리하기
    1
    git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d
  4. iterm에서 IP 리스트들에 ssh 접속하기 iterm에서 IP 리스트들에 ssh 접속하기
    1
    ip_list = ARGF.read.gsub('"', '').split("\n")
    2
    
                  
    3
    # 최대 10개 까지만 가능
    4
    number_string = ['first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth']
    5
    
                  
  5. advent_of_code_2021 advent_of_code_2021 Public

    Advent of Code 2021 의 문제 풀이

    Python

  6. tech_blog tech_blog Public

    SCSS