# ENG

30개의 포스트
post-thumbnail

[Eng] Git _ Commit Convention, Commit Message

대부분의 commit message는 title만 작성함Conventional Commit의 구조ex) fix: remove deprecated featuresex) docs(readme): update build instructions<type> category

2023년 4월 25일
·
0개의 댓글
·
post-thumbnail

[Eng] IT 실무 필수 영단어 & 표현 _ 전치사(Preposition)

Prepositionex) 와이파이 사용중일 때 "I'm on wifi"I'm on the wifi (X)Tip) 하지만 네트워크 구성요소인 라우터, 스위치, 케이블과의 관계를 표현할 때는 in 사용There is an issue with the router in th

2023년 4월 19일
·
0개의 댓글
·
post-thumbnail

[Eng] IT 실무 필수 영단어 & 표현

단어의 발음, 동사, 명사, 둘 다 어떻게 사용되는지 정확히, 제대로 알고 있어야 함강세 첫 음절Activate 활성화하다, 작동시키다Allocate 할당하다, 배분하다강세 두 번째 음절Assign 할당하다, 배치하다Asynchronous 비동기적인Access v. 접

2023년 4월 19일
·
0개의 댓글
·

[Eng] Naming Convention

일관된 규칙으로 대상의 특징을 잘 간추려 너무 길지도 짧지도 않게 네이밍하기camelCase 주로 변수, 함수 PascalCase 주로 클래스, 컴포넌트Snake_Case 주로 Python 변수/함수명, 전역 상수ex) 전역 상수는 관습적으로 대문자 사용MIN_ORDE

2023년 4월 19일
·
0개의 댓글
·

[Eng] 특수문자, 부호

()Parenthesis(단괄호) 뒤를 짧게 발음Parentheses(양괄호) 뒤를 길게 발음(Left Parenthesis / Opening Parenthesis)Right Parenthesis / Closing Parenthesis\[]Brackets / Squar

2023년 4월 15일
·
0개의 댓글
·

[Eng] Chapter0: Intro _ IT 실무에 꼭 필요한 전문 용어

변수를 선언하다 = Declaring a variable정수 = Integer 인티저부호가 없는 정수 = Unsigned Integer부호가 있는 정수 = Signed Integer실수(부동소수점) = Float문자 = Character문자열 = String불린 = B

2023년 4월 14일
·
0개의 댓글
·

[Eng] Chapter 0: Intro _ 효율적인 공부 방법, 꼭 알아야 할 구동사

단복수, 관사, 어순, 전치사 개념에 유의I was playing video games yesterday.These issues are awaiting triage.The functions that make up the contract, and that users an

2023년 4월 14일
·
0개의 댓글
·

[Eng] Chapter0: Intro _ level test, 발음

level test -----해당 확장 프로그램은 MacOS의 사파리 브라우저에서 작동하지 않습니다.me => This extends program doesn't work at Safari Browser from MacOSanswer => The extension do

2023년 4월 14일
·
0개의 댓글
·
post-thumbnail

[RxSwift] What are Combining Operators?

Let's take a look at the combining operators in RxSwift.

2023년 3월 8일
·
0개의 댓글
·
post-thumbnail

[RxSwift] What are Transforming Operators?

Let's take a look at the transforming operators in RxSwift.

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

[RxSwift] What are Filtering Operators?

There are several filtering operators. Let's find out about them. Ignore Elements Ignore elements filter simply allows to 'ignore' the events. If w

2023년 3월 5일
·
0개의 댓글
·
post-thumbnail

[RxSwift] What are Subjects?

Subjects function like observables as well as observers.

2023년 3월 5일
·
2개의 댓글
·
post-thumbnail

[RxSwift] What are Observables?

Introduction of observables in RxSwift, and how to implement, subscribe, and dispose observables.

2023년 3월 5일
·
1개의 댓글
·

[tip] source of record vs source of truth

도큐먼테이션을 읽다가 아래와 같은 문장을 발견했는데, 공유해본다. > in these scenarios, the cached state is treated as the record of truth. 그리고 > Source of truth is a list of wha

2023년 1월 11일
·
0개의 댓글
·
post-thumbnail

[VMware Tanzu] grant vCenter sso users Tanzu object access

VMware Tanzu supports k8s infrastructure on legacy VMware vCenter.(well you need version 7.0+) with VMware Tanzu you can manage k8s resources

2022년 10월 14일
·
0개의 댓글
·

[VMware Tanzu] Tanzu CLI

set context to a worker clustertanzu inittanzu loginseems that if not work first need to delete from config file.location of config gile(kubeconfig).k

2022년 10월 13일
·
0개의 댓글
·

[VMware Tanzu] What is Tanzu CE?

it has all features that need to run a k8s environment.구성 요소tanzu cli - 클러스터 생성, 클러스터 내 실행되는 sw 관리managed clusters - 실행시 배포되며 workload cluster를 생성함sta

2022년 10월 13일
·
0개의 댓글
·

[python] aws endpoint dns record automation module

an interesting mission has been delivered to me.one of the clients who had decied to use our solution uses FWs that only supports ip based rules.in no

2022년 10월 12일
·
0개의 댓글
·

[VMware ESXi] set esxi fw rules to default value

while testing one of the VMware vCenter compliances, accidentally set 'Allowed IP Addresses' field to 'Connections not allowed from all IP address' wi

2022년 10월 11일
·
2개의 댓글
·

[AZURE AKS] access AKS cluster nodes

follow below steps on azure powershell or azure cliget nodes.

2022년 10월 11일
·
0개의 댓글
·