archive: 2018/1

0

PRPL 패턴

PRPL 패턴이란PRPL 은 다음의 약자입니다. Push: 초기 URL 에서 가장 중요한 리소스만 푸시합니다. Render: 초기 경로를 먼저 렌더링 합니다. Pre-cache: 남은 경로를 사전에 미리 캐시합니다. Lazy-load: 요청에 따라 필요 시 남은 경로를 로드하고 다음 루트를 만들어 보여줍니다. PRPL은 PWA(Progressive We

0

Docker 명령어 정리

Docker Hub에서 이미지 검색$ docker search ubuntu Docker Hub에서 이미지 받기$ docker pull ubuntu Docker 이미지 목록 확인$ docker images 이미지로 컨테이너 실행(Run)$ docker run -t -i --name sung-something ubuntu:lastest bin/bash -i

0

NVM으로 노드 버전 관리하기

NVM은 로컬에 다양한 버전의 노드를 설치할 수 있게 해주는 툴이다. 설치NVM 문서에 있는 설치 스크립트로 설치한다. cURL:$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash or Wget:$ wget -qO- https://raw.githubuse

0

Node.js Security Overview

해당 자료는 https://github.com/ddok2/TIL/blob/master/nodejs/nodejs-security-overview.md에 작성된 자료이다. Security in the NPM ecosystem Moving the whole traffic of the registry to HTTPS Protect your npm account w

0

Node.js 개발시 주의사항 10가지 (3년전 이야기)

이글은 Need Node.js Help? Check These Top 10 Common Node.js Developer Mistakes 제목으로 MAHMUD RIDWAN 이란 개발자가 쓴 Node.js로 개발하면서 발생하는 10가지 실수들에 대한 내용입니다. 원문에서 확인 하시면 됩니다. Mistake #1: 이벤트 루프의 블록킹Node.js의 자바스크립트

0

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick