Articles

Full-stack single page application with Vue.js and Flask
Oct 19, 2017

Python, Flask와 VueJs를 가지고 웹 서비스 구현 내용 정리.

Best websites a programmer should visit
Jul 17, 2017

프로그래머가 방문하면 좋은 사이트들 소개. Hacker News, Reddit, Slashdot 등에서 소개한 사이트, 잡지, 코딩 가이드, 코딩 스타일, 툴, 인터뷰 준비, 언어별 도움되는 사이트, 좋은 아티클, 언어별 튜토리얼 사이트, 개발자 블로그 등에 대해 정리되어 있음.

Papers We Love
May 23, 2017

프로그래머들이 봐야할 Computer Science의 모든 분야를 망라한 논문들을 정리한 사이트.

How does a relational database work
Mar 15, 2017

관계형 데이터베이스의 구조. 인덱스, 쿼리 최적화 프로세스, 트랜잭션 및 버퍼 풀 관리 등 정리.

Design patterns for container-based distributed systems
Feb 11, 2017

Google의 Brendan Burns, David Oppenheimer가 쓴 컨테이너 기반 분산 시스템을 위한 디자인 패턴 논문:싱글 컨테이너 관리 패턴, 싱글 노드 멀티 컨테이너 패턴(Sidecar, Ambassador, Adapter), 멀티 노드 패턴(Leader election, Work queue, Scatter/gather).

To www or not to www – Should you use www or not in your domain?
Jan 21, 2017

도메인에 www를 넣어야 하는 것인지 넣지 않아야 하는 것인가?

Programming Is Not Math
Jul 14, 2016

1. You need to know math to be a good programmer. 2. You need to learn math to get the skills you need for programming. 3. Plenty of programming is still math!

Linux Performance Analysis in 60,000 Milliseconds
Dec 02, 2015

Netflix의 수석 성능 설계자인 Brendan Gregg씨의, Linux 서버에 로그인하고 60초동안 체크하는 명령어들과 그 내용 정리.

Reading postmortems
Sep 01, 2015

장애의 사후 분석을 읽고 얻은 교훈: 오류 처리, 설정, 하드웨어, 휴먼메러, 모니터리/경고 무시 등의 장애의 패턴을 소개함.

Why Learning to Code is So Damn Hard
Feb 08, 2015

프로그래밍 학습이 왜 어려운지, 이를 극복할 수 있는 방법은 어떤것들이 있는지 정리한 글.