분류 전체보기(864)
-
커스텀 Docker 이미지 제작 및 등록
https://www.sauru.so/blog/getting-started-with-docker/ Docker: Getting Started with Docker 예상하지 못했던 여유가 생겨서, 미루고 또 미뤘던 주제를 하나 정리하려고 한다. 이미 많은 사람들에게 친숙한 기술용어가 되어버린 Container, 그리고 그 시대를 이끌고 있는 대표주자인 Docker가 그것인데, 이번 글에서는 Docker의 개념에 대하여 대충 정리하고, 다음 글에서는 Ubuntu 환경에서 Docker를 설치하여 맛을 보는 과정을 짧게 정리하려고 한다. www.sauru.so https://niceman.tistory.com/36 [Docker] CentOS 7 - Docker 설치 및 실행 방법 1. Docker 기본 설치 ..
2019.10.23 -
GitLab-CI를 이용한 테스트 및 빌드, 배포 자동화
GitLab-CI Registry 활성화 및 설치 https://allroundplaying.tistory.com/31 GitLab Container Registry 활성화 하기 ref1 : GitLab Documentation ref2 : Docker 개인저장소 구축 Gitlab Container Registry는 Gitlab 8.8(2016.05)에서 처음 소개되었습니다 Notes: Introduced in GitLab 8.8. Docker Registry manifest v1 support.. allroundplaying.tistory.com https://swalloow.github.io/gitlabci-docker Swalloow Blog {% if page.logo %}{% endif %} {..
2019.10.21 -
NUXT에서 JEST를 이용한 테스트
쓸만한 레퍼런스가 있어서 어렵지 않게 처리했으나, 역시나 예외 상황은 발생한다. https://medium.com/@changjoopark/nuxt-js%EC%97%90-jest-storybook-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-7f819ef6d4f8 Nuxt.js에 Jest설치하기 Vue.js 프로젝트는 보통 vue-cli 를 이용해 스캐폴딩합니다. Nuxt는 nuxt-community 조직을 통해 starter-template, typescript-template 또는 express-template을 제공하는데 대부분의… medium.com 의존성 설치 npm의 경우 npm install --save-dev babel-jest jest jest-vue-preproce..
2019.10.21 -
Steem API References
https://developers.steem.io/#introduction-welcome API Docs Steem Developer Documentation. developers.steem.io https://steemit.github.io/swift-steem/index.html Steem Reference Steem Reference Steem Reference steemit.github.io https://github.com/steemit/swift-steem steemit/swift-steem Steem client library for iOS, macOS and Linux written in Swift - steemit/swift-steem github.com
2019.10.18 -
R의 ggmap 연동 방법 변경
loc
2019.07.12 -
크롬 웹브라우저에서 번역 팝업 비활성화
크롬을 이용할 때 자동 번역은 유용하게 사용하는 기능이지만, 우리가 만든 웹페이지에 계속 뜨는 것을 원치 않는다면 막을 필요가 있다. 특정 부분만 막거나 사이트 전체에 적용을 하는 방법이 있는데, 그냥 메타 정보에 집어넣는 것이 편할 것 같다. https://esarang.tistory.com/828 구글 크롬의 자동 번역막기 notranslate 태그 - 프로그래밍 구글 크롬의 자동 번역막기 notranslate 태그 - 프로그래밍 mailid@test.com 이메일 등 특정 부분만 자동번역되지 않게 하고자 할때 span 태그를 이용합니다. 이 경우 esarang.tistory.com 다만, 리액트를 사용할 경우에는 meta 태그를 그냥 사용할 수 없으므로 render() 함수 안에 다음과 같이 메타 ..
2019.06.19