- **[이름](블로그 링크) | [피드 형식](피드 링크)**
- 채택 이유, 저자 설명, 메모 등
- K리그 프로그래머 | RSS
- 김재호 (커피한잔 앱 개발자)
- 1인 개발, 개발자 에세이
- Sylvain Kerkour | RSS
- Rust, 보안, Black Hat Rust 저자
- **[이름](블로그 링크) | [피드 형식](피드 링크)**
- 채택 이유, 저자 설명, 메모 등
| # Frontend Design Guideline | |
| This document summarizes key frontend design principles and rules, showcasing | |
| recommended patterns. Follow these guidelines when writing frontend code. | |
| # Readability | |
| Improving the clarity and ease of understanding code. |
이사갔어요!: https://gist.github.com/YangSiJun528/1bb63c2d9b8f21292cfd28ed746b578c
It's not so hard to find sample data and data sources to use for interesting side-projects, or just for practicing writing SQL.
Most DBMSes come with sample databases. You can write lots of interesting queries against them, and usually a tutorial accompanies the database in the documentation.
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
CMake를 왜 쓰는거죠?
좋은 툴은 Visual Studio 뿐입니다. 그 이외에는 전부 사도(邪道)입니다 사도! - 작성자
| Latency Comparison Numbers (~2012) | |
| ---------------------------------- | |
| L1 cache reference 0.5 ns | |
| Branch mispredict 5 ns | |
| L2 cache reference 7 ns 14x L1 cache | |
| Mutex lock/unlock 25 ns | |
| Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
| Compress 1K bytes with Zippy 3,000 ns 3 us | |
| Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
| Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |