Recent posts

프로그래밍 언어 도감

less than 1 minute read

실로 야심찬 시도다. 프로그래밍 언어 67개를 다룬다. 하나만 제대로 다루기도 벅찬데, 무려 67개다. 그렇다고 재미로 만들어진 언어 몇을 대충 다루는 것도 아니다. 죄다 어엿한 하나의 언어다. 물론 어디까지나 도감인만큼 깊이 다루지는 않는다. 어떤 컨셉이고, 특징은 무엇이며, 프...

롤리타

less than 1 minute read

글은 빛나야 하고, 이야기는 재미있어야 한다. 설사 그것이 세상에 다시 없을 미친 사랑 이야기라 할지라도 말이다.

lolita

less than 1 minute read

The writing must shine, and the story must be interesting. Even if it is a crazy love story like no other in the world.

Vue.js에서 lodash remove 오작동

less than 1 minute read

Vue.js에서 lodash의 remove 함수가 제대로 동작하지 않는다. 보다 정확히 말하자면, Vue.js에서 watching 중인 reactive array에서 element를 _.remove(array, fn) 해도, Vue.js는 이를 감지하지 못한다.

lodash remove malfunctions in Vue.js

less than 1 minute read

In Vue.js, lodash’s remove function doesn’t work properly. To be more precise, when you remove an element from a reactive array that Vue.js is watching with ...