Re(1): [출근] 오송출발 – 수서도착

//2024-02-22 기차 시간 표 업데이트 (오송 출발 – 동탄 도착) 열차번호 출발역 도착역 소요시간 SRT 602 오송 06:21 동탄 06:51 00 : 30 SRT 304 오송 07:21 동탄 07:50 00 : 29 SRT 604 오송 07:31 동탄 08:07 00 : 36 SRT 306 오송 07:52 동탄 08:22 00 : 30 SRT 606 오송 09:07 동탄 … Read more

Re(0): [출근] 오송출발 – 수서도착

// 2024-02-22 기차 시간 표 업데이트 출발 열차 소요시간 비고 07:21 SRT 304 00:47   07:31 SRT 604 00:55   07:52 SRT 306 00:49   08:47 SRT 308 00:42   09:07 SRT 606 00:44   09:15 SRT 310 00:42   09:29 SRT 312 00:48   Parent Title : [출근] 오송출발 – 수서도착 Author : changhee1220 … Read more

wp-cli scaffold

The wp scaffold command is part of WP-CLI, which is a command-line interface for WordPress. It allows you to generate boilerplate code for themes, plugins, child themes, post types, taxonomies, and more, helping you speed up your development process. To use any wp scaffold commands, you first need to have WP-CLI installed on your system. Here’s a quick overview … Read more

Autodesk IDP – Samsung ACC White Paper

//2024-02-15(목) Autodesk SSO 대비 White Paper 작성 Why SSO with Autodesk? Autodesk, a leader in 3D design, engineering, and entertainment software, offers a wide range of products, including AutoCAD, Revit, 3ds Max, and more. Many organizations use multiple Autodesk products across different departments and teams. Implementing SSO can provide several benefits: Enhanced Security: With SSO, … Read more

정기권 vs 회수권

ㅁ 2024-02-04(화) 정기권 vs 회수권 – 회수승차권 구매 하는 방법에 대해서 역사에 물어 볼 예정.  => 기존 대비 30% 절감 가능. 

콜린 브라이어 외, Working Backwords (순서파괴), 다산북스

//2024-01-21 SUN :  – 독서 내용 :  부서간 의존성을 줄여라. => 투 피자 팀 (과도기) => 싱글 스레드 리더 의사결정 구조로 전향  => 한 사람이 한 문제에만 전력을 다해 커밋 및 의사결정할 수 있는 오너십 구조 => ‘싱글 스레드 리더’ + ‘분리 가능한(의존성을 줄인) 싱글 스레드 팀’   (부서간 의존성이 높게 편성된 PJT는 실패할 확률이 높으므로,  … Read more

Re(5): AWS Online Docu. : ECS w/ Fargate for Docker Image Based Deployment

//2024-01-19 진행사항 업데이트  – Ubuntu 22.04에 Docker 설치 예정.   – https://docs.docker.com/engine/install/ubuntu/ – Docker 설치 후 테스트 업데이트  – Install AWS cli and docker build / tag / push to AWS ECR  https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html – AWS ECR HELP : Commands    . aws ecr describe registry (ok)   . repository 생성 및 image 누적 작업 필요함.  … Read more

Re(4):AWS Online Docu. : ECS w/ Fargate for Docker Image Based Deployment

// 2024-01-16 진행상황 기록  ㅁ Robert Starmer, Docker on AWS (From virtual machines to containers)  – Hands-on 연습 같이 해서 공부할 예정.(강의자료 : Ex_Files_Docker_AWS) – Code Commit – Docker Build 로 전체적으로 진행되는과정을 알아보고 전체 방향 및 기술습득.   Parent Title : Re:Re:Re:AWS Online Docu. : ECS w/ Fargate for Docker Image Based Deployment Author : … Read more

Re(3):AWS Online Docu. : ECS w/ Fargate for Docker Image Based Deployment

2024-01-16 Docker를 설치해서 ECR에 Push 할 수 있는 환경을 셋업을 해야함.  Docker 설치 기존 가이드 문서 : Window / Ubuntu / Linux 기준으로 작성. 하기 문서 참조. systemctl을 통해서 서버 실행시 바로 docker가 작동하도록 설정 => 하기와 같이 개발환경 셋팅 후 Autoedesk 개발자와도 컨펌을 받을 것 (개발/운영 모두 포함) => 결국, Docker Install => Docker … Read more