본문 바로가기

카테고리 없음

2020-06-07 18시 개발자 글 모음 | "학교 다닐 때 전공동아리 운영했던 이" 외 12개 이야기

394. ECS 만들어보자 by 서태호

  • Service > ECS > 새작업 정의 > Create new Task Definition > EC2 > 다음 >
  • ecs > Clusters > ECSCluster > 만들기 > EC2 선택
  • Service > ECS > 작업 정의 > mycontainer >새 작성 (create new revison)>


라즈베리파이(RaspberryPi) GPIO로 shutdown 명령하기 by 이동규


    395. ElastiCache by 서태호 about Cache

    • <4> ElastiCache 엔트포인트 확인
    • ElastiCache > redis > mycache > action > copy node endpoint 엔트포인트 확인
    • server manager > local > IE Enhaceded Security Configure : admin / user OFF로 변경


    [펌]Howto Design a Web App. - Software Architecture 101 by 이종우

    • Then some of the popular technologies which enable you to write these apps are NodeJS and the popular Python framework known as "); background-size: 1px 1px; background-position: 0px calc(1em + 1px);">Tornado
    • a P2P distributed search engine or a P2P Live TV radio service — something similar to LiveStation by Microsoft perhaps — then you’ll want to look into JavaScript protocols like DAT and IPFS
    • "); background-size: 1px 1px; background-position: 0px calc(1em + 1px);">Web Application and Software Architecture 101 is a great place to start learning the best practices for designing and implementing web applications


    학자가 된다는 것 [대학원생 때 알았더라면 좋았을 것들 리뷰] by 백지오

    • 그러던 중 한 교수님의 추천으로 "대학원생 때 알았더라면 좋았을 것들"이라는 책을 읽게 되었다
    • 참고로 "대학원생 때 알았더라면 좋았을 것들"은 아래 웹 사이트에서도 읽을 수 있다
    • 한 문제를 바라보는 학생과 교수의 시각 차이 등을 비롯하여 대학원이라는 장소를 통해 학계에 발을 들이게 될 미래를 상상하는데 큰 도움이 될 내용들을 다룬다


    396. CodeDeploy by 서태호 about Linux

    • aws deploy push --application-name WordPress_App --description "This is a revision for the application WordPress_App" --ignore-hidden-files --s3-location s3://BUCKET/WordPressApp
    • aws deploy create-deployment-group --application-name WordPress_App --deployment-config-name CodeDeployDefault
    • bundleType=zip --deployment-group-name WordPress_DG --description "This is a revision for the application WordPress_App"


    [android] AMD CPU에서 android emulator 설치시 4294967201 오류 해결하기 by 이종호 about Android

    • Android Emulator Hypervisor Driver for AMD Processors installation failed
    • To install Android Emulator Hypervisor Driver for AMD Processors follow the instructions found at: https://github
    • AMD CPU에서 가상화 관련하여 발생하는 문제인 듯하다


    [flutter] 프로젝트 설정 & 기본 앱 만들어보기 by 이종호 about Intellij,Flutter

    • 내 경우는 설치 경로를 아래 화면과 같이 C:\dev\flutter_sdk\flutter으로 했다
    • dart 가 실행 불가하다는 표시가 되어 있다면 Dart SDK가 설정이 되지 않아서 그렇게 보이는 것이다
    • 'You have pushed the button this many times' 텍스트를 'You have Click the button this many times' 으로 변경해보자


    [IT] 리눅스 시스템 개발자가 되려면 디바이스 드라이버를 배워야 하는 이유 by 김동현 about Linux

    • This blog contains Linux Kernel Analysis(4
    • x) and kernel crash debugging case-study for seminar and lecture
    • by AustinKim


    397. Polly by 서태호

    • user ------- s3------ apigw --- lambdb -----dynamodb
    • user ------- s3------ apigw --- lambdb -----sns------lambda-----polly
    • <7> create a get post lambda 함수


    코틀린의 코루틴 — 3. Composing Suspending Functions by 안홍범 about Kotlin

    • Follow all the topics you care about
    • and we’ll deliver the best stories for you to your homepage and inbox


    입사 후, 첫 번째 프로젝트 하며 느낀 점 정리 by 전시흠

    • 내가 이 로직과 해야 할 일을 잘 알고 있다면 네이밍에 그걸 담아낼 수 있다고 생각한다
    • 그리고 원래 DB에서 하던 일( car_id 의 policy 를 가져오는 일)을 파이썬 코드로 한다
    • 혹은 요구사항이 애초에 잘 안 바뀌고 명확한 프로젝트를 할 때 빛을 발하는 거 같다


    학교 다닐 때 전공동아리 운영했던 이야기 - 오래 가는 동아리엔 이유가 있더라 by 조민규