input & output 2024/7/8-2024/7/14

O`reilly Learning Pickup Book

Cloud-Native DevOps : Building Scalable and Reliable Applications
https://learning.oreilly.com/library/view/cloud-native-devops/9798868804076/
クラウドネイティブDevOpsの原則と実際のアプリケーションを理解し、セキュリティの重要性を認識

Algorithmic Trading Systems and Strategies: A New Approach: Design, Build, and Maintain an Effective Strategy Search Mechanism
https://learning.oreilly.com/library/view/algorithmic-trading-systems/9798868803574/
アイデアから運用まで、複雑な取引システムを設計・開発

Docker Deep Dive – Third Edition
https://learning.oreilly.com/library/view/docker-deep-dive/9781835884386/
Dockerとコンテナ化を深く掘り下げる

Reactive Patterns with RxJS and Angular Signals – Second Edition
https://learning.oreilly.com/library/view/reactive-patterns-with/9781835087701/
AngularアプリケーションでRxJSとシグナルを使用してリアクティブパラダイムを活用

Automating API Delivery
https://learning.oreilly.com/library/view/automating-api-delivery/9781633438781/
APIデリバリーの自動化は、DevOps自動化の原則をAPIの設計とデリバリープロセスに適用する

Grokking Data Structures
https://learning.oreilly.com/library/view/grokking-data-structures/9781633436992/
Grokkingシリーズ データ構造

Quick Start Kubernetes – Second Edition
https://learning.oreilly.com/library/view/quick-start-kubernetes/9781836208655/
Kubernetesのアーキテクチャを理解し、すべての理論を学び、たくさんのシンプルな例を手を動かす

Pro Spring Boot 3: An Authoritative Guide with Best Practices
https://learning.oreilly.com/library/view/pro-spring-boot/9781484292945/
Spring Boot 3の堅牢な機能をフル活用、エンタープライズ対応アプリケーション、マイクロサービス、Web/クラウドアプリケーションの作成方法

Information Modeling and Relational Databases, 3rd Edition
https://learning.oreilly.com/library/view/information-modeling-and/9780443237911/
ORMとリレーショナル・データベースの両方の情報モデリングに関する優れた入門書

Pickup

RxJS
https://rxjs.dev/
JavaScript用リアクティブ拡張ライブラリ

ELI5:Explain Like I’m 5.
「私を5歳児だと思って分かりやすく説明して」

BOFH
「Bastard Operator From Hell」(地獄からの嫌な管理者)の略語
コンピューターネットワークの管理者を風刺的に描いた架空のキャラクター
特徴
・専門知識を悪用してユーザーや上司を困らせる
・ユーザーを「lusers」(loserとuserを掛け合わせた造語)と呼ぶ
・雇用主を操作し、自分の利益を追求する

Building Blocks
ビルディングブロック(基本要素)を習得することは、多くの分野で重要な概念です。
この表現は、基礎的な要素や技術を確実に理解し、それらを組み合わせてより複雑な構造や概念を構築する能力を指します。
プログラミングにおいて、ビルディングブロックの習得は効率的なデータ管理の基礎となります。
初心者プログラマーは、配列、リンクリスト、スタック、キューなどの基本的なデータ構造を学ぶことから始めます。
これらの基本要素を理解することで、より複雑なアルゴリズムやシステムの設計が可能になります。