Posts by Category

devops

무작정 쿠버네티스(Kubernetes) 해보기 02

4 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

무작정 쿠버네티스(Kubernetes) 해보기 01

2 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

무작정 쿠버네티스(Kubernetes) 해보기 00

최대 1 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

도커로 Jenkins 구축하기

최대 1 분 소요

CI툴인 Jenkins를 설치하고 운영하려고 합니다. 일반적인 설치과정도 어렵진 않지만 docker로 컨테이너를 실행시켜 보겠습니다.

SVN Commit Message 수정하기

2 분 소요

사내에서 SVN를 관리하다보면 다음과 같은 상황이 발생합니다. Commit 메시지를 미작성 혹은 굉장히 부실하게 작성한 경우 Commit한 메시지를 타인이 이해하기 힘든 경우

Back to Top ↑

programming

Template Method Pattern

최대 1 분 소요

Define the skeleton of an algorithm in an operation, deferring some steps to client subclasses. Template Method lets subclasses redefine certain steps of ...

Adapter Pattern

1 분 소요

Convert the interface of a class into another interface that clients expect. The adapter pattern lets classes work together that couldn’t otherwise becaus...

Iterator Pattern

3 분 소요

The essence of the Iterator Pattern is to “Provide a way to access the elements of an aggregate object sequentially without exposing its underlying repres...

접근 제어자

최대 1 분 소요

접근제어자는 Java를 처음 배울때 기초적으로 학습하게 됩니다.

Back to Top ↑

oop

Template Method Pattern

최대 1 분 소요

Define the skeleton of an algorithm in an operation, deferring some steps to client subclasses. Template Method lets subclasses redefine certain steps of ...

Adapter Pattern

1 분 소요

Convert the interface of a class into another interface that clients expect. The adapter pattern lets classes work together that couldn’t otherwise becaus...

Iterator Pattern

3 분 소요

The essence of the Iterator Pattern is to “Provide a way to access the elements of an aggregate object sequentially without exposing its underlying repres...

Back to Top ↑

kubernetes

무작정 쿠버네티스(Kubernetes) 해보기 02

4 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

무작정 쿠버네티스(Kubernetes) 해보기 01

2 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

무작정 쿠버네티스(Kubernetes) 해보기 00

최대 1 분 소요

온프레미스(On-premise)베이스의 제품을 클라우드 컨테이너기반의 제품으로 적용(테스트)시키는 개인적인 경험에 대한 시리즈입니다. 가볍게 읽어주시면 감사하겠습니다.

Back to Top ↑

docker

도커로 Jenkins 구축하기

최대 1 분 소요

CI툴인 Jenkins를 설치하고 운영하려고 합니다. 일반적인 설치과정도 어렵진 않지만 docker로 컨테이너를 실행시켜 보겠습니다.

Back to Top ↑

svn

SVN Commit Message 수정하기

2 분 소요

사내에서 SVN를 관리하다보면 다음과 같은 상황이 발생합니다. Commit 메시지를 미작성 혹은 굉장히 부실하게 작성한 경우 Commit한 메시지를 타인이 이해하기 힘든 경우

Back to Top ↑

java

접근 제어자

최대 1 분 소요

접근제어자는 Java를 처음 배울때 기초적으로 학습하게 됩니다.

Back to Top ↑

spring

Back to Top ↑