TIL/읽을거리

    픽셀과 접근성에 대한 놀라운 진실

    https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility/ The Surprising Truth About Pixels and Accessibility “Should I use pixels or rems?”. In this comprehensive blog post, we'll answer this question once and for all. You'll learn about the accessibility implications, and how to determine the best unit to use in any scenario. www.joshwcomeau.com 넘 길어서 한번에 못 읽겠음.. 나중에 번역해..

    부동산 관련 공공데이터

    지도에서 이런저런 조건으로 필터링 된 물건들만 노출시키는 서비스를 만들고 싶음... 좀 디테일하게 주거용 > 아파트..라던가 주거용 > 단독주택..이라던가 중간에 버퍼링이 좀 있더라도 원하는 물건인지를 바로바로 알 수 있는.. 그러면 아예 다 띄워놓고 위에다 정보를 툴팁처럼 올리는게 더 나을까? 공시지가 관련 api 국토교통부_표준지공시지가정보서비스 토지의 단위면적당 공시가격, 공동/개별 주택가격 등 전국의 부동산 관련 공부 정보를 제공 www.data.go.kr 국토교통부_개별공시지가정보서비스 토지의 단위면적당 공시가격, 공동/개별 주택가격 등 전국의 부동산 관련 공부 정보를 제공 www.data.go.kr 공매 관련 api 한국자산관리공사_이용기관공매물건조회서비스 한국자산관리공사 온비드(Onbid) ..

    [React] useEffect 완벽 가이드

    https://overreacted.io/ko/a-complete-guide-to-useeffect/ useEffect 완벽 가이드 이펙트는 데이터 흐름의 한 부분입니다. overreacted.io 읽어보려고 스크랩

    Golang References

    https://appleg1226.tistory.com/21 Golang 찍먹해보기 자바라는 언어를 어느 정도 사용하다보니 이제 다른 언어를 건드릴 때 어떤 것을 집중적으로 공부해야 하는지 알게 되는 것 같다. 그런 의미에서 일부 개발자들이 굉장히 극찬하는 go라는 언어 appleg1226.tistory.com https://github.com/Alikhll/golang-developer-roadmap/blob/master/i18n/ko-KR/ReadMe-ko-KR.md GitHub - Alikhll/golang-developer-roadmap: Roadmap to becoming a Go developer in 2020 Roadmap to becoming a Go developer in 2020. Co..

    DOMParser - Web API

    developer.mozilla.org/ko/docs/Web/API/DOMParser DOMParser - Web API | MDN DOMParser The DOMParser 인터페이스는 DOM Document 문서에 맞는 XML 및 HTML 소스 코드를 해석할 수 있는 기반을 제공한다 . 참고: XMLHttpRequest 객체로도 인식 가능한 URL 주소로부터 직접 XML 및 HTML 문서를 developer.mozilla.org

    HTTP Methods for RESTful Services

    www.restapitutorial.com/lessons/httpmethods.html HTTP Methods for RESTful Services Below is a more-detailed discussion of the main HTTP methods. Click on a tab for more information about the desired HTTP method. The POST verb is most-often utilized to **create** new resources. In particular, it's used to create subordinate resources. Tha www.restapitutorial.com

    How the DNS works

    코테 스터디에서 던져준 유튜브 링크

    [Network] HTTP 헤더의 종류 및 항목

    gmlwjd9405.github.io/2019/01/28/http-header-types.html