Recent posts

git으로 work 폴더 백업 자동화하기

1 minute read

나는 게으른 사람이다. 그리고 뭔가를 백업하는건 아주 귀찮은 일이다. 소스코드는 그나마 낫다. 개발하고 수정할 때마다 git remote 서버로 push하면 된다. 하지만 작업용 및 관리용으로 들고 있는 work 폴더를 백업하는건 너무나도 귀찮은 일이다. 그러니 자동화하기로 했다....

Automating work folder backups with git

1 minute read

I am a lazy person. And backing something up is a really tedious chore. Source code isn’t so bad. Whenever I work on and modify it, I can just push it to a g...

github page theme 업데이트

less than 1 minute read

이 블로그는 jekyll을 사용하여 돌리고 있다. 테마는 minimal mistake를 사용한다. 요 테마는 업데이트가 상당히 활발한데, 멋진 블로그를 위해 숟가락 얹은 처지인지라 블로깅 하는 틈틈히 테마 업데이트를 따라가줘야 한다. 테마 업데이트 방법은 다음과 같다. 나는 git...

Updating the GitHub Page Theme

less than 1 minute read

This blog runs on jekyll. For the theme, it uses minimal mistake. This theme is updated quite actively, and since I’m just riding along to get a nice-looking...

Visual Studio Code(vs code)에서 MSSQL 사용하기

less than 1 minute read

Visual Studio Code로 Microsoft SQL Server(이하 mssql)을 사용하고 있는데, 아주 좋다. 여기서 설치하면 된다. 무거운 SQL Server Management Studio를 실행할 것 없이, mssql을 가볍고 편리하게 사용할 수 있다.

Using MSSQL in Visual Studio Code (VS Code)

1 minute read

I’ve been using Microsoft SQL Server (hereafter mssql) with Visual Studio Code, and it’s really great. You can install it from here. Without having to launch...

서평 Vue.js 이정도는 알아야지

less than 1 minute read

버스에서 간단히 읽으려고 집어든 책인데, 얇은 두께에도 불구하고 의외로 깊이가 있어 놀랐다. 일단 이 책은 초보자용 책은 아니다. 책 표지에도 초중급 독자를 대상으로 한다고 (작게) 써져있다. Vue.js에 대해 어느 정도 알고 있고, 적어도 실전 프로젝트로 개발을 하고 있는 분들...