Skip to content

Instantly share code, notes, and snippets.

View teddyhong182's full-sized avatar
🏠
Working from home

Kiwon Hong teddyhong182

🏠
Working from home
  • South Korea
View GitHub Profile

애드 용어 사전 ver 0.1

ADNetwork

다수의 광고 매체를 네트워크로 묶어 광고주에게 판매하는 업체이다. 포커스엠의 현재 포지션이라고 할 수 있다.

DSP(Demand Side Platform)

광고주가 광고를 효율적으로 하기위해 자동화된 방식으로 매체를 구매할 수 있는 플랫폼이다.

@teddyhong182
teddyhong182 / nvm-installation-guide.md
Last active December 31, 2018 08:44
맥OS (mac) 에서 NVM 설치하는 방법

NVM(Node Version Manager) Installation Guide

Mac에서 NVM 설치하는 방법

Installation

1. Install script

최신버전 확인

@ihoneymon
ihoneymon / springboot-fundamental.md
Last active April 21, 2020 04:51
스프링부트springboot 이야기

1-1 스프링부트springboot 이야기

1. 스프링부트springboot란?

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

  • 스프링부트는 단독실행되는, 실행하기만 하면 되는 상용화 가능한 수준의 스프링 기반 애플리케이션을, 쉽게 만들어낼 수 있다.
  • 최소한의 설정으로 스프링 플랫폼과 서드파티 라이브러리들을 사용할 수 있도록 하고 있다.

1.1. 스프링부트 기능