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

Commit

Permalink
Fix typo and add future readings
Browse files Browse the repository at this point in the history
- Add Building Event-Driven Microservices and Kafka: The Definitive
Guide as future reading
- Re-prioritize Designing Data-Intensive Applications
  • Loading branch information
lealceldeiro committed Oct 3, 2023
1 parent 6ab6bcd commit fa8fe2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions BuildingEventDrivenMicroservices/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Building Event-Driven Microservices

Main notes taken from the book [Building Event-Driven Microservices: Leveraging Organizational Data at Scale](https://a.co/d/0gmg4L8)
3 changes: 3 additions & 0 deletions KafkaTheDefinitiveGuide/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kafka: The Definitive Guide

Main notes taken from the book [Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale](https://a.co/d/7GZmuD8)
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gems

This is not intented to be used as an official reference of any kind. It is only intended to be used as a memo for
This is not intended to be used as an official reference of any kind. It is only intended to be used as a memo for
myself after reading some great books which I think deserve to be kept at hand. This repo is public only because I think
many people may find it useful as a summary, but, if you want to really learn about these topics, consider reading the
linked books.
Expand Down Expand Up @@ -49,6 +49,12 @@ Notes from:

### **`>`** [Clean Craftsmanship](./CleanCraftsmanship) <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>

### [Think like a CTO](./ThinkLikeCTO) <sup><sub>(*Allan Williamson*)</sub></sup>
Expand Down Expand Up @@ -187,6 +193,4 @@ Notes from:

### [Programming Logic & Design, Comprehensive](./ProgrammingLogicDesignComprehensive) <sup><sub>(*Joyce Farrell*)</sub></sup>

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

### [TCP/IP Illustrated, Volume 1: The Protocols](./TCPIPIllustratedVolume1) <sup><sub>(*Kevin R. Fall, W. Richard Stevens*)</sub></sup>

0 comments on commit fa8fe2b

Please sign in to comment.