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

Commit

Permalink
Add future readings and re-prioritize architecture books
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Oct 3, 2023
1 parent fa8fe2b commit 770cf9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,32 +49,34 @@ 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>

### [SQL Antipatterns, Volume 1: Avoiding the Pitfalls of Database Programming 1st Edition](./SQLAntipatternsVolume1) <sup><sub>(*Bill Karwin*)</sub></sup>
### [Software Architecture: The Hard Parts](./SoftwareArchitectureTheHardParts) <sup><sub>(*Neal Ford*, *Mark Richards*, *Pramod Sadalage*, *Zhamak Dehghani*)</sub></sup>

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

### [Clean Architecture: A Craftsman's Guide to Software Structure and Design](./CleanArchitecture) <sup><sub>(*Robert C. Martin*)</sub></sup>
### [Get Your Hands Dirty on Clean Architecture](./GetYourHandsDirtyOnCleanArchitecture) <sup><sub>(*Tom Hombergs*)</sub></sup>

### [Agile Software Development: Principles, Patterns, and Practices](./AgileSoftwareDevelopment) <sup><sub>(*Robert C. Martin*)</sub></sup>

### [Clean Agile: Back to Basics](./CleanAgile) <sup><sub>(*Robert C. Martin*)</sub></sup>

### [The Clean Coder: A Code of Conduct for Professional Programmers](./TheCleanCoder) <sup><sub>(*Robert Martin*)</sub></sup>

### [Get Your Hands Dirty on Clean Architecture](./GetYourHandsDirtyOnCleanArchitecture) <sup><sub>(*Tom Hombergs*)</sub></sup>

### [Software Craftsman, The: Professionalism, Pragmatism, Pride](./SoftwareCraftsman) <sup><sub>(*Sandro Mancuso*)</sub></sup>

### [SQL Antipatterns, Volume 1: Avoiding the Pitfalls of Database Programming 1st Edition](./SQLAntipatternsVolume1) <sup><sub>(*Bill Karwin*)</sub></sup>

### [Seroiusly Good Software](./SeriouslyGoodSoftware) <sup><sub>(*Marco Faella*)</sub></sup>

### [Agile Java <sup><sub>TM</sub></sup>: Crafting Code with Test-Driven Development](./AgileJavaCraftingCodeWithTestDrivenDevelopment) <sup><sub>(*Jeff Langr*)</sub></sup>

### [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>
Expand Down
3 changes: 3 additions & 0 deletions SoftwareArchitectureTheHardParts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures

Main notes taken from the book [Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures](https://a.co/d/cmjHG9A)

0 comments on commit 770cf9f

Please sign in to comment.