Recent posts

this in Arrow Functions (feat. Vue.js)

2 minute read

I’ve been working on converting existing Vue.js code to es6. While doing so, I learned that you should not use arrow functions when defining methods. I’ve pu...

리눅스에 Java10 설치하기

less than 1 minute read

Linux에서 Java10을 설치하는 방법을 정리해보았다. 우분투와 리눅스 민트에서 다 잘 설치된다. linuxuprising의 문서를 참조하였다.

Installing Java 10 on Linux

1 minute read

I’ve put together how to install Java 10 on Linux. It installs just fine on both Ubuntu and Linux Mint. I referred to the linuxuprising documentation.

axios 멀티 리퀘스트 보내기

less than 1 minute read

axios에는 HTTP request 여러 개를 한번에 묶어 던지는 기능이 있다. 이 기능을 사용하여 기껏 개발해놨는데, 기능 변경으로 인해 코드를 지워야 한다. 잊기 전에 박제해두자.

Sending Multiple Requests with axios

less than 1 minute read

axios has a feature that lets you bundle several HTTP requests and fire them off at once. I went to the trouble of building something with this feature, but ...

aws cli 초기 설정

1 minute read

AWS의 서버리스 웹 애플리케이션 구축 튜토리얼을 따라하고 있다. AWS를 내가 직접 만지는건 3년만이다. 그간 모르긴 몰라도 많이 바뀌었다. aws cli조차도 구성하기 힘들었다. 튜토리얼을 따라하기 위하여 aws cli로 S3를 만질 수 있도록 설정하는 과정을 정리해보았다.

Initial Setup for the AWS CLI

2 minute read

I’m following AWS’s Build a Serverless Web Application tutorial. It’s been three years since I last touched AWS hands-on. In the meantime, it has no doubt ch...

서평 Vue.js 2 시작하기(가볍고 빠른 웹 개발을 위한 Vue.js)

less than 1 minute read

나는 글쓰기를 제법 어려워하는데, 모든 글은 재미있어야 한다는 강박관념 때문이다. 물론 재미있는 글을 쓰기란 어렵다. 기술 문서라면 더더욱 그렇다. 하지만 놀랍게도 이 책은 성공했다. 훌륭한 기술 문서이면서도 재미있다. 도대체 무슨 짓을 한걸까?

GCM에서 FCM으로 마이그레이션

less than 1 minute read

회사에서 운영하는 서비스 중 안드로이드 앱이 있는데, 이 앱에서는 아직도 GCM으로 push messege를 보내고 있다. 하지만 더이상 그럴 수 없는 상황이 되었다.

Migrating from GCM to FCM

1 minute read

One of the services my company operates is an Android app, and this app still sends push messages via GCM. But it has gotten to the point where we can no lon...

서평 Do it! Vue.js

1 minute read

나는 JavaScript가 어렵다. 일단 언어 자체부터 상당히 난해하다. 뿐만 아니라 하루가 멀다하고 새로운 기술이 나온다. 그냥 또 뭔가 나왔는가보다 하고 넘기기에는 너무나 매력적인 기술이라 놓칠 수도 없다. 그러는 사이에 세월은 흘렀고, 어느새 JavaScript는 단지 언어 ...

Book Review: Do it! Vue.js

2 minute read

JavaScript is hard for me. To begin with, the language itself is quite confusing. On top of that, new technologies appear practically every day. They are far...

R.I.P SK Planet

2 minute read

요즘 스위프트로 iOS 앱을 개발하고 있다. 네이티브앱은 아니고 웹뷰로 이미 개발되어 있는 웹페이지를 띄워주는 앱인데, 열심히 개발하고 있자니 난데없이 화면이 하얗게 침묵했다. 불과 몇 초 전까지만 해도 잘 돌아가던 기능이다.

R.I.P SK Planet

3 minute read

These days I’m developing an iOS app with Swift. It’s not a native app but one that loads an already-built web page in a web view, and as I was busily workin...

docker로 gitlab 설치하기

4 minute read

1. git으로 간다 회사에 git을 도입하기로 했다. 그간 내가 다니는 회사는 svn을 사내 버전관리 도구로 사용하고 있었는데, 나는 머리가 좋지 않아 git이 없으면 개발을 하질 못한다. 언제 뭘 만들고 고치고 지웠는지 도무지 기억할 수가 있어야지… 이점에서 git의 장점은 명...

Installing GitLab with Docker

6 minute read

1. Going with git My company decided to adopt git. Until then, the company I work for had been using svn as its in-house version control tool, but I’m not sm...

고무 오리 디버깅

less than 1 minute read

Stack Overflow에 새로운 기능이 추가되었다. 화면 우측 하단을 보면 고무 오리가 천연덕스레 떠있다.