_legacy/backend/nodejs-development/SKILL.md
# Node.js Development Skill Node.js開発の実践的なガイド集。Express、NestJS、非同期パターン、パフォーマンス最適化など、Node.jsアプリケーション開発の全領域をカバーします。 ## 概要 このスキルでは、以下のトピックを扱います: - **Express & NestJS**: 軽量フレームワークとエンタープライズフレームワークの使い分け - **非同期パターン**: Promise、async/await、Event Emitter、Streams、Worker Threads、Cluster - **パフォーマンス最適化**: メモリ管理、データベース最適化、キャッシング、負荷テスト --- ## 📚 公式ドキュメント・参考リソース **このガイドで学べること**: フレームワークパターン、非同期処理設計、パフォーマンス最適化戦略 **公式で確認すべきこと**: 最新API、Node.js 22の新機能、セキュリティアップデート、ベストプラクティス ### 主要な公式ドキュメント - **[Node.js Doc
npx skillsauth add gaku52/claude-code-skills _legacy/backend/nodejs-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Node.js開発の実践的なガイド集。Express、NestJS、非同期パターン、パフォーマンス最適化など、Node.jsアプリケーション開発の全領域をカバーします。
このスキルでは、以下のトピックを扱います:
このガイドで学べること: フレームワークパターン、非同期処理設計、パフォーマンス最適化戦略 公式で確認すべきこと: 最新API、Node.js 22の新機能、セキュリティアップデート、ベストプラクティス
Node.js Documentation - Node.js公式ドキュメント
Express.js - Express公式サイト
NestJS - NestJS公式ドキュメント
Fastify - Fastify公式ドキュメント
対象者:プログラミング初心者、Node.js開発が初めての方
学習時間:約6〜8時間
Node.js開発の基礎を体系的に学べる6つのガイドを用意しました。順番に学習することで、実践的なWebサーバーを構築できるようになります。
Node.jsとは (30〜40分)
JavaScript基礎 (1〜1.5時間)
NPMとパッケージ管理 (40〜50分)
Express基礎 (1〜1.5時間)
非同期プログラミング (1〜1.5時間)
初めてのサーバー構築 (2〜3時間)
Week 1: 01→02→03(環境構築・JavaScript基礎)
Week 2: 04→05(Express・非同期処理)
Week 3: 06(実践・統合)
学習後に作れるもの:
ExpressとNestJSの実装パターン、アーキテクチャ設計、依存性注入を網羅的に解説。
主な内容:
実績データ:
Node.jsの非同期処理パターンを基礎から応用まで徹底解説。
主な内容:
実績データ:
パフォーマンス計測、最適化、スケーリングの実践的手法を解説。
主な内容:
実績データ:
合計: 約83,500文字 | 3ガイド
Node.js開発における実践的なパターンとベストプラクティスを提供します。Expressの柔軟性とNestJSのエンタープライズ対応力、非同期処理の深い理解、パフォーマンス最適化の具体的手法により、スケーラブルで高性能なNode.jsアプリケーションを構築できます。
tools
Fundamentals of modern web development. Framework selection (React, Vue, Next.js), project architecture, state management, routing, build tools, and CSS strategy best practices.
development
# React Development — Complete Guide > A comprehensive guide to building modern React applications with TypeScript. Covers fundamentals through advanced patterns, Hooks mastery, TypeScript integration, performance optimization, and algorithm internals. ## Target Audience - Developers new to React who want a solid foundation - Intermediate React developers looking to deepen their understanding of Hooks and TypeScript patterns - Engineers who want to understand React's internal algorithms (Virt
development
# Node.js Development Skill > A practical guide collection for Node.js development. Covers all aspects of Node.js application development, including Express, NestJS, asynchronous patterns, and performance optimization. ## Overview This skill covers the following topics: - **Express & NestJS**: When to use a lightweight framework vs. an enterprise framework - **Asynchronous Patterns**: Promise, async/await, Event Emitter, Streams, Worker Threads, Cluster - **Performance Optimization**: Memory
development
# Backend Development — Complete Guide > A comprehensive guide to backend engineering. Covers the fundamentals of HTTP, REST API design, databases, authentication, environment configuration, and algorithm proofs — everything needed to build robust server-side systems. ## Target Audience - Developers new to backend engineering - Frontend engineers expanding toward full-stack development - Engineers looking to solidify their understanding of server-side fundamentals ## Prerequisites - Basic p