- 테스트 더블 (test doubles)
8. 테스트 더블
8. 테스트 더블
git commit 을 돌리는 방법 중 reset 과 revert 가 있는데, 이 둘의 차이점을 잘 모르는 상태에서 쓴거 같아서 정리한다.
일반 | 키 | 기능 | |:—|:—| | command + c | 복사 | | command + v | 붙여넣기 | | command + z | 실행취소(undo) | | command + shift + z | 실행취소한것 되돌리기 | | command + w | 창 닫기 ...
작업 내역을 임시 저장하는 기능. modified 이면서 commit 은 로그가 남는데 stash 는 로그가 안남는다.
라라벨에서 데이터를 생성(입력)하는 방법으로 대표적으로 두가지 방법이 있다. create save(insert)
https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem
https://www.hackerrank.com/challenges/save-the-prisoner/problem
https://www.hackerrank.com/challenges/designer-pdf-viewer/problem
https://www.hackerrank.com/challenges/mini-max-sum/problem
https://www.hackerrank.com/challenges/circular-array-rotation/problem
https://www.hackerrank.com/challenges/time-conversion/problem
https://www.hackerrank.com/challenges/extra-long-factorials/problem
https://www.hackerrank.com/challenges/sherlock-and-valid-string/problem
https://www.hackerrank.com/challenges/larrys-array/problem
phpStorm 으로 조금씩 연습해보고 있는데, alt+F2키를 눌러서 php 실행시켰을때 가끔 502 에러가 뜨는 문제가 발생.
https://www.hackerrank.com/challenges/climbing-the-leaderboard/problem
리액트 네이티브로 날씨앱을 만드는 강좌가 있길래 한번 만들어 봤다. 만들기는 쉬운거 같은데 앱이 간단해서 그런거 같기도 하다. 유감이지만 컴퓨터가 맥이 아니라서 내 아이폰에는 앱을 넣을 수가 없었다. (가능하면 할일앱이나 캘린더앱 만들고싶음-_-;)
git을 쓰다가 실수로 파일을 올리거나, 올리거나, 올리거나 하는 실수를 해버려서 되돌리는 방법을 기록한다.
테스트페이지임당
https://www3.nhk.or.jp/news/easy/k10011758681000/k10011758681000.html
https://www.hackerrank.com/challenges/30-bitwise-and/problem
https://www.hackerrank.com/challenges/30-regex-patterns/problem
https://www.hackerrank.com/challenges/30-testing/problem
https://www.hackerrank.com/challenges/30-nested-logic/problem
https://www.hackerrank.com/challenges/30-running-time-and-complexity/problem
https://www.hackerrank.com/challenges/30-linked-list-deletion/problem
https://www.hackerrank.com/challenges/30-binary-trees/problem
https://www.hackerrank.com/challenges/30-binary-search-trees/problem
https://www.hackerrank.com/challenges/30-generics/problem
https://www.hackerrank.com/challenges/30-sorting/problem
https://www.hackerrank.com/challenges/30-interfaces/problem
https://www.hackerrank.com/challenges/30-queues-stacks/problem
https://www3.nhk.or.jp/news/easy/k10011728971000/k10011728971000.html
https://www.hackerrank.com/challenges/30-more-exceptions/problem
https://www.hackerrank.com/challenges/30-exceptions-string-to-integer/problem
https://www.hackerrank.com/challenges/30-linked-list/problem
https://www3.nhk.or.jp/news/easy/k10011726451000/k10011726451000.html
https://www.hackerrank.com/challenges/30-recursion/problem
https://www.hackerrank.com/challenges/30-dictionaries-and-maps/problem
https://www.hackerrank.com/challenges/30-arrays/problem
https://www.hackerrank.com/challenges/30-review-loop/problem
https://www.hackerrank.com/challenges/30-loops/problem
https://www.hackerrank.com/challenges/30-class-vs-instance/problem
https://www.hackerrank.com/challenges/30-operators/problem
https://www.hackerrank.com/challenges/30-operators/problem
https://www.hackerrank.com/challenges/30-data-types/problem
https://www.hackerrank.com/challenges/30-scope/problem
https://www.hackerrank.com/challenges/30-abstract-classes/problem
https://www.hackerrank.com/challenges/30-inheritance/problem
https://www.hackerrank.com/challenges/30-binary-numbers/problem
https://www.hackerrank.com/challenges/30-binary-numbers/problem
https://www.hackerrank.com/challenges/30-hello-world/problem
요전번에 면접볼때 PHP 에 관해 설명 해달라는 질문을 받았다. 솔직히 PHP를 서버 일 시작하면서 급하게 쓰게 된거라. 그렇게 깊게 알아 볼 생각은 못했었다. 왜 그렇게 다들 욕하는지, 그러면서도 왜그렇게 열심히 쓰고 있는지(심지어 페이스북에서도 열심히 쓰고있다!)
웹 프로그래밍을 하면서 GET과 POST 참 많이 사용하게 됐다. 근데 GET 과 POST 의 차이점이 뭔지 질문 받았을때 ‘어? 뭐지?’ 라고 생각했다. 면접때 GET관련 질문에서 최종질문이 ‘GET의 뒤쪽에 붙는 데이터의 최대 용량은 몇인가?’ 였으니 그쪽에서 바란 답은 ‘GE...