HTML Canvas Practice Recently I learned how to use html canvas tag. After reading a bit of MDN, I built a simple position detect page. User can draw a line by clicking and when user click the start point, the line turns into red line and user no longer can draw line until user click the reset...
9.22.2020
9.10.2020
TypeScript 기본 개념 정리
Written by swimmingkiim
on 9월 10, 2020
in 웹 프로그래밍, JavaScript, programming, typescript, web
with
댓글 없음
아래 정리는 노마드코더의 TypeScript 강의를 듣고 복습으로 작성한 것입니다.TypeScript란 TypeScript는 JavaScript를 기초로 해서 만들어졌다.말랑한 언어인 JavaScript에 엄격하게 타입을 구분해서 사용하는 것이 TypeScript이다.TypeScript는 컴파일 되어서 JavaScript로 사용된다.사소한 실수를 하더라도 TypeScript는 컴파일 과정에서 걸러지기 때문에 버그를 줄일 수 있다.설치 npm install typescript --save-dev (개별 프로젝트에 설치시)npm install...
I made a new portfolio website with React
Written by swimmingkiim
on 9월 10, 2020
in 웹 프로그래밍, personal, portfolio, programming, React, web
with
댓글 없음
I made new portfolio website About a while ago, I built a personal portfolio website. I already had one, but it was just not look nice to me. SO, I decided to build another one. Again, I kept carried on with the concept of "Swimming Pool". But this time I worked differently. First, I built chunks of...