diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index cffaec5..05c17d4 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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: diff --git a/content/posts/recommendations.md b/content/posts/books/book-recommendations.md similarity index 70% rename from content/posts/recommendations.md rename to content/posts/books/book-recommendations.md index 3f5e8ac..f44ffb4 100644 --- a/content/posts/recommendations.md +++ b/content/posts/books/book-recommendations.md @@ -1,16 +1,11 @@ --- -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) @@ -18,37 +13,36 @@ Over the course of anyone's career, they will compile a list of resources be boo * [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) + diff --git a/content/posts/videos/video-recommendations.md b/content/posts/videos/video-recommendations.md new file mode 100644 index 0000000..a1b2463 --- /dev/null +++ b/content/posts/videos/video-recommendations.md @@ -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)