Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Add/reorder readings
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Oct 11, 2023
1 parent 3c59308 commit f82c367
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions GoogleCloudCookbook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Google Cloud Cookbook

Main notes taken from the book [Google Cloud Cookbook](https://a.co/d/21YPyKC)
3 changes: 3 additions & 0 deletions GoogleCloudPlatformInAction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Google Cloud Platform in Action

Main notes taken from the book [Google Cloud Platform in Action](https://a.co/d/jidWVYf)
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ Notes from:

### **`>`** [Clean Craftsmanship](./CleanCraftsmanship) <sup><sub>(*Robert C. Martin*)</sub></sup>

### [Clean Architecture: A Craftsman's Guide to Software Structure and Design](./CleanArchitecture) <sup><sub>(*Robert C. Martin*)</sub></sup>

### [Designing Data-Intensive Applications](./DesigningDataIntensiveApplications) <sup><sub>(*Martin Kleppmann*)</sub></sup>

### [Building Event-Driven Microservices](./BuildingEventDrivenMicroservices) <sup><sub>(*Adam Bellemare*)</sub></sup>

### [Kafka: The Definitive Guide](./KafkaTheDefinitiveGuide) <sup><sub>(*Gwen Shapira*, *Todd Palino*, *Rajini Sivaram*, *Krit Petty*)</sub></sup>

### [The Kubernetes Book](./TheKubernetesBook) <sup><sub>(*Nigel Poulton*)</sub></sup>

### [Expert Oracle Database Architecture: Techniques and Solutions for High Performance and Productivity](./ExpertOracleDatabaseArchitectureTechniquesSolutionsHighPerformanceProductivity) <sup><sub>(*Darl Kuhn*, *Thomas Kyte*)</sub></sup>

### [Google Cloud Platform in Action](./GoogleCloudPlatformInAction) <sup><sub>(*JJ Geewax*)</sub></sup>

### [Google Cloud Cookbook](./GoogleCloudCookbook) <sup><sub>(*Rui Costa*, *Drew Hodun*)</sub></sup>

### [Clean Architecture: A Craftsman's Guide to Software Structure and Design](./CleanArchitecture) <sup><sub>(*Robert C. Martin*)</sub></sup>

### [Software Architecture: The Hard Parts](./SoftwareArchitectureTheHardParts) <sup><sub>(*Neal Ford*, *Mark Richards*, *Pramod Sadalage*, *Zhamak Dehghani*)</sub></sup>

### [Get Your Hands Dirty on Clean Architecture](./GetYourHandsDirtyOnCleanArchitecture) <sup><sub>(*Tom Hombergs*)</sub></sup>
Expand All @@ -77,8 +85,6 @@ Notes from:

### [Think like a CTO](./ThinkLikeCTO) <sup><sub>(*Allan Williamson*)</sub></sup>

### [The Kubernetes Book](./TheKubernetesBook) <sup><sub>(*Nigel Poulton*)</sub></sup>

### [Microservices in Action](./MicroservicesInAction) <sup><sub>(*Morgan Bruce*, *Paulo A. Pereira*)</sub></sup>

### [Amazon Web Services in Action](./AmazonWebServicesInAction) <sup><sub>(*Andreas Wittig*, *Michael Wittig*)</sub></sup>
Expand Down Expand Up @@ -183,8 +189,6 @@ Notes from:

### [The Kubernetes Bible: The definitive guide to deploying and managing Kubernetes across major cloud platforms](./TheKubernetesBibleTheGefinitiveGuideToDeployingAndManagingKubernetesAcrossMajorCloudPlatforms) <sup><sub>(*Nassim Kebbani*, *Piotr Tylenda*, *Russ McKendrick*)</sub></sup>

### [Expert Oracle Database Architecture: Techniques and Solutions for High Performance and Productivity](./ExpertOracleDatabaseArchitectureTechniquesSolutionsHighPerformanceProductivity) <sup><sub>(*Darl Kuhn*, *Thomas Kyte*)</sub></sup>

### [Advanced Algorithms and Data Structures](./AdvancedAlgorithmsAndDataStructures) <sup><sub>(*Marcello La Rocca*)</sub></sup>

### [97 Things Every Data Engineer Should Know](./97ThingsEveryDataEngineerShouldKnow) <sup><sub>(*Tobias Macey*)</sub></sup>
Expand Down

0 comments on commit f82c367

Please sign in to comment.