RichardFeynman

Richard Feynman says:

I really can’t do a good job, any job, of explaining magnetic force in terms of something else you’re more familiar with, because I don’t understand it in terms of anything else you’re more familiar with.

Intro

Hi, my name is David S. Kim.

I love learning and expanding my knowledge to the new boundaries. And I believe that if I can't explain something what I know, I don't understand it completely. In order to increasing my deeper understaning of the subject matter, I would like to share to others what I learned and what I achieved through my portfolio blog.

If you have any comment or suggestion to my posting, I welcome yours.

Thank you so much.

Recent posts

.DS_Store 파일 제거

맥에서 블로그 업데이트 하고 commit하려고 보면 가끔 .DS_Store 파일이 존재하는데, 깃헙에 블로그 업뎃할 때는 불필요할 것 같아서 제거 하는 방법을 설명 하고자 합니다.

minimal-mistakes font 사이즈 변경

minimal-mistakes 테마로 블로그를 만들었을 때, 웹 브라우저 화면 사이즈에 따라 폰트 사이즈가 변경이 됩니다. 하지만 개인 적으로 flexible box 레이아웃을 사용하되 폰트 사이즈는 고정으로 하는 것을 더 선호합니다. 그래서 간단하게 폰트 사이즈를 globally...

Blog 개발 환경 구축

지금 제가 사용하고 있는 thinkreen 블로그는 Github.io 와 jekyll을 기반으로 하고있고, minimal-mistake 테마를 사용하고 있습니다. 그리고 개발환경은 Git repository를 매번 clone한 후 Visual Studio Code를 통해 수정 후 ...