본문 바로가기

전체 글266

구글 캘린더에 음력 반복 일정 추가 방법 https://galatians220.tistory.com/436 2020. 2. 28.
소프트웨어 아키텍처 패턴 요약 https://mingrammer.com/translation-10-common-software-architectural-patterns-in-a-nutshell/#2-%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8-%EC%84%9C%EB%B2%84-%ED%8C%A8%ED%84%B4-client-server-pattern [번역] 10가지 소프트웨어 아키텍처 패턴 요약 10 Common Software Architectural Patterns in a nutshell을 번역한 글입니다. 대형 엔터프라이즈 규모의 시스템들은 어떻게 설계되었는지에 대해 궁금해 한 적이 있나요? 우리는 주요 소프트 mingrammer.com 2020. 1. 13.
설문 실험을 위한 아마존 서비스 최근에 개발한 앱을 통해 실험 사용자를 모집하고 싶었는데, 열심히 홍보를 해도 아무도 오지 않았다.. 하앍.. 그래서 그냥 돈으로 바르자라는 생각을 하게 되었고, 찾아보니 아마존에 아래와 같은 서비스가 있었다. (사용해보니 매우 좋았다.) 역시 돈이.. 여튼 모두들 참고하길 바란다. https://www.mturk.com/ Amazon Mechanical Turk Amazon Mechanical Turk (MTurk) is a crowdsourcing marketplace that makes it easier for individuals and businesses to outsource their processes and jobs to a distributed workforce who can perfor.. 2019. 10. 30.
리뷰가 빠른 논문을 알고 싶을때 리뷰가 빠른 논문지들을 찾을 일이 있어 찾게 되었고 아래의 유용한 사이트를 발견하게 되었다. 참고하길 바란다. https://scirev.org/ SciRev - Review the scientific review process x If you are looking for an efficient journal to submit your manuscript to, use this search engine to go to your scientific field and compare the performance of its journals on duration and quality of the review process and on the way they handle manuscrip scirev.org ht.. 2019. 10. 29.
브라우저의 고유한 guid 얻기 아래 링크에 잘 설명 되어 있다. https://andywalpole.me/blog/140739/using-javascript-create-guid-from-users-browser-information Using JavaScript to create a GUID from a user’s browser information There may be a time when you need to assign a unique identifier to a user to monitor their subsequent journey. Perhaps the user ... andywalpole.me 2019. 9. 25.
google app engine에서 pm2가 동작이 안 할때 구글 앱엔진을 사용하여 node.js 앱을 올릴때 흔히 쓰는 명령어가 pm2 이다. 하지만 해당 명령어를 package.json에 넣고 deploy하여 접속해도 돌아가지 않는 현상을 겪었다. 이것때문에 이틀을 찾아보았는데 정답은 아래의 링크에 있다. http://pm2.keymetrics.io/docs/usage/use-pm2-with-cloud-providers/ PM2 · Advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance. pm2.keymetrics.io pm2를 클라우드에 올리는 같은 경우는.. 2019. 8. 20.
medium에서 코드 넣기 아래의 두 링크에 잘 나와 있다. https://medium.com/@neotheicebird/how-to-add-code-snippets-to-medium-cc7ca5c3fbe2 How to add code snippets to Medium? The first thing I searched for before writing my first article on medium is to find out how to add code snippets to my articles. medium.com https://medium.com/@aryamurali/embed-code-in-medium-e95b839cfdda 불러오는 중입니다... 2019. 8. 7.
.gitignore가 적용이 안될때 최근 구글 클라우드 리파지토리를 쓰고 있었는데, .gitignore를 세팅하고 푸쉬해도 설정한 폴더가 그대로 남아있음을 확인하였다. 그에 관하여 문제를 찾아보니 아래의 명령어를 치면 해결할 수 있었다. git rm -r --cached . 자세한 사항은 아래의 링크를 확인바란다. https://stackoverflow.com/questions/11451535/gitignore-is-ignored-by-git .gitignore is ignored by Git My .gitignore file seems to be being ignored by Git - could the .gitignore file be corrupt? Which file format, locale or culture does Git e.. 2019. 7. 19.
웹 개발자들이 보면 좋은 동영상 콜롬비아인 니꼴라스는 디지털 노마드로 익히 알려진 사람이다. 그가 생각하는 언어 선택의 자세는 빠르게 변화하는 웹 생태에 어느정도 해답을 내려준다고 생각한다. 모두 참고하시길 .ㅅ. https://www.youtube.com/watch?v=vp_PgzZlyk8 2019. 7. 11.