Estrella'sdevelopment blog

Frontend infoInformations about frontend

Server infoinformations about server

Database infoinformations about database

ETCNews that is related to software

Basic infobasic information about software

Searchsearch posts

I'm also on

Githubif you see my interests

Frontend


13 December, 2018프론트엔드 성능최적화

#프런트엔드 성능 최적화


28 August, 2018reactive x

Reactive X

reactive X가 가지는 세 가지 키워드는 비동기처리, 데이터 전파, 데이터 처리’의 세 가지이다.


20 April, 2018es6에서 추가된 const 와 let

Es6에서는 const와 let이 추가된다.


18 April, 2018Vuex

Vuex는 Vue.js의 데이터를 확장성있고 추적하기 쉽도록 관리하기위해 고안된 어플리케이션 상태관리패턴이다.


24 February, 2018framework

회사에서 파트너페이지에서 Angularjs(버전 1점대)를 프레임워크로 사용하고 있는 데다가 최근에는 React 프레임워크로 간단하게 todo-app을 만들어보았다.


05 December, 2017Javascript 의 arguments

arguments는 배열처럼 보이지만 배열은 아닌 함수의 지역변수이다.


29 October, 2017AMD란

AMD (Asnchronous Module Definition)


26 September, 2017태그 사용하는 경우 vs background-image로 처리하는 경우

웹페이지에 이미지를 넣을 때 img태그를 넣는 경우가 있고 background-image 스타일을 주는 경우가 있다.


23 August, 2017수(Number) 사용시 유의해야할 부분

2비트는, 0과 1로 이루어질 수 있는 2진수의 메모리를 말한다. 바이트란 이 2진수의 비트가 8개 모여있을 것을 말한다.


22 August, 2017element를 가져올 때

```js


20 August, 2017객체와 원시객체와 null과 undefined

C언어에서는 number, string이 객체로 존재한다.