Building a Survey Service with SurveyJS in Vue.js
I built a survey service. I built it as an SPA using Vue.js and SurveyJS. You can find the source code here.
I built a survey service. I built it as an SPA using Vue.js and SurveyJS. You can find the source code here.
SurveyJS로 설문조사 서비스를 개발하다가 발견한 것을 공유한다.
Here’s something I discovered while building a survey service with SurveyJS.
무슨 서비스가 되었든 로그인(인증)을 구현하기란 상당히 까다롭다. 요즘에는 좋은 라이브러리나 모듈이 많이 있어 그 고통에서 많이 해방되었지만, 여전히 이런저런 사정상 직접 구현해야 하는 경우도 있다. 이번에는 내가 그런 경우다. 그래서 하나 만들어보았다. 로그인 화면이 수문장처럼 ...
No matter what kind of service it is, implementing login (authentication) is quite tricky. These days there are plenty of good libraries and modules that hav...
Vue.js로 만든 기존 코드를 es6로 바꾸는 작업을 하고 있다. 하다보니 methods를 정의할 때, 화살표 함수를 사용하면 안된다는 사실을 알게됐다. 아래와 같이 정리해 보았다. 이 글로부터 큰 도움을 받았다.
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...
요즘 종일 Vue.js만 보고 있었더니, 함께 일하는 나이 지긋한(?) 개발자께서 이런 말을 하신다.
I had been staring at nothing but Vue.js all day long, when a seasoned (?) developer I work with said this to me:
Linux에서 Java10을 설치하는 방법을 정리해보았다. 우분투와 리눅스 민트에서 다 잘 설치된다. linuxuprising의 문서를 참조하였다.
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에는 HTTP request 여러 개를 한번에 묶어 던지는 기능이 있다. 이 기능을 사용하여 기껏 개발해놨는데, 기능 변경으로 인해 코드를 지워야 한다. 잊기 전에 박제해두자.
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의 서버리스 웹 애플리케이션 구축 튜토리얼을 따라하고 있다. AWS를 내가 직접 만지는건 3년만이다. 그간 모르긴 몰라도 많이 바뀌었다. aws cli조차도 구성하기 힘들었다. 튜토리얼을 따라하기 위하여 aws cli로 S3를 만질 수 있도록 설정하는 과정을 정리해보았다.
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...
나는 글쓰기를 제법 어려워하는데, 모든 글은 재미있어야 한다는 강박관념 때문이다. 물론 재미있는 글을 쓰기란 어렵다. 기술 문서라면 더더욱 그렇다. 하지만 놀랍게도 이 책은 성공했다. 훌륭한 기술 문서이면서도 재미있다. 도대체 무슨 짓을 한걸까?
I find writing rather difficult, because I’m obsessed with the idea that every piece of writing has to be interesting. Of course, writing something interesti...
회사에서 운영하는 서비스 중 안드로이드 앱이 있는데, 이 앱에서는 아직도 GCM으로 push messege를 보내고 있다. 하지만 더이상 그럴 수 없는 상황이 되었다.
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...
나는 JavaScript가 어렵다. 일단 언어 자체부터 상당히 난해하다. 뿐만 아니라 하루가 멀다하고 새로운 기술이 나온다. 그냥 또 뭔가 나왔는가보다 하고 넘기기에는 너무나 매력적인 기술이라 놓칠 수도 없다. 그러는 사이에 세월은 흘렀고, 어느새 JavaScript는 단지 언어 ...