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.17.2020

Toy project with React + TypeScript + Firebase - LinkBook

 LinkBook Archive web links that you want to keepTry it yourself :DUser Experience User can login or sign up with email and password.User can login via Google or Github account.User can create, read, update, delete links.User can assign title and related tags(keywords) when creating or updating...
Share:

9.11.2020

How to start your React Native project

 What is React Native? React Native is an open-source mobile application framework created by Facebook, Inc. It is used to develop applications for Android, IOS, Web and UWP by enabling developers to use React along with native platform capabilities. - wikipedia First, you need these on your...
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: