레이블이 web인 게시물을 표시합니다. 모든 게시물 표시
레이블이 web인 게시물을 표시합니다. 모든 게시물 표시

9.22.2020

HTML Canvas Practice

 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...
Share:

9.10.2020

TypeScript 기본 개념 정리

아래 정리는 노마드코더의 TypeScript 강의를 듣고 복습으로 작성한 것입니다.TypeScript란 TypeScript는 JavaScript를 기초로 해서 만들어졌다.말랑한 언어인 JavaScript에 엄격하게 타입을 구분해서 사용하는 것이 TypeScript이다.TypeScript는 컴파일 되어서 JavaScript로 사용된다.사소한 실수를 하더라도 TypeScript는 컴파일 과정에서 걸러지기 때문에 버그를 줄일 수 있다.설치 npm install typescript --save-dev (개별 프로젝트에 설치시)npm install...
Share:

I made a new portfolio website with React

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...
Share: