Skip to content

Commit

Permalink
Dev/layout refactor (#25)
Browse files Browse the repository at this point in the history
* 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
dwsmith1983 authored Nov 17, 2022
1 parent 4212fd0 commit 124b2cd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["release"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
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)

11 changes: 11 additions & 0 deletions content/posts/videos/video-recommendations.md
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)

0 comments on commit 124b2cd

Please sign in to comment.