본문 바로가기

분류 전체보기73

요즘 인기 있는 프로그래밍 언어는? 두둥~ 2020. 11월 기준 stackoverflow.com 에서 확인한 결과. javascript네요. insights.stackoverflow.com/survey/2020#most-popular-technologies Stack Overflow Developer Survey 2020 Nearly 65,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologies. Salary and careers. insights.stackoverflow.com 사진출처. stackoverflow.com 2020. 11. 26.
json 형식에 맞게 작성 되었나? 궁금하신가요? tools.learningcontainer.com/json-validator/ Best free online JSON Validator The JSON Validator(JSONLint) helps debugging JSON data by formatting and validating JSON data, JSON String and Json Objects so that it can easily find and read errors by human beings. tools.learningcontainer.com json 형식에 맞는 지 체크해주는 사이트예요. 2020. 11. 24.
json 형식으로 변환해볼까? jsonparser.org/ JSON Parser - Best JSON Formatter | JSON Editor The best JSON parser online helps you to converts json to a readable. You can do json formatter, json beautifier, json viewer, json editor. jsonParser.org 손쉽게 jsonparser를 이용해볼수 있어요. json 형식으로도 바꿔보고요. 2020. 11. 24.
json 파일 보기 힘드시나요? 보기 쉽게 정렬 해볼까요? jsonbeautifier.org/ Json Beautifier - Json Formatter | Json Viewer | Json Editor Online best free JSON Beautifier tool used as JSON editor, Json viewer, Json Validator and Json formatter to display data in a tree view and plain text. jsonbeautifier.org json 파일을 보기 쉽게 정렬해 드려요. 2020. 11. 24.
서버에서 받은 json 파일, 먼저 받은 json 파일과 손쉽게 비교해보자. jsondiff.com/ JSON Diff - The semantic JSON compare tool jsondiff.com 서버에서 받은 첫번째 json 파일이 두번째 받은 파일과 뭐가 다른지 알아보고 싶나요? 손쉽게 비교해보세요. 2020. 11. 24.
지금 쓰는 자바스크립트 라이브러리. 정말 최신일까? www.npmtrends.com/ npm trends: Compare NPM package downloads Which NPM package should you use? Compare NPM package download stats over time. Spot trends, pick the winner. www.npmtrends.com 내가 사용하는 자바스크립트 라이브러리를 입력하면, 비슷한 라이브러리를 추천해주고, 사용량을 그래프로 비교해준다. 2020. 11. 22.
CanIuse? 호환성 확인할 때! caniuse.com/ 프론트 개발자분들이라면 모르는 분이 없는 이 사이트. 내가 쓴 이거, 사용자 브라우저에 제대로 나올까? 싶을때, 호환성을 확인해보자. Can I use... Support tables for HTML5, CSS3, etc caniuse.com 2020. 11. 22.
사이트 색상이 결정이 어렵다고요? 여기서 도움받으세요. material.io/resources/color/#!/?view.left=0&view.right=0 Color Tool - Material Design Create and share color palettes for your UI, and measure the accessibility of any color combination. material.io 2020. 11. 20.
height : 100% vs height :100vh height : 100% , 부모의 높이를 그대로 쓴다는 의미. height : 100vh , view height 라고 생각하면 됨. 뷰포트의 높이 100%를 쓴다는 의미 2020. 11. 20.
실습) 탭사용 (feat. jquery) https://codepen.io/ziziziczic/pen/LYRErrj 만들어보기▶ 붉은 부분: 주의 할것panel1panel2panel3panel401.Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lo.. 2020. 11. 19.