본문 바로가기

카테고리 없음

2020-04-22 08시 개발자 글 모음 | "UX writing과 프레이밍 효과 " 외 13개 이야기

Raspberry Pi 4 (arm 프로세서) 에 Kibana 설치하기 by 이성준 about Node


    Dockerfile 정적분석하기 (hadolint) by 이청규 about Git,Docker

    • DL3019 Use the --no-cache switch to avoid the need to use --update and remove /var/cache/apk/* when done installing packages
    • SC1000 $ is not used specially and should therefore be escaped
    • SC1086 Don't use $ on the iterator name in for loops


    [서평] 스프링 부트와 AWS로 혼자 구현하는 웹 서비스 by 오세용 about Javascript,Spring Boot,Spring,AWS,Angular

    • <스프링 부트와 AWS로 혼자 구현하는 웹 서비스>는 마소 기자 시절 만났던 이동욱님이 쓴 책이다
    • <스프링 부트와 AWS로 혼자 구현하는 웹 서비스>는 ‘이 책은 스프링 부트를 이용해 혼자서 서비스를 구축해 보고 싶은 분들을 대상으로 합니다’라는 문장으로 책을 시작한다
    • 노드 등 다양한 대체재를 추천받았는데 그나마 자바가 익숙하다는 점에서 스프링 부트가 여전히 내 토이 프로젝트 프레임 워크로 우선순위에 있긴 하다


    고대 이집트 곱셈법 by 이종립

    • 이제 다음과 같은 표를 얻을 수 있다
    • 비트 쉬프트를 사용한 2의 거듭 제곱이 아닌 상수의 곱셈은 다음과 같이 할 수 있다
    • The method is closely related to a procedure for multiplication that was actually used by Egyptian mathematicians as early as 2000 B


    [에세이] 8원짜리 일, 800원짜리 인간 - 가난을 자아에 새기던 시간 by 한상훈

    • 이 몇 천원 버는게 내가 할 수 있는 유일한 일이라는 사실이 나를 비참하게 했다
    • 한 끼 식사하면 내 1시간이 넘는 돈이 사라질 때면 무엇을 위해서 사는 것인지 스스로도 답을 찾을 수 없었다
    • 생활하며 살지만 나는 가난이 내 인격에 세겨진 것 같다는 마음을 지울 수 없다


    Git 기본 명령어 init, add, status 정리 by 정준 about Git

    • git init [-q | --quiet] [--bare] [--template=] [--separate-git-dir ] [--shared[=]] [directory]
    • git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p] [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file= [--pathspec-file-nul]] [--] […​]
    • 현재 디렉터리 하위의 모든 파일을 스테이지에 올리고 싶다면 다음과 같이 간단하게 명령어 사용이 가능합니다


    [Android] LiveData 유연하게 사용하기 - Transformations.map, switchMap by 김준비 about Android

    • apply(x); if (mSource == newLiveData) { return; } if (mSource != null) { result
    • map(widthText) { it * it } val areaOfCircle: LiveData = Transformations
    • value = newWidth } private fun getAreaOfCircle(width: Int): LiveData { val liveData: MutableLiveData = MutableLiveData() liveData


    갤럭시탭 s6 Lite 드디어 출시!!! by 전재훈


      C++ - sizeof()로 알아보는 C++의 메모리 by 최흥배

      • online game server programmer
      • Visual Studio


      [BaekJoon] 2011번 : 암호코드 (Python) by 장동현 about 백준,Python

      • 오늘의 문제는 백준의 암호코드 입니다
      • inputNum = input() nums = [int(num) for num in list(inputNum)] nc = [0] * (len(nums)+1) nc[0] = 1 for i in range(1
      • len(nums)+1): if (1<= nums[i-1]) and (nums[i-1]<=9): nc[i] += nc[i-1] if i == 1: continue temp = (nums[i-2] * 10 + nums[i-1]) if (10<= temp) and (temp <=26): nc[i] += nc[i-2] print(nc[len(nums)] % 1000000)


      [java] exception 처리하기 - throws에 관하여 by 염광호

      • printStackTrace(); } } private void exceptionOccurredMethod() throws FileNotFoundException { FileInputStream fi = new FileInputStream(new File("hello")); }
      • @Test public void exceptionSample() { exceptionOccurredMethod(null); } private void exceptionOccurredMethod(String hello) throws NullPointerException{ File file = new File(hello); }
      • 굳이 unchecked exception에 throws를 쓴다는 것은 호출한 메서드가 try-catch 로 예외처리를 해주는 것을 권장한다는 느낌을 줄 수 있을것 같습니다


      AAT_Phase 2. add hoga color by 김학진

      • '졸업작품 (AAT)' 시리즈 AAT_Phase 2
      • add hoga color


      [JavaScript] 변수가 Function인지 확인하는 방법 by 이현진 about Javascript

      • 이렇게 JavaScript의 변수는 어떤 타입이 올지 알 수 없기 때문에 type을 체크하는 것은 JavaScript 개발하는데 중요한 요소 중 하나라고 말할 수 있습니다
      • var func = function() {}; if(func instanceof Function) { console
      • var func = function() {}; if(typeof func === 'function') { console


      UX writing과 프레이밍 효과 - Standout UX writing checklist by 성연

      • 우측처럼 다음 행동을 정확히 암시할 수 있는 Try Again이나 Recover Password 같은 UX writing이 들어간다면 유용성(Useful)이 증가할 것이다
      • - 치료법 B : 600명 중 3분의 1 확률로 모두를 구할 수 있다
      • 큰 숫자로 '긍정적 프레이밍’ 해주는 것이 사용자 반응을 이끌어 내는데 더 효과적이라고 할 수 있다