ors-woon / blog-post

blog
Other
2 stars 0 forks source link

할일 #4

Open ors-woon opened 6 years ago

ors-woon commented 6 years ago

도메인 정리, 서브도메인 ? 이전에 작업했던 CORS 다시 정리

ors-woon commented 6 years ago

http://jinolog.com/programming/etc/2012/11/01/yoda-conditions.html 이게 뭐람 ㅋㅋㅋㅋㅋ

ors-woon commented 6 years ago

http://ohgyun.com/395

eval 의 indirect call ? 퇴근하고 생각해봐야겠다.

ors-woon commented 6 years ago

https://stackoverflow.com/questions/19357978/indirect-eval-call-in-strict-mode

이걸 읽는게 더 좋을지도

ors-woon commented 6 years ago

https://stackoverflow.com/questions/9107240/1-evalthis-vs-evalthis-in-javascript

eval 은 indircet call 을 사용시 global을 바라본다 . (이유는 잘 모르겠어 ..) var a = eval a("var c = 2") // c 는 global 이 된다. 이러한 특성을 이용하면 꽤 재밌는 코드를 작성할 수 있다.

function getThis() { return this || (0,eval)(this) }

this가 있으면 return 하고 없으면 global this를 return 하라는 코드 ..

ors-woon commented 6 years ago

https://lukasa.co.uk/2013/04/User_Agent_Strings/

http://jinolog.com/programming/etc/2011/10/17/the-history-of-user-agent-string.html

결국 모든 브라우저가 다른 브라우저 인척을 ..
User Agent 는 사용하지 말것

ors-woon commented 5 years ago

https://engineering.videoblocks.com/web-architecture-101-a3224e126947

ors-woon commented 5 years ago

https://www.baeldung.com/java-8-collectors

java 8 - collectors 에 관한 좋은글 꽤나 유용했음

ors-woon commented 5 years ago

https://www.baeldung.com/java-groupingby-collector

이 블로그 좋은게 많네

ors-woon commented 5 years ago

bower 과 npm 궁금한점 .

A라는 library가 B라는 library를 상속 하고, B는 C를 상속(사용) 하는 상황에서 A, C를 함께 호출할 경우 의존성이 어떻게 꼬이는지 궁금함 .

(bower 설명 되어있는글) https://blog.outsider.ne.kr/933

ors-woon commented 5 years ago

https://github.com/bower/bower/issues/2298

deprecated 됐네 ..?

yarm ?

ors-woon commented 5 years ago

cors : simple -> origin and credential 확인해보자 https://homoefficio.github.io/2015/07/21/Cross-Origin-Resource-Sharing/ 내용은 보충되어야 할듯.

보충 완료

ors-woon commented 5 years ago

https://brunch.co.kr/@jojoldu/17

좋은글

ors-woon commented 5 years ago

http://dimafeng.com/2015/08/29/spring-configuration_vs_component/

ors-woon commented 5 years ago
  1. persisted query

https://dev-blog.apollodata.com/persisted-graphql-queries-with-apollo-client-119fd7e6bba5

  1. Builder Pattern - Thread Safe 관련

https://stackoverflow.com/questions/20937880/making-blochs-builder-pattern-thread-safe-rechecking-necessary-in-enclosing-co

  1. 객체지향 생활 체조 - 이건 신박한데 ?

https://github.com/iamkyu/TIL/blob/master/object-calisthenics/object-calisthenics.md

  1. TIL 좋은거

https://github.com/iamkyu/TIL/blob/master/intellij-cheetsheet/intellij-cheetsheet.md

  1. Memcached

http://d2.naver.com/helloworld/151047

  1. MQ 관련

https://www.cloudamqp.com/blog/2014-12-03-what-is-message-queuing.html

  1. Architecture 관련

http://d2.naver.com/helloworld/206816

  1. 동시 다운로드 관련 글

https://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.4

  1. Expression 과 Statements

http://ntalbs.github.io/2015/statement-expresssion/

ors-woon commented 5 years ago

https://www.baeldung.com/bdd-mockito

Mockito BDD

ors-woon commented 5 years ago

https://junit.org/junit5/docs/current/user-guide/#writing-tests-conditional-execution-os 과연 env 를 확인하면서 Test 하는게 옳은걸까 ?

ors-woon commented 4 years ago

hugo

ors-woon commented 4 years ago

https://gohugo.io/getting-started/quick-start/

ors-woon commented 4 years ago

블로그 새로 파기 / kde gnome? 보면서 리눅스 공부

https://elfinlas.tistory.com/363

ors-woon commented 4 years ago

AUR

ors-woon commented 4 years ago

https://yeo0.github.io/com/2018/11/13/%EB%A7%A5(Mac)%EC%97%90%EC%84%9C-%EC%9A%B0%EB%B6%84%ED%88%AC(Ubuntu)-%EB%B6%80%ED%8C%85usb-%EB%A7%8C%EB%93%A4%EA%B8%B0/