Curated Tech Reading Map

Find your next tech book to read

Cross-Domain Learning Paths

Browse the bridge books that connect multiple domains and discover why this reading order matters.

DevOps / SRESoftware Design(1 connections)

  • The DevOps ハンドブックGoogleのソフトウェアエンジニアリングDevOps文化から大規模組織文化へRelationship: Recommended

    Why this order:After learning DevOps culture and practices in 'The DevOps Handbook', move to a concrete example of how a hyperscale organization operates them over the long term. 'Software Engineering at Google' frames engineering as 'programming integrated over time', offering insight into large-scale, long-lived engineering culture as a cross-domain bridge.

Frontend DevelopmentSoftware Design(2 connections)

  • Testing JavaScript ApplicationsフルスタックテスティングJS テスト戦略からフルスタック品質戦略へRelationship: Related

    Why this order:Once you've established a JavaScript testing strategy, you broaden your view beyond the frontend to whole-system quality optimization including CI/CD. Full Stack Testing provides a quality strategy spanning contract, performance, security, and E2E, positioning testing as part of development culture.

  • マイクロフロントエンドマイクロサービスアーキテクチャFE分散からBE分散の対応概念へRelationship: Related

    Why this order:Grasp the idea of splitting the frontend into independent parts, and you notice it shares the same roots as backend microservices. Building Microservices provides the server-side framework of boundaries, autonomous deployment, and alignment with organization, letting you understand the principles of decomposition from both sides.

Web Security & AuthenticationDevOps / SRE(1 connections)

  • 生成AIの安全性入門LLMOpsAI安全性の理論から本番運用のガバナンスへRelationship: Recommended

    Why this order:Once you've learned generative-AI risk classification, red-teaming-based safety evaluation, and system-level countermeasures like guardrails, you advance to embedding them into a mechanism that actually keeps running in production. LLMOps' closing chapter covers responding to security risks such as governance, privacy, and prompt injection, plus building an observability pipeline — connecting the evaluation and countermeasure knowledge from the AI safety primer into concrete production-operation mechanisms.

Web Security & AuthenticationSoftware Design(1 connections)

  • 生成AIの安全性入門生成AIアプリケーション評価入門AI安全性評価の考え方から自社プロダクトの評価実務へRelationship: Related

    Why this order:After learning the techniques of safety evaluation via benchmarks and red-teaming, you broaden your view to how the act of 'evaluating' concretely gets built into your own generative-AI product. This book on generative-AI application evaluation covers everything from building an evaluation perspective model to confusion matrices, RAG-oriented metrics, security evaluation, and AI agent evaluation along the development lifecycle, connecting the abstract idea of safety evaluation to your own product's quality-assurance process.

Software DesignBackend Development(1 connections)

  • 生成AI時代のソフトウェア開発開発効率をアップする! Claude Code 実用入門AIツール活用の全体像から特定ツールの深掘りへRelationship: Related

    Why this order:After comparing AI tools across the whole development process — code generation, review, test automation, documentation — and gaining criteria for 'which tool, when,' you naturally want to pick one and go deep hands-on. Claude Code Practical Guide builds up, from setup and conversational operation to extension via MCP servers and skills, focused on a single AI coding agent, turning the broad view of tool selection into concrete operational skill you can use in practice.

Software DesignFrontend Development(1 connections)