Giter VIP home page Giter VIP logo

han-birthday's Introduction

LeeLee

Hi, I'm LeeLee.
I'm a DevOps Engineer thinking about what I can contribute to family, company and communities. Here is something about me.


๐Ÿฅ‡ 2024 Goal

  • Joining Dev communities and hosting seminars.
  • Contributing to open source.
  • Reading one book per month on development-related topics.

๐Ÿ›๏ธ Career

  • Kakaostyle as DevOps Engineer (2023.12 ~ )

    • TBD...
  • Kasa Singapore as DevOps Engineer (2022.12 ~ 2023.11)

    • Implemented SSO with Okta.
    • Implemented CI with DroneCI.
    • Managed Github and AWS with Terraform.
  • Kasa Singapore as Backend developer (2021.12 ~ 2022.12)

    • Launched [Digital Exchange for Global Assets, Kasa Singapore].
      • Implemented API with Django.
      • Designed Core Function API. (Subscription, Offering lifecycle, DABS Allocation/Issue/List)
      • Analyzed Requirements and Documented for entire Kasa Singapore Product to Improve Understanding Domain.
      • Applied Singapore government's Oauth mydata service, [Singpass].
  • DNX Korea as Backend developer (2019.08 ~ 2021.11)

    • Launched [Elder Health Care Service, TouchCare].
      • Implemented API with Spring.
      • Implemented Operation website with Fullstack, Spring and Thymeleaf.
      • Implemented Monitoring website with Fullstack, Spring and Thmeleaf.
      • Designed data schema with Mysql.
      • Set infrastructure with AWS and Docker.

๐Ÿ‘ฉโ€๐Ÿ’ป Focusing on



๐Ÿ“ฌ Contact


๐Ÿง Status

Jamie's github stats


๐Ÿ“ Post

han-birthday's People

Contributors

leeleelee3264 avatar

Watchers

 avatar

han-birthday's Issues

ํ”Œ๋Ÿฌํ„ฐ ๋ฐฐํฌ ๋ฐฉ๋ฒ•

https://dajoonee.tistory.com/35
์ด๊ฒŒ ํ›จ์”ฌ ๋” ์ข‹์€ ๋ฐฉ๋ฒ•์œผ๋กœ ๋‚˜์™€์žˆ๋Š” ๊ฒƒ ๊ฐ™์Œ.
์•ž์œผ๋กœ ํ”Œ๋Ÿฌํ„ฐ ํŽ˜์ด์ง€ ๋งŒ๋“ค ์ผ ์žˆ์œผ๋ฉด ์ด๊ฑธ๋กœ ๋งŒ๋“ค์–ด์•ผ๊ฒ ๋‹ค.

https://origogi.github.io/flutter/Flutter-Github-%EC%97%B0%EB%8F%99/
์›๋ž˜ ์ด๊ฑฐ ๋ณด๊ณ  ํ–ˆ๋Š”๋ฐ ํ•œ์ฐธ ์‚ฝ์งˆํ–ˆ๋‹ค;;
๋ธ”๋กœ๊ทธ์— ์˜ฌ๋ ค์ ธ ์žˆ๋Š” ๊ฑฐ๋ž‘ ์‹ค์ œ๋กœ ์‚ฌ์šฉํ•˜๋Š” workflow.yaml ์ด ๋‹ค๋ฅด๋‹ค.


๋นŒ๋“œ๋ฅผ ๋กœ์ปฌ์—์„œ ํ•ด์ฃผ๊ณ  ์˜ฌ๋ ค์•ผ ํ”Œ๋Ÿฌํ„ฐ ๊นƒํŽ˜์ด์ง€ ์ž์ฒด๊ฐ€ ๋Œ์•„๊ฐ€๋Š”๋ฐ,
์ฝ”๋“œ ๋ณ€๊ฒฝ์‚ฌํ•ญ์ด ์žˆ์œผ๋ฉด ๋‚ด ์ƒ๊ฐ์—๋Š” ๋นŒ๋“œ ํŒŒ์ผ์„ ์ง€์šฐ๊ณ  ๋‹ค์‹œ ๋งŒ๋“ค์–ด์•ผ ๋ฐ˜์˜์ด ๋  ๊ฒƒ ๊ฐ™์Œ. (๋นŒ๋“œํŒŒ์ผ์ด ๋งŒ๋“ค์–ด์ง„ ์ƒํƒœ์—์„œ -> ์ˆ˜์ • -> ๊ทธ๋ƒฅ ๋นŒ๋“œ ํ•˜๋ฉด ๋ณ€๊ฒฝ์ด ์ ์šฉ์ด ์•ˆ ๋  ๊ฒƒ ๊ฐ™๋‹ค)


๊ทธ๋ฆฌ๊ณ  ์ฝ”๋“œ merge ํ•˜๋Š”๊ฒŒ ๋„˜ ํž˜๋“ค์—ˆ๋Š”๋ฐ https ๋ชป ์“ฐ๊ฒŒ ํ•˜๋‹ˆ๊นŒ ๊ทธ๋Ÿผ ssh ๋ฅผ ์จ์•ผ ํ• ๊นŒ?? --> ์ฐพ์•„๋ดค์œผ๋‚˜ ์ด๊ฑด ์ •๋ง ๋‡Œ์ ˆ์ด์—ˆ๋‹ค.
๋‹ค ๋ฐฉ๋ฒ•์ด ์žˆ์—ˆ์Œ.

name: HAN
on:
  push:
    branches:
      - master
jobs:
  build:
    name: Build Web
    env:
      my_secret: ${{secrets.commit_secret}}
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: subosito/flutter-action@v1
        with:
          channel: 'dev'
      - run: flutter config --enable-web
      - run: flutter pub get
      - run: flutter build web --release --no-sound-null-safety
      - run: |
            cd ./build/web
            git config --global user.email [email protected]
            git config --global user.name leeleelee3264
            git remote set-url origin https://${{secrets.commit_secret}}@github.com/leeleelee3264/han-birthday.git
            git checkout -b gh-pages
            touch empty_file_trigger
            date >> empty_file_trigger
            git status
            git add .
            git commit -m "update"
            git push origin gh-pages -f

secret ์€ ๋‚ด๊ฐ€ ์•„๋Š” ๊ทธ ๊นƒํ—ˆ๋ธŒ ์‹œํฌ๋ฆฟ์ด ๋งž๋‹ค. ๊ทผ๋ฐ ๊ทธ๋ƒฅ ์ „์ฒด ์„ธํŒ…์—์„œ ๋ฐœ๊ธ‰ํ•˜๊ณ  ๋•ก์ด ์•„๋‹ˆ๋ผ, ๊ทธ ํ‚ค๋ฅผ
๋ ˆํฌ์ง€ํ† ๋ฆฌ ํ™˜๊ฒฝ secret์—๋„ ๋„ฃ์–ด์ค˜์•ผ ํ•œ๋‹ค.

๊ทธ๋ฆฌ๊ณ !!! ๊นƒํ—ˆ๋ธŒ ์ฃผ์†Œ๋ฅผ ์ €๋ ‡๊ฒŒ ์“ฐ๋ฉด!!! ์ธ์ฆ์—†์ด๋„ ๋˜๋Š” ๊ฒƒ์ด๊ณ , ssh ๋„ ์•ˆ์จ๋„ ๋˜๋Š” ๊ฒƒ์ด์—ˆ๋‹ค,. ${{secrets.commit_secret}}@github ์–ด์ฉŒ๊ตฌ ์ด๋Ÿฐ ์‹์œผ๋กœ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.