/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
1:39 5/31
twpower.github.io
1:39
twpower.github.io
TWpower’s Tech Blog
https://twpower.github.io/
TWpower's Tech Blog
최종 피드 수집: 2025-05-03 16:17
전체 (116)
2d
[CI/CD] Github Actions actions/github-script에서 별도 파일을 실행하기
Github Actions actions/github-script에서 별도 파일을 실행하기
환경
Github Actions
JavaScript
배경
yq 혹은 코드를 통해 GitHub Actions에 있는 workflow YAML
0
0
0
읽기모드
2d
[CI/CD](EN) Usage of running a separate file in Github Actions actions/github-script
Usage of running a separate file in Github Actions actions/github-script
Environment and Prerequisite
Github Actions
JavaScript
0
0
0
읽기모드
4M
[MySQL] 데이터베이스 조작 시 TRANSACTION 사용하기
환경
MySQL
배경
데이터베이스를 사용하다가 실수를 하지 않으려면 어떤 방법이 있을까 하면서 생각하다가 정리
START TRANSACTION, COMMIT, and ROLLBACK 구문들
START TRANSACTION
새로운
0
0
0
읽기모드
4M
[MySQL](EN) Database manipulation with the use of TRANSACTION
Environment and Prerequisite
MySQL
Background
Thinking about ways to avoid making mistakes while using a database, I came up wit
0
0
0
읽기모드
4M
[UML] 시퀀스 다이어그램(Sequence Diagram)
시퀀스 다이어그램(Sequence Diagram)
환경
UML
시퀀스 다이어그램(Sequence Diagram)
시퀀스 다이어그램(Sequence Diagram)
시퀀스 다이어그램(Sequence Diagram): 객체들의 상호작
0
0
0
읽기모드
4M
[UML](EN) Sequence Diagram
Sequence Diagram
Environment and Prerequisite
UML
Sequence Diagram
Sequence Diagram
Sequence Diagram: UML diagram which shows in
0
0
0
읽기모드
5M
[UML] 유스 케이스 다이어그램(Use Case Diagram)
유스 케이스 다이어그램(Use Case Diagram)
환경
UML
Use Case Diagram
Use Case
유스 케이스(Use Case): 유저가 시스템을 통해서 얻고자 하는 하나의 행위나 이야기를 의미한다.
Use Cas
0
0
2
읽기모드
5M
[UML](EN) Use Case Diagram
Use Case Diagram
Environment and Prerequisite
UML
Use Case Diagram
Use Case
Use Case: Text story which user use system to achiev
0
0
0
읽기모드
5M
[회고] 회고를 해보자
올해의 회고
올해도 어김없이 회고를 작성해 보려 한다. 글이 항상 너무 길어져서 이번에는 길어질걸 예상하고 미리 작성하려 한다. 올해도 다사다난했고 많은 일들과 느낀 점들이 있었다.
배경
올해를 정리하고 내려놓을 것들을 내려두고
0
0
0
읽기모드
5M
[Retrospective](EN) Let’s look back
Retrospective of this year
This year, as always, I plan to write a reflection. My writings tend to get quite long, so I’ve decid
0
0
0
읽기모드
5M
[회고] 개발 회고
개발 회고
배경
회고를 작성하다 보니 내용이 많아서, 따로 글을 작성하게 되었다.
개발 사례 회고
내용
아래 내용들은 회고에 이미 적었던 부분이며, 관련해서 형식 없이 이야기하고 의식의 흐름대로 적어보려고 한다.
일반화 및 표준화
0
0
0
읽기모드
5M
[Retrospective](EN) Development Retrospective
Development Retrospective
Background
I made another post because retrospective already has long contents so I extract this post
0
0
0
읽기모드
6M
[Let’s Encrypt] 도메인의 인증서가 서브도메인의 인증서로 적용되었던 사례
도메인의 인증서가 서브도메인의 인증서로 적용되었던 사례.
환경
Let’s Encrypt
Nginx
Certbot
배경
궁금해서 운영하던 도메인의 인증서를 확인해봤는데 도메인의 인증서가 서브도메인으로 되어있는걸 발견하여 수정했다.
0
0
0
읽기모드
6M
[Let’s Encrypt](EN) Case of subdomain’s certificate was applied to root domain
Case of subdomain’s certificate was applied to root domain.
Environment and Prerequisite
Let’s Encrypt
Nginx
Certbot
Background
0
0
0
읽기모드
7M
[CI/CD] workflow_dispatch와 workflow_call을 사용하지 않을 때 기본값 설정하기
workflow_dispatch와 workflow_call을 사용하지 않을 때 기본값 설정하기
환경
Github Actions
배경
Github Actions에서 workflow_dispatch와 workflow_call에 정의된
0
0
0
읽기모드
7M
[CI/CD](EN) Setting default value when not using workflow_dispatch and workflow_call
Setting default value when not using workflow_dispatch and workflow_call
Environment and Prerequisite
Github Actions
Background
0
0
0
읽기모드
8M
[CI/CD] Github Actions Matrix 사용법과 예제
Github Actions Matrix 사용법과 예제
환경
Github Actions
배경
작업은 동일한데 일부 값들만 변경하여 CI/CD를 실행하고 싶은 경우가 있어서 찾아보고 적용하여 정리한다.
자세한 사용법과 예제는 http
0
0
0
읽기모드
8M
[CI/CD](EN) Usage and example of github actions matrix
Usage and example of github actions matrix
Environment and Prerequisite
Github Actions
Background
I needed to execute CI/CD with
0
0
0
읽기모드
8M
[Python] PyYAML 사용시 키 이름 “on”이 True로 바뀌는 사례
PyYAML 사용시 on이 True로 바뀌는 사례
환경
Github Action
Python
PyYAML
배경
Github Action Workflow 파일을 동적으로 Python을 통해 수정하는데 YAML 파일 파싱시 on이라는
0
0
0
읽기모드
8M
[Python] PyYAML 사용시 키값 “on”이 True로 바뀌는 사례
PyYAML 사용시 on이 True로 바뀌는 사례
환경
Github Action
Python
PyYAML
배경
Github Action Workflow 파일을 동적으로 Python을 통해 수정하는데 YAML 파일 파싱시 on이라는
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy