-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* created a separate version by books, videos, and articles (no content here yet) * added a book on negotiating/arguing * moved build and deploy of the website to a release branch to allow incremental updates without constant re-deploying
- Loading branch information
1 parent
4212fd0
commit 124b2cd
Showing
3 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 14 additions & 20 deletions
34
content/posts/recommendations.md → content/posts/books/book-recommendations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,48 @@ | ||
--- | ||
title: Recommendations | ||
date: 14-11-2022 | ||
title: Book Recommendations | ||
date: 16-11-2022 | ||
draft: false | ||
summary: Over the course of anyone's career, they will compile a list of resources be books, articles, YouTube, etc. that have been recommended to them or discovered by them. Here we keep a list of recommendations by topic and type. | ||
summary: As beginner and even a seasoned veteran in tech, we sometimes struggle to find what is next. Here we have compiled a few books to propel your career. | ||
--- | ||
|
||
|
||
# Recommendations | ||
Over the course of anyone's career, they will compile a list of resources be books, articles, YouTube, etc. that have been recommended to them or discovered by them. Here we keep a list of recommendations by topic and type. | ||
|
||
## Books | ||
### Leadership, Teams, and Management | ||
## Leadership, Teams, and Management | ||
* [Staff Engineer](https://www.amazon.de/-/en/gp/product/1736417916/) | ||
* [Team Topologies](https://www.amazon.de/-/en/Matthew-Skelton/dp/1942788819/) | ||
* [The Manager's Path](https://www.amazon.com/Managers-Path-Leaders-Navigating-Growth/dp/1491973897) | ||
* [High Output Management](https://www.amazon.com/High-Output-Management-Andrew-Grove-ebook/dp/B015VACHOK) | ||
* [Zapp! The Lightning of Empowerment](https://www.amazon.com/Zapp-Lightning-Empowerment-Productivity-Satisfaction/dp/0449002829) | ||
* [An Elegant Puzzle](https://www.amazon.com/Elegant-Puzzle-Systems-Engineering-Management/dp/1732265186) | ||
|
||
### Big Data | ||
## Big Data | ||
* [High Performance Spark](https://www.amazon.de/-/en/Holden-Karau/dp/1491943203/) | ||
* [Spark: The Definitive Guide](https://www.amazon.de/-/en/Bill-Chambers/dp/1491912219/) | ||
* [Solution's Architect Handbook](https://www.amazon.de/Saurabh-Shrivastava/dp/1801816611/) | ||
|
||
### Best Practices | ||
## Best Practices | ||
* [Clean Code](https://www.amazon.de/-/en/Robert-Martin/dp/0132350882/) | ||
* [Clean Architecture](https://www.amazon.de/Robert-C-Martin/dp/0134494164/) | ||
|
||
### Design | ||
## Design | ||
* [System Design](https://www.amazon.de/Alex-Xu/dp/B08CMF2CQF/) | ||
* [Designing Data-Intensive Applications](https://www.amazon.de/-/en/Martin-Kleppmann/dp/1449373321/) | ||
* [Data Mesh: Delivering Data-Driven Value at Scale](https://www.amazon.com/Data-Mesh-Delivering-Data-Driven-Value/dp/1492092398) | ||
|
||
### Decision Making | ||
## Decision Making | ||
* [Game Theory: Analysis of Conflict](https://www.amazon.de/gp/product/0674341163/) | ||
* [Theory of Games and Economic Behavior](https://www.amazon.de/gp/product/8401848504/) | ||
|
||
### Coding | ||
## Coding | ||
* [Mastering Object Oriented Python](https://www.amazon.de/-/en/Steven-F-Lott/dp/1789531365/) | ||
* [Programming in Scala](https://www.amazon.de/-/en/Martin-Odersky-ebook/dp/B097KT5XNK/) | ||
* [Java: A Beginners Guide](https://www.amazon.de/-/en/Herbert-Schildt-dp-1260463559/dp/1260463559/) | ||
* [Hands-on Scala Programming](https://www.handsonscala.com/) | ||
|
||
### Early Career | ||
## Early Career | ||
* [The Coding Career Handbook](https://learninpublic.org/) | ||
|
||
### Product Management | ||
## Product Management | ||
* [Inspired: How to Create Tech Products Customers Love](https://www.amazon.com/INSPIRED-Create-Tech-Products-Customers/dp/1119387507) | ||
|
||
## YouTube | ||
### Decision Making | ||
* [Finite and Infinite Games of Leadership](https://www.youtube.com/watch?v=_osKgFwKoDQ) | ||
* [The Cynefin Framework](https://www.youtube.com/watch?v=N7oz366X0-8) | ||
## Negotiating/Arguing | ||
* [Negotiating the Nonnegotiable](https://www.amazon.com/Negotiating-Nonnegotiable-Resolve-Emotionally-Conflicts/dp/0143110179) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Video Recommendations | ||
date: 16-11-2022 | ||
draft: false | ||
summary: Recommendations of talks on YouTube or other video media platforms. | ||
--- | ||
|
||
|
||
## Decision Making | ||
* [Finite and Infinite Games of Leadership](https://www.youtube.com/watch?v=_osKgFwKoDQ) | ||
* [The Cynefin Framework](https://www.youtube.com/watch?v=N7oz366X0-8) |