Fixing /data/db not found error in MacOS X when starting MongoDB by 손지민
- You decided to try MongoDB as the database because you heard a great thing about it
- execute sudo chown -R `id -un` MongoData (or your directory name) cd MongoData (or your directory name) to go inside the directory Lastly
- this helped to resolve the issue of getting /data/db not found issue when you run mongod process in Mac OS X first itme
고정된 IP를 통과해 Elastic Beanstalk 접근하기 그 두번째 by 주영익
- 사실 이 구성을 고민한 지 얼마 되지 않은 2018년 말에 AWS Global Accelerator가 발표됐었다
- AWS Global Accelerator는 AWS 리전에서 호스팅되는 애플리케이션의 고정 진입점 역할을 하는 하나 이상의 정적 IP 주소를 제공합니다
- AWS Global Accelerator -> Elastic Beanstalk(+ ALB)
How to resolve “Error Connecting to db. by 손지민 about Node
- I used MongoClient code snippet below to connect to a local Mongo DB from NodeJS using the following command
- Make sure that I am calling the correct API endpoint — This is not going to be a problem since it complains that MongoDB is not responding
- setting bindIP a value explicitly sets the Mongo DB to listen to that port only
프론트엔드 면접 핸드북 - 자바스크립트 (1) by 정서영 about Javascript
- prototype = parent ; return new Tmp ( ) ; } ; } const Parent = function ( ) { this
- log ( foo === undefined ) ; function bar ( ) { } var baz = bar ( ) ; console
- function counter ( ) { let num = 0 ; function increase ( ) { num += 1 ; return num ; } return increase ; } const c = counter ( ) ; console
[3D Slash] 자전거 부품 만들기 사례 by 이동준
- 자바실험실 > 3D 프린터 데이터 > [3D Slash] 자전거 부품 만들기 사례
- 3DSlash 프로그램으로 3D 데이터를 만들기 전에 치수 측정을 해 둡니다
- 3DSlash는 온라인으로도 간단하게 데이터를 만들 수 있을 정도로 쉬운 프로그램입니다
2019년에 읽은 책 by 주영익
- 이 스터디 이후 ‘테스트 주도 개발로 배우는 객체 지향 설계와 실천’으로 TDD 스터디를 시작했는데
- 그리고 매니저라면 조직원의 한계를 제한하지 않기 위해 좋은 조언을 들을 수 있을 것으로 기대한다…만 정확히 무슨 내용이었는지는 다시 책을 펼쳐보아야겠다
- ‘도메인 주도 설계 구현’이 매우 두껍고 어렵기 때문에 이 책으로 위안을 얻을 수도 있긴 하겠지만