Skip to content

Commit

Permalink
Update data/2024/09/index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 29, 2024
1 parent 4fd54aa commit 1b8a065
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/2024/09/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,17 @@
"Rust"
],
"relatedLinks": []
},
{
"date": "2024-09-29T15:01:34.761Z",
"title": "The Nine Node Pillars",
"url": "https://www.platformatichq.com/node-principles",
"content": "Node.jsアプリケーションの9つのプラクティスについて書かれたドキュメント。\n- イベントループをブロックしない\n- メトリクスを監視して行動する\n- Node.js LTSを使う\n- テスト、レビューなどの自動化\n- 依存関係の管理、monorepo\n- 依存関係のリスクとアップデート\n- グローバルを避ける\n- エラーハンドリング、意味あるログを出す\n- API Specとクライアントの自動生成",
"tags": [
"nodejs",
"document"
],
"relatedLinks": []
}
]
}

0 comments on commit 1b8a065

Please sign in to comment.