전체 글

    HTTP 상태 코드 정리된 웹사이트

    https://www.webfx.com/web-development/glossary/http-status-codes/ HTTP Status Codes Glossary Wondering what an HTTP status code means? Browse this list of HTTP status codes for definitions and code references. www.webfx.com

    시군구 단계별 주소 조회 api

    https://sgis.kostat.go.kr/developer/html/newOpenApi/api/dataApi/addressBoundary.html 개발지원센터 단계별 주소 조회 즐겨찾기 등록 즐겨찾기 행정구역 및 도로명주소 단계별 조회 API 요청주소 https://sgisapi.kostat.go.kr/OpenAPI3/addr/stage.json 요청정보(Body) 요청변수 값 Optional 설명 accessToken String 필수 sgis.kostat.go.kr 주소를 입력할 때 많이 사용하는 시군구 조회 기능에 유용하게 사용 가능한 api다. 설명이 잘 되어 있어서 순서대로 따라하면 된다.....

    Javascript는 싱글 스레드 언어인가?

    https://velog.io/@devmag/Javascript-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%8A%94-%EC%8B%B1%EA%B8%80-%EC%8A%A4%EB%A0%88%EB%93%9C%EC%9D%B8%EA%B0%80 [Javascript] 자바스크립트는 싱글 스레드인가? JS는 싱글 스레드 언어인데, 싱글 스레드의 특징은?한 번에 하나의 일만 수행할 수 있는 것문맥 교환(context switching)이 필요하지 않다.프로그래밍 난이도가 쉽고 CPU 및 메모리를 적게 사용한다.단 velog.io

    Creating valid and accessible links

    Quick tip: Creating valid and accessible links - The A11Y Project Links are used on almost every site on the web, however it is easy to create links that are not accessible to all. www.a11yproject.com

    테이블이 꼼짝도 하지 않는다면 table-layout: fixed 를 조심하기

    테이블 사이즈를 어떻게 바꿔도 (개발자도구에서 직접 바꿔봐도) 꼼짝도 하지 않는다면 table-layout: fixed; 로 설정한 부모나 조상이 없는지 확인할 것.............