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.

Software DesignFrontend Development(1 connections)