Auto rotate images using Firebase Functions
Rotate images by EXIF orientation infomation
Rotate images by EXIF orientation infomation
I made a game using Vue.js, vuetify, firebase.
firebase cli로 firebase hosting에 Vue.js로 만든 SPA를 배포하는 순서를 정리해보았다.
Here I’ve put together the steps for deploying a SPA built with Vue.js to firebase hosting using the firebase cli.
UPDATE: 오류 발생 확인(v2.9.1)
UPDATE: Bug confirmed (v2.9.1)
C#에서 Json.NET의 사용 예제를 정리해보았다. 왜냐면 내가 자꾸 잊어먹기 때문… 계속 업데이트 할 예정이다.
I’ve put together some usage examples for Json.NET in C#. The reason being that I keep forgetting them… I plan to keep updating this.
지난 주에 vuetify를 사용하여 서비스를 하나 만들었다. vuetify의 번잡함(?)에 질려(?), 비교적 깔끔해보이는 element-ui를 사용하여 서비스를 만든 후, 후기를 적어보았다.
Last week I built a service using vuetify. Fed up (?) with vuetify’s clutter (?), I then built a service using element-ui, which looks comparatively clean, a...
Vuex is very useful library for Vue.js. However… when handling form like input tag with Vuex, setting up two way binding is somehow complicated and you need ...
고뇌
The Struggle
이제는 애증의 물건이 되어버린 AngularJS. Angular-UI-Router를 사용하여 지연 로드(lazy load)를 구현해보았다. 지연 로딩을 위해 ocLazyLoad를 사용했다.
AngularJS, which has by now become a love-hate kind of thing. I tried implementing lazy loading using Angular-UI-Router. For lazy loading, I used ocLazyLoad.
This problem was Fixed version 1.0.20!! (thanks betty!)
삶의 어느 순간 우연히 찾아오는 기이한 인연, 그리고 이로 인해 시작되는 일련의 사건들. 우리는 그것을 우연, 혹은 기적이라 말한다.
A strange connection that arrives by chance at some moment in life, and the series of events it sets in motion. We call it coincidence, or perhaps a miracle.
Vue CLI 3에서는 webpack 설정 방법이 크게 바뀌었다. Vue CLI 2와는 달리 따로 설정을 하지 않으면 webpack 설정 파일이 만들어지지도 않는다. 하지만 이런 저런 이유로 webpack 설정을 만져줘야 할 때가 있다.
In Vue CLI 3, the way you configure webpack has changed significantly. Unlike Vue CLI 2, a webpack config file isn’t even created unless you set one up yours...