<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pages on Matt Goodrich</title><link>https://mattgoodrich.com/page/</link><description>Recent content in Pages on Matt Goodrich</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 09 Jun 2026 12:10:08 -0700</lastBuildDate><atom:link href="https://mattgoodrich.com/page/index.xml" rel="self" type="application/rss+xml"/><item><title>The Identity Spine</title><link>https://mattgoodrich.com/page/identity/</link><pubDate>Tue, 09 Jun 2026 12:10:08 -0700</pubDate><guid>https://mattgoodrich.com/page/identity/</guid><description>&lt;p>This is the map for the identity series: one argument about building identity security for the company you actually have, broken into posts you can read in any order. It starts from a single hub and branches into six threads. It is a graph more than a line, because the threads cross. Phishing-resistant MFA leans on single sign-on. Device trust comes back around under BYOD. Continuous access ties the operational layer to the pillars it watches.&lt;/p>
&lt;p>Start at the hub and follow whichever thread matches the problem in front of you. The table below lists every post, the path through the graph that reaches it, and the standards and open-source projects it draws on, so you can jump to a specific control or see what a given piece leans on.&lt;/p>
&lt;p>&lt;img src="https://mattgoodrich.com/page/identity/diagram-spine.png"
width="1568"
height="932"
srcset="https://mattgoodrich.com/page/identity/diagram-spine_hu3287304056583773201.png 480w, https://mattgoodrich.com/page/identity/diagram-spine_hu1546280957692133684.png 1024w"
loading="lazy"
alt="The identity series drawn as a graph: a central hub, right-sized IAM for the company you have, branches into six clustered threads. Building the ladder holds SSO, lifecycle, roles and attributes, the authorization broker, break-glass, and reachable permissions. Zero trust, end to end holds the sequence, phishing-resistant MFA, device trust, per-app access, object-level authorization, and data-centric access. Workload and machine identity holds workload identity, SPIFFE/SPIRE, non-human identities, service accounts, and agent capabilities. Running it holds sessions and logout, continuous access, telemetry-driven reviews, and detection. Product authorization holds authorization that keeps evolving, the three decisions of policy, evaluation, and data, and carrying caller identity across hops. Synthesis holds collapse the surface, frictionless access, and the BYOD endpoint"
class="gallery-image"
data-flex-grow="168"
data-flex-basis="403px"
>&lt;/p>
&lt;p>The map above is the clean version. In practice the posts reference each other constantly, across threads as much as within them. Here is the same series drawn as its actual web of links, each post colored by its thread.&lt;/p>
&lt;p>&lt;img src="https://mattgoodrich.com/page/identity/diagram-spine-links.png"
width="1568"
height="1302"
srcset="https://mattgoodrich.com/page/identity/diagram-spine-links_hu1436135275683333009.png 480w, https://mattgoodrich.com/page/identity/diagram-spine-links_hu7328687086133122531.png 1024w"
loading="lazy"
alt="The same 28 posts drawn as a link graph, one node per post colored by its thread, with an edge wherever one post links to another. The result is a dense web rather than a tree: posts cross-reference heavily across threads, not only within them. The most-referenced nodes are the ones the rest of the series leans on, telemetry-driven reviews, the authorization broker, agent capabilities, workload identity, and phishing-resistant MFA, each pulled toward by posts from several different threads"
class="gallery-image"
data-flex-grow="120"
data-flex-basis="289px"
>&lt;/p>
&lt;h2 id="the-six-threads">The Six Threads
&lt;/h2>&lt;ul>
&lt;li>&lt;strong>Building the ladder&lt;/strong> is the IAM you stand up first: one front door, automatic lifecycle, roles and attributes, a broker for the dangerous access, break-glass for the bad day, and knowing what each grant can actually reach.&lt;/li>
&lt;li>&lt;strong>Zero trust, end to end&lt;/strong> walks the pillars in blast-radius order: prove the user, prove the device, drop the flat network, check authorization at the object, and let access know what the data is.&lt;/li>
&lt;li>&lt;strong>Workload and machine identity&lt;/strong> is identity for the things that are not people: workloads that cross cloud boundaries, the service accounts they used to be, the non-human identities that now outnumber humans, and the agents arriving next.&lt;/li>
&lt;li>&lt;strong>Running it&lt;/strong> is the operational layer once the ladder is built: ending a session everywhere, evaluating access continuously, reviewing entitlements from telemetry instead of spreadsheets, and detecting the identity attacks that get through.&lt;/li>
&lt;li>&lt;strong>Product authorization&lt;/strong> is fine-grained authorization inside the software you ship: why that model is never finished, how the policy, the evaluation, and the data are three separate choices rather than one, and how to carry the caller&amp;rsquo;s identity deep into a call graph that has forgotten who asked.&lt;/li>
&lt;li>&lt;strong>Synthesis&lt;/strong> is what the whole thing adds up to: collapse the surface before you defend it, take out the friction that makes people hoard access, and run a secure enterprise on devices you do not own.&lt;/li>
&lt;/ul>
&lt;h2 id="every-post-and-what-it-draws-on">Every Post, and What It Draws On
&lt;/h2>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Post&lt;/th>
&lt;th>Path through the graph&lt;/th>
&lt;th>Standards and frameworks&lt;/th>
&lt;th>Open source&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/iam-for-the-company-you-have/" >IAM for the company you have&lt;/a>&lt;/td>
&lt;td>Hub&lt;/td>
&lt;td>&lt;a class="link" href="https://www.gartner.com/en/documents/1203314" target="_blank" rel="noopener"
>Gartner IAM maturity model&lt;/a>; &lt;a class="link" href="https://www.cisa.gov/zero-trust-maturity-model" target="_blank" rel="noopener"
>CISA Zero Trust Maturity Model&lt;/a>&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/one-front-door-one-place-to-revoke/" >One front door, one place to revoke&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ SSO&lt;/td>
&lt;td>&lt;a class="link" href="https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf" target="_blank" rel="noopener"
>SAML 2.0&lt;/a>; &lt;a class="link" href="https://openid.net/specs/openid-connect-core-1_0.html" target="_blank" rel="noopener"
>OIDC&lt;/a>; &lt;a class="link" href="https://datatracker.ietf.org/doc/html/rfc7644" target="_blank" rel="noopener"
>SCIM (RFC 7644)&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://keycloak.org/" target="_blank" rel="noopener"
>Keycloak&lt;/a>, &lt;a class="link" href="https://goauthentik.io/" target="_blank" rel="noopener"
>Authentik&lt;/a>, &lt;a class="link" href="https://zitadel.com/" target="_blank" rel="noopener"
>Zitadel&lt;/a>, &lt;a class="link" href="https://authelia.com/" target="_blank" rel="noopener"
>Authelia&lt;/a>, &lt;a class="link" href="https://oauth2-proxy.github.io/oauth2-proxy/" target="_blank" rel="noopener"
>oauth2-proxy&lt;/a>, &lt;a class="link" href="https://pomerium.com/" target="_blank" rel="noopener"
>Pomerium&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/automate-the-leaver-before-the-joiner/" >Automate the leaver before the joiner&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ Lifecycle&lt;/td>
&lt;td>&lt;a class="link" href="https://datatracker.ietf.org/doc/html/rfc7644" target="_blank" rel="noopener"
>SCIM (RFC 7644)&lt;/a>; &lt;a class="link" href="https://openid.net/specs/openid-caep-1_0-final.html" target="_blank" rel="noopener"
>Shared Signals / CAEP&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://evolveum.com/midpoint/" target="_blank" rel="noopener"
>midPoint&lt;/a>, &lt;a class="link" href="https://syncope.apache.org/" target="_blank" rel="noopener"
>Apache Syncope&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/roles-dont-scale-the-way-you-think/" >Roles don&amp;rsquo;t scale the way you think&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ Roles&lt;/td>
&lt;td>&lt;a class="link" href="https://csrc.nist.gov/projects/role-based-access-control" target="_blank" rel="noopener"
>NIST RBAC&lt;/a>; &lt;a class="link" href="https://csrc.nist.gov/pubs/sp/800/162/final" target="_blank" rel="noopener"
>NIST SP 800-162 (ABAC)&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://openpolicyagent.org/" target="_blank" rel="noopener"
>OPA&lt;/a>, &lt;a class="link" href="https://casbin.org/" target="_blank" rel="noopener"
>Casbin&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/authorization-broker-models/" >Authorization broker models&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ Broker&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://goteleport.com/" target="_blank" rel="noopener"
>Teleport&lt;/a>, &lt;a class="link" href="https://github.com/hashicorp/boundary" target="_blank" rel="noopener"
>HashiCorp Boundary&lt;/a>, &lt;a class="link" href="https://github.com/hashicorp/vault" target="_blank" rel="noopener"
>Vault&lt;/a>, &lt;a class="link" href="https://github.com/jumpserver/jumpserver" target="_blank" rel="noopener"
>JumpServer&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/break-glass-without-the-backdoor/" >Break-glass without the backdoor&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ Break-glass&lt;/td>
&lt;td>&lt;a class="link" href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html" target="_blank" rel="noopener"
>AWS service control policy pattern&lt;/a>&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/you-can-reach-more-than-you-were-granted/" >You can reach more than you were granted&lt;/a>&lt;/td>
&lt;td>Hub ▸ Building the ladder ▸ Reachable permissions&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://github.com/nccgroup/PMapper" target="_blank" rel="noopener"
>PMapper&lt;/a>, &lt;a class="link" href="https://github.com/cartography-cncf/cartography" target="_blank" rel="noopener"
>Cartography&lt;/a>, &lt;a class="link" href="https://github.com/SpecterOps/BloodHound" target="_blank" rel="noopener"
>BloodHound&lt;/a>, &lt;a class="link" href="https://github.com/SpecterOps/AzureHound" target="_blank" rel="noopener"
>AzureHound&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/zero-trust-is-a-sequence/" >Zero trust is a sequence&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ Sequence&lt;/td>
&lt;td>&lt;a class="link" href="https://csrc.nist.gov/pubs/sp/800/207/final" target="_blank" rel="noopener"
>NIST SP 800-207&lt;/a>; &lt;a class="link" href="https://www.cisa.gov/zero-trust-maturity-model" target="_blank" rel="noopener"
>CISA Zero Trust Maturity Model&lt;/a>&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/mfa-that-survives-phishing/" >MFA that survives phishing&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ MFA&lt;/td>
&lt;td>&lt;a class="link" href="https://www.w3.org/TR/webauthn-2/" target="_blank" rel="noopener"
>WebAuthn&lt;/a>; &lt;a class="link" href="https://fidoalliance.org/fido2/" target="_blank" rel="noopener"
>FIDO2&lt;/a>; &lt;a class="link" href="https://pages.nist.gov/800-63-3/sp800-63b.html" target="_blank" rel="noopener"
>NIST 800-63B&lt;/a>; &lt;a class="link" href="https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-320a" target="_blank" rel="noopener"
>CISA AA23-320A&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://solokeys.com/" target="_blank" rel="noopener"
>SoloKeys&lt;/a>, &lt;a class="link" href="https://nitrokey.com/" target="_blank" rel="noopener"
>Nitrokey&lt;/a>, &lt;a class="link" href="https://keycloak.org/" target="_blank" rel="noopener"
>Keycloak&lt;/a>, &lt;a class="link" href="https://goauthentik.io/" target="_blank" rel="noopener"
>Authentik&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/trust-the-user-then-the-machine/" >Trust the user, then the machine&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ Device&lt;/td>
&lt;td>&lt;a class="link" href="https://cloud.google.com/beyondcorp" target="_blank" rel="noopener"
>BeyondCorp&lt;/a>; &lt;a class="link" href="https://support.apple.com/guide/deployment/managed-device-attestation-dep28afbde6a/web" target="_blank" rel="noopener"
>Apple Managed Device Attestation&lt;/a>; &lt;a class="link" href="https://developer.android.com/google/play/integrity" target="_blank" rel="noopener"
>Play Integrity&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://smallstep.com/" target="_blank" rel="noopener"
>step-ca&lt;/a>, &lt;a class="link" href="https://www.osquery.io/" target="_blank" rel="noopener"
>osquery&lt;/a>, &lt;a class="link" href="https://fleetdm.com/" target="_blank" rel="noopener"
>Fleet&lt;/a>, &lt;a class="link" href="https://wazuh.com/" target="_blank" rel="noopener"
>Wazuh&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/per-app-access-ends-the-flat-network/" >Per-app access ends the flat network&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ Per-app access&lt;/td>
&lt;td>&lt;a class="link" href="https://csrc.nist.gov/pubs/sp/800/207/final" target="_blank" rel="noopener"
>NIST SP 800-207&lt;/a>; &lt;a class="link" href="https://cloud.google.com/beyondcorp" target="_blank" rel="noopener"
>BeyondCorp&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://openziti.io/" target="_blank" rel="noopener"
>OpenZiti&lt;/a>, &lt;a class="link" href="https://pomerium.com/" target="_blank" rel="noopener"
>Pomerium&lt;/a>, &lt;a class="link" href="https://github.com/slackhq/nebula" target="_blank" rel="noopener"
>Nebula&lt;/a>, &lt;a class="link" href="https://github.com/juanfont/headscale" target="_blank" rel="noopener"
>Headscale&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/the-gateway-cant-see-the-object/" >The gateway can&amp;rsquo;t see the object&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ Object-level authorization&lt;/td>
&lt;td>&lt;a class="link" href="https://owasp.org/API-Security/editions/2023/en/0xa1-broken-object-level-authorization/" target="_blank" rel="noopener"
>OWASP API BOLA&lt;/a>; &lt;a class="link" href="https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/" target="_blank" rel="noopener"
>Google Zanzibar&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://openpolicyagent.org/" target="_blank" rel="noopener"
>OPA&lt;/a>, &lt;a class="link" href="https://openfga.dev/" target="_blank" rel="noopener"
>OpenFGA&lt;/a>, &lt;a class="link" href="https://authzed.com/" target="_blank" rel="noopener"
>SpiceDB&lt;/a>, &lt;a class="link" href="https://cedarpolicy.com/" target="_blank" rel="noopener"
>Cedar&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/access-should-know-what-the-data-is/" >Access should know what the data is&lt;/a>&lt;/td>
&lt;td>Hub ▸ Zero trust ▸ Data-centric&lt;/td>
&lt;td>&lt;a class="link" href="https://csrc.nist.gov/pubs/fips/199/final" target="_blank" rel="noopener"
>NIST FIPS 199&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://microsoft.github.io/presidio/" target="_blank" rel="noopener"
>Presidio&lt;/a>, &lt;a class="link" href="https://open-metadata.org/" target="_blank" rel="noopener"
>OpenMetadata&lt;/a>, &lt;a class="link" href="https://datahubproject.io/" target="_blank" rel="noopener"
>DataHub&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/when-you-can-use-workload-identity/" >When you can use workload identity&lt;/a>&lt;/td>
&lt;td>Hub ▸ Workload and machine ▸ Workload identity&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://spiffe.io/" target="_blank" rel="noopener"
>SPIFFE / SPIRE&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/workload-identity-that-crosses-boundaries/" >Workload identity that crosses boundaries&lt;/a>&lt;/td>
&lt;td>Hub ▸ Workload and machine ▸ SPIFFE&lt;/td>
&lt;td>&lt;a class="link" href="https://spiffe.io/" target="_blank" rel="noopener"
>SPIFFE&lt;/a>; &lt;a class="link" href="https://datatracker.ietf.org/wg/wimse/about/" target="_blank" rel="noopener"
>IETF WIMSE&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://github.com/spiffe/spire" target="_blank" rel="noopener"
>SPIRE&lt;/a>, &lt;a class="link" href="https://github.com/spiffe/go-spiffe" target="_blank" rel="noopener"
>go-spiffe&lt;/a>, &lt;a class="link" href="https://github.com/spiffe/spiffe-helper" target="_blank" rel="noopener"
>SPIFFE Helper&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/non-human-identities/" >Non-human identities&lt;/a>&lt;/td>
&lt;td>Hub ▸ Workload and machine ▸ NHI&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://github.com/gitleaks/gitleaks" target="_blank" rel="noopener"
>Gitleaks&lt;/a>, &lt;a class="link" href="https://github.com/trufflesecurity/trufflehog" target="_blank" rel="noopener"
>TruffleHog&lt;/a>, &lt;a class="link" href="https://external-secrets.io/" target="_blank" rel="noopener"
>External Secrets&lt;/a>, &lt;a class="link" href="https://spiffe.io/" target="_blank" rel="noopener"
>SPIFFE / SPIRE&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/service-accounts-that-improvise/" >Service accounts that improvise&lt;/a>&lt;/td>
&lt;td>Hub ▸ Workload and machine ▸ Service accounts&lt;/td>
&lt;td>&lt;a class="link" href="https://datatracker.ietf.org/doc/html/draft-oauth-ai-agents-on-behalf-of-user-00" target="_blank" rel="noopener"
>OAuth for AI agents (IETF draft)&lt;/a>; &lt;a class="link" href="https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization" target="_blank" rel="noopener"
>MCP authorization&lt;/a>; &lt;a class="link" href="https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/" target="_blank" rel="noopener"
>OWASP Agentic Top 10&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://spiffe.io/" target="_blank" rel="noopener"
>SPIFFE&lt;/a>, &lt;a class="link" href="https://github.com/hashicorp/vault" target="_blank" rel="noopener"
>Vault&lt;/a>, &lt;a class="link" href="https://goteleport.com/" target="_blank" rel="noopener"
>Teleport&lt;/a>, &lt;a class="link" href="https://github.com/agentgateway/agentgateway" target="_blank" rel="noopener"
>agentgateway&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/agents-need-capabilities-not-roles/" >Agents need capabilities, not roles&lt;/a>&lt;/td>
&lt;td>Hub ▸ Workload and machine ▸ Agent capabilities&lt;/td>
&lt;td>&lt;a class="link" href="https://nvlpubs.nist.gov/nistpubs/ai/NIST.AI.600-1.pdf" target="_blank" rel="noopener"
>NIST AI 600-1&lt;/a>; &lt;a class="link" href="https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final" target="_blank" rel="noopener"
>NIST SP 800-53&lt;/a>; &lt;a class="link" href="https://genai.owasp.org/resource/agentic-ai-threats-and-mitigations/" target="_blank" rel="noopener"
>OWASP Agentic AI&lt;/a>; &lt;a class="link" href="https://slsa.dev/" target="_blank" rel="noopener"
>SLSA&lt;/a>; &lt;a class="link" href="https://www.iso.org/standard/42001" target="_blank" rel="noopener"
>ISO/IEC 42001&lt;/a>&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/logging-out-is-harder-than-logging-in/" >Logging out is harder than logging in&lt;/a>&lt;/td>
&lt;td>Hub ▸ Running it ▸ Sessions&lt;/td>
&lt;td>&lt;a class="link" href="https://openid.net/specs/openid-connect-backchannel-1_0-final.html" target="_blank" rel="noopener"
>OIDC back-channel&lt;/a> / &lt;a class="link" href="https://openid.net/specs/openid-connect-frontchannel-1_0.html" target="_blank" rel="noopener"
>front-channel logout&lt;/a>; &lt;a class="link" href="https://www.rfc-editor.org/rfc/rfc7009" target="_blank" rel="noopener"
>OAuth revocation (RFC 7009)&lt;/a>; &lt;a class="link" href="https://openid.net/specs/openid-sharedsignals-framework-1_0-final.html" target="_blank" rel="noopener"
>SSF&lt;/a> / &lt;a class="link" href="https://openid.net/specs/openid-caep-1_0-final.html" target="_blank" rel="noopener"
>CAEP&lt;/a>; &lt;a class="link" href="https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html" target="_blank" rel="noopener"
>OWASP session management&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://keycloak.org/" target="_blank" rel="noopener"
>Keycloak&lt;/a>, &lt;a class="link" href="https://goauthentik.io/" target="_blank" rel="noopener"
>Authentik&lt;/a>, &lt;a class="link" href="https://ory.sh/hydra/" target="_blank" rel="noopener"
>Ory Hydra&lt;/a>, &lt;a class="link" href="https://caep.dev/" target="_blank" rel="noopener"
>caep.dev&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/identity-is-becoming-continuous/" >Identity is becoming continuous&lt;/a>&lt;/td>
&lt;td>Hub ▸ Running it ▸ Continuous&lt;/td>
&lt;td>&lt;a class="link" href="https://openid.net/specs/openid-sharedsignals-framework-1_0-final.html" target="_blank" rel="noopener"
>Shared Signals Framework&lt;/a> / &lt;a class="link" href="https://openid.net/specs/openid-caep-1_0-final.html" target="_blank" rel="noopener"
>CAEP&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://caep.dev/" target="_blank" rel="noopener"
>caep.dev&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/telemetry-driven-access-reviews/" >Telemetry-driven access reviews&lt;/a>&lt;/td>
&lt;td>Hub ▸ Running it ▸ Telemetry reviews&lt;/td>
&lt;td>-&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/the-other-half-of-identity-security/" >The other half of identity security&lt;/a>&lt;/td>
&lt;td>Hub ▸ Running it ▸ Detection&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://falco.org/" target="_blank" rel="noopener"
>Falco&lt;/a>, &lt;a class="link" href="https://github.com/SigmaHQ/sigma" target="_blank" rel="noopener"
>Sigma&lt;/a>, &lt;a class="link" href="https://wazuh.com/" target="_blank" rel="noopener"
>Wazuh&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/your-authorization-model-is-never-done/" >Your authorization model is never done&lt;/a>&lt;/td>
&lt;td>Hub ▸ Product authorization&lt;/td>
&lt;td>&lt;a class="link" href="https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/" target="_blank" rel="noopener"
>Google Zanzibar&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://openfga.dev/" target="_blank" rel="noopener"
>OpenFGA&lt;/a>, &lt;a class="link" href="https://authzed.com/" target="_blank" rel="noopener"
>SpiceDB&lt;/a>, &lt;a class="link" href="https://ory.sh/keto/" target="_blank" rel="noopener"
>Ory Keto&lt;/a>, &lt;a class="link" href="https://cedarpolicy.com/" target="_blank" rel="noopener"
>Cedar&lt;/a>, &lt;a class="link" href="https://osohq.com/" target="_blank" rel="noopener"
>Oso&lt;/a>, &lt;a class="link" href="https://topaz.sh/" target="_blank" rel="noopener"
>Topaz&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/authorization-is-three-decisions-not-one/" >Authorization is three decisions, not one&lt;/a>&lt;/td>
&lt;td>Hub ▸ Product authorization ▸ Three decisions&lt;/td>
&lt;td>&lt;a class="link" href="https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/" target="_blank" rel="noopener"
>Google Zanzibar&lt;/a>; &lt;a class="link" href="https://csrc.nist.gov/pubs/sp/800/162/final" target="_blank" rel="noopener"
>NIST SP 800-162 (ABAC)&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://openpolicyagent.org/" target="_blank" rel="noopener"
>OPA&lt;/a>, &lt;a class="link" href="https://cedarpolicy.com/" target="_blank" rel="noopener"
>Cedar&lt;/a>, &lt;a class="link" href="https://openfga.dev/" target="_blank" rel="noopener"
>OpenFGA&lt;/a>, &lt;a class="link" href="https://authzed.com/" target="_blank" rel="noopener"
>SpiceDB&lt;/a>, &lt;a class="link" href="https://topaz.sh/" target="_blank" rel="noopener"
>Topaz&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/whose-request-is-this-three-hops-in/" >Whose request is this, three hops in?&lt;/a>&lt;/td>
&lt;td>Hub ▸ Product authorization ▸ Caller identity across hops&lt;/td>
&lt;td>&lt;a class="link" href="https://spiffe.io/" target="_blank" rel="noopener"
>SPIFFE&lt;/a>; &lt;a class="link" href="https://www.rfc-editor.org/rfc/rfc8693" target="_blank" rel="noopener"
>OAuth Token Exchange (RFC 8693)&lt;/a>; &lt;a class="link" href="https://www.rfc-editor.org/rfc/rfc8705" target="_blank" rel="noopener"
>mTLS (RFC 8705)&lt;/a>&lt;/td>
&lt;td>&lt;a class="link" href="https://istio.io/" target="_blank" rel="noopener"
>Istio&lt;/a>, &lt;a class="link" href="https://linkerd.io/" target="_blank" rel="noopener"
>Linkerd&lt;/a>, &lt;a class="link" href="https://github.com/spiffe/spire" target="_blank" rel="noopener"
>SPIRE&lt;/a>, &lt;a class="link" href="https://openpolicyagent.org/" target="_blank" rel="noopener"
>OPA&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/collapse-the-surface-then-defend-it/" >Collapse the surface, then defend it&lt;/a>&lt;/td>
&lt;td>Hub ▸ Synthesis ▸ Collapse&lt;/td>
&lt;td>-&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/friction-is-why-people-hoard-access/" >Friction is why people hoard access&lt;/a>&lt;/td>
&lt;td>Hub ▸ Synthesis ▸ Friction&lt;/td>
&lt;td>-&lt;/td>
&lt;td>&lt;a class="link" href="https://openpolicyagent.org/" target="_blank" rel="noopener"
>OPA&lt;/a>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a class="link" href="https://mattgoodrich.com/posts/secure-enterprise-on-devices-you-dont-own/" >A secure enterprise on devices you don&amp;rsquo;t own&lt;/a>&lt;/td>
&lt;td>Hub ▸ Synthesis ▸ BYOD&lt;/td>
&lt;td>&lt;a class="link" href="https://cloud.google.com/beyondcorp" target="_blank" rel="noopener"
>BeyondCorp&lt;/a>; &lt;a class="link" href="https://developers.google.com/android/work/requirements/work-profile" target="_blank" rel="noopener"
>Android work profile&lt;/a>; &lt;a class="link" href="https://support.apple.com/guide/deployment/user-enrollment-dep23db2037d/web" target="_blank" rel="noopener"
>Apple user enrollment&lt;/a>; &lt;a class="link" href="https://developer.android.com/google/play/integrity" target="_blank" rel="noopener"
>Play Integrity&lt;/a>&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table></description></item><item><title>Podcasts</title><link>https://mattgoodrich.com/page/podcasts/</link><pubDate>Sun, 28 Dec 2025 00:00:00 -0800</pubDate><guid>https://mattgoodrich.com/page/podcasts/</guid><description>&lt;p>These are the podcasts I regularly listen to.&lt;/p>
&lt;h1 id="securitycybersecurity">Security/Cybersecurity
&lt;/h1>&lt;ul>
&lt;li>Darknet Diaries&lt;/li>
&lt;li>AI Security Podcast&lt;/li>
&lt;li>CISO Series Podcast&lt;/li>
&lt;li>Defense in Depth&lt;/li>
&lt;li>No Such Podcast&lt;/li>
&lt;li>Shell Game&lt;/li>
&lt;li>The New CISO Podcast with Steve Moore&lt;/li>
&lt;/ul>
&lt;h1 id="aviation">Aviation
&lt;/h1>&lt;ul>
&lt;li>Opposing Bases&lt;/li>
&lt;li>There I Was An Aviation Podcast&lt;/li>
&lt;li>AOPA Never Again&lt;/li>
&lt;li>Ask the A&amp;amp;Ps&lt;/li>
&lt;li>Aviation News Talk&lt;/li>
&lt;li>Flight Safety Detectives&lt;/li>
&lt;li>I Learned About Flying from That&lt;/li>
&lt;li>The Finer Points Aviation Podcast&lt;/li>
&lt;/ul>
&lt;h1 id="businessentrepreneurship">Business/Entrepreneurship
&lt;/h1>&lt;ul>
&lt;li>Founders Talk&lt;/li>
&lt;li>This Week in Startups&lt;/li>
&lt;li>Y Combinator Startup Podcast&lt;/li>
&lt;/ul>
&lt;h1 id="economicsgeneral-interest">Economics/General Interest
&lt;/h1>&lt;ul>
&lt;li>Freakonomics Radio&lt;/li>
&lt;li>The Economics of Everyday Things&lt;/li>
&lt;li>The Freakonomics Radio Book Club&lt;/li>
&lt;li>If Books Could Kill&lt;/li>
&lt;/ul></description></item><item><title>Book Reviews</title><link>https://mattgoodrich.com/page/read/</link><pubDate>Sun, 31 Aug 2025 07:53:08 -0700</pubDate><guid>https://mattgoodrich.com/page/read/</guid><description>&lt;h1 id="5-star">5 Star
&lt;/h1>&lt;h2 id="technicalengineering">Technical/Engineering
&lt;/h2>&lt;ul>
&lt;li>An Elegant Puzzle: Systems of Engineering Management
&lt;ul>
&lt;li>Will Larson&lt;/li>
&lt;li>#engineering, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Elegant-Puzzle-Systems-Engineering-Management/dp/1732265186) | [Audible](https://www.audible.com/pd/An-Elegant-Puzzle-Audiobook/B07QYCHJ7V) | [Apple Books](https://books.apple.com/us/book/an-elegant-puzzle/id1459797560) | [Google Books](https://books.google.com/books/about/An_Elegant_Puzzle.html?id=UNK4DwAAQBAJ) -->
&lt;/li>
&lt;li>The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win
&lt;ul>
&lt;li>Gene Kim&lt;/li>
&lt;li>#business, #business-fable, #devops, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/1942788290) | [Audible](https://www.audible.com/pd/The-Phoenix-Project-Audiobook/B00VAZZY32) | [Apple Books](https://books.apple.com/us/book/the-phoenix-project/id1261995950) | [Google Books](https://books.google.com/books/about/The_Phoenix_Project.html?id=i6mKDwAAQBAJ) -->
&lt;/li>
&lt;li>The Unicorn Project
&lt;ul>
&lt;li>Gene Kim&lt;/li>
&lt;li>#business, #business-fable, #security, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Unicorn-Project-Developers-Disruption-Thriving/dp/1942788762) | [Audible](https://www.audible.com/pd/The-Unicorn-Project-Audiobook/1982642696) | [Apple Books](https://books.apple.com/us/book/the-unicorn-project/id1480924013) | [Google Books](https://books.google.com/books/about/The_Unicorn_Project.html?id=2m7MDwAAQBAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="leadershipmanagement">Leadership/Management
&lt;/h2>&lt;ul>
&lt;li>Radical Candor: Be a Kickass Boss Without Losing Your Humanity
&lt;ul>
&lt;li>Kim Malone Scott&lt;/li>
&lt;li>#leadership, #management, #culture, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Radical-Candor-Kick-Ass-Without-Humanity/dp/1250103509) | [Audible](https://www.audible.com/pd/Radical-Candor-Audiobook/B01MZ6RMS4) | [Apple Books](https://books.apple.com/us/audiobook/radical-candor-be-a-kick-ass-boss-without-losing/id1442048873) | [Google Books](https://www.radicalcandor.com/the-book) -->
&lt;/li>
&lt;li>Death by Meeting: A Leadership Fable… about Solving the Most Painful Problem in Business
&lt;ul>
&lt;li>Patrick Lencioni&lt;/li>
&lt;li>#business, #business-fable, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Death-Meeting-Leadership-Solving-Business/dp/0787968056) | [Audible](https://www.audible.com/pd/Death-by-Meeting-Audiobook/B002V0QNS0) | [Apple Books](https://books.apple.com/us/book/death-by-meeting/id392844349) | [Google Books](https://books.google.com/books/about/DEATH_BY_MEETING.html?id=Xio58U_dbdUC) -->
&lt;/li>
&lt;li>The Five Dysfunctions of a Team
&lt;ul>
&lt;li>Patrick Lencioni&lt;/li>
&lt;li>#business, #business-fable, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Five-Dysfunctions-Team-Leadership-Fable/dp/0787960756) | [Audible](https://www.audible.com/pd/The-Five-Dysfunctions-of-a-Team-Audiobook/B002V08E64) | [Apple Books](https://books.apple.com/us/book/the-five-dysfunctions-of-a-team/id381151777) | [Google Books](https://books.google.com/books/about/The_Five_Dysfunctions_of_a_Team.html) -->
&lt;/li>
&lt;li>Getting Naked: A Business Fable about Shedding the Three Fears That Sabotage Client Loyalty
&lt;ul>
&lt;li>Patrick Lencioni&lt;/li>
&lt;li>#business, #business-fable, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Getting-Naked-Business-Shedding-Sabotage/dp/0787976393) | [Audible](https://www.audible.com/pd/Getting-Naked-Audiobook/B0036YP64M) | [Apple Books](https://books.apple.com/us/audiobook/getting-naked-a-business-fable-about-shedding-the/id1418914995) | [Google Books](https://books.google.com/books/about/Getting_Naked.html?id=c-3MsLNC-vkC) -->
&lt;ul>
&lt;li>&lt;a class="link" href="https://mattgoodrich.com/posts/getting-naked/" >Book Review: Getting Naked&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="businessentrepreneurship">Business/Entrepreneurship
&lt;/h2>&lt;ul>
&lt;li>Freakonomics: A Rogue Economist Explores the Hidden Side of Everything
&lt;ul>
&lt;li>Steven D. Levitt&lt;/li>
&lt;li>#non-fiction, #economics, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Freakonomics-Economist-Explores-Hidden-Everything/dp/0060731338) | [Audible](https://www.audible.com/pd/Freakonomics-Revised-Edition-audiobook/B000TK5BS2) | [Apple Books](https://books.apple.com/us/audiobook/freakonomics-rev-ed/id1441508871) | [Google Books](https://books.google.com/books/about/Freakonomics.html?id=LkQPOSXMUscC) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="securitycybersecurity">Security/Cybersecurity
&lt;/h2>&lt;ul>
&lt;li>The Cuckoo&amp;rsquo;s Egg: Tracking a Spy Through the Maze of Computer Espionage
&lt;ul>
&lt;li>Cliff Stoll&lt;/li>
&lt;li>#security, #cybersecurity, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="aviation">Aviation
&lt;/h2>&lt;ul>
&lt;li>Manifesto: A Revolutionary Approach to General Aviation Maintenance
&lt;ul>
&lt;li>Mike Busch&lt;/li>
&lt;li>#aviation, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Manifesto-Revolutionary-Approach-Aviation-Maintenance/dp/1500209635) | [Audible](https://www.audible.com/pd/Manifesto-A-Revolutionary-Approach-to-General-Aviation-Maintenance-Audiobook/B08RQBT3M2) | [Apple Books](https://books.apple.com/us/audiobook/manifesto-a-revolutionary-approach-to-general/id1546932171) | [Google Books](https://books.google.com/books/about/Manifesto.html?id=4lHKoAEACAAJ) -->
&lt;/li>
&lt;li>Mike Busch on Engines: What every aircraft owner needs to know about the design, operation, condition monitoring, maintenance and troubleshooting of piston &amp;hellip; Airplane Maintenance and Ownership Book 2)
&lt;ul>
&lt;li>Mike Busch&lt;/li>
&lt;li>#aviation, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Mike-Busch-Engines-maintenance-troubleshooting/dp/1718608950) | [Audible](https://www.audible.com/pd/Mike-Busch-on-Engines-Audiobook/B0BWLGVBTN) | [Apple Books](https://books.apple.com/us/audiobook/mike-busch-on-engines-what-every-aircraft-owner-needs/id1676516736) | [Google Books](https://books.google.com/books/about/Mike_Busch_on_Engines.html?id=FXRLtwEACAAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="personal-development">Personal Development
&lt;/h2>&lt;ul>
&lt;li>Kitchen Confidential: Adventures in the Culinary Underbelly
&lt;ul>
&lt;li>Anthony Bourdain&lt;/li>
&lt;li>#non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Kitchen-Confidential-Updated-Adventures-Underbelly/dp/0060899220) | [Audible](https://www.audible.com/pd/Kitchen-Confidential-Audiobook/B002VA8GSA) | [Apple Books](https://books.apple.com/us/audiobook/kitchen-confidential-adventures-in-the-culinary/id1417501598) | [Google Books](https://play.google.com/store/audiobooks/details/Kitchen_Confidential_Adventures_in_the_Culinary_Un?id=AQAAAAAEb1xvSM) -->
&lt;/li>
&lt;/ul>
&lt;h1 id="4-star">4 Star
&lt;/h1>&lt;h2 id="technicalengineering-1">Technical/Engineering
&lt;/h2>&lt;ul>
&lt;li>Staff Engineer: Leadership Beyond the Management Track
&lt;ul>
&lt;li>Will Larson&lt;/li>
&lt;li>#engineering, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Staff-Engineer-Leadership-beyond-management/dp/1736417916) | [Audible](https://www.audible.com/pd/Staff-Engineer-Audiobook/B097CNMWWD) | [Apple Books](https://books.apple.com/us/audiobook/staff-engineer-leadership-beyond-the-management-track/id1573806622) | [Google Books](https://books.google.com/books/about/Staff_Engineer.html?id=1-M0zgEACAAJ) -->
&lt;/li>
&lt;li>The Manager&amp;rsquo;s Path: A Guide for Tech Leaders Navigating Growth and Change
&lt;ul>
&lt;li>Camille Fournier&lt;/li>
&lt;li>#engineering, #management, #leadership, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Managers-Path-Leaders-Navigating-Growth/dp/1491973897) | [Audible](https://www.audible.com/pd/The-Managers-Path-Audiobook/1452652171) | [Apple Books](https://books.apple.com/us/book/the-managers-path/id1215867591) | [Google Books](https://books.google.com/books/about/The_Manager_s_Path.html?id=xeUpMQAACAAJ) -->
&lt;/li>
&lt;li>Managing Humans: Biting and Humorous Tales of a Software Engineering Manager
&lt;ul>
&lt;li>Michael Lopp&lt;/li>
&lt;li>#engineering, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Managing-Humans-Humorous-Software-Engineering/dp/1430243147) | [Audible](https://www.audible.com/pd/Managing-Humans-Audiobook/B08966SX9M) | [Apple Books](https://books.apple.com/us/book/managing-humans/id592175081) | [Google Books](https://books.google.com/books/about/Managing_Humans.html?id=T8C-DAAAQBAJ) -->
&lt;/li>
&lt;li>Investments Unlimited: A Novel About DevOps, Security, Audit Compliance, and Thriving in the Digital Age
&lt;ul>
&lt;li>Helen Beal&lt;/li>
&lt;li>#business-fable, #devops, #security, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Investments-Unlimited-Compliance-Thriving-Digital/dp/1950508536) | [Audible](https://www.audible.com/pd/Investments-Unlimited-Audiobook/B0B5LW9XL5) | [Apple Books](https://books.apple.com/us/book/investments-unlimited/id1593746275) | [Google Books](https://books.google.com/books/about/Investments_Unlimited.html?id=50uYzgEACAAJ) -->
&lt;ul>
&lt;li>&lt;a class="link" href="https://mattgoodrich.com/posts/investments-unlimited/" >Book Review: Investments Unlimited&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>AI Engineering: Building Applications with Foundation Models
&lt;ul>
&lt;li>Chip Huyen&lt;/li>
&lt;li>#engineering, #ai, #technology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Designing Multi-Agent Systems
&lt;ul>
&lt;li>Victor Dibia&lt;/li>
&lt;li>#engineering, #ai, #multi-agent, #technology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="leadershipmanagement-1">Leadership/Management
&lt;/h2>&lt;ul>
&lt;li>The Speed of Trust: The One Thing that Changes Everything
&lt;ul>
&lt;li>Stephen M.R. Covey&lt;/li>
&lt;li>#business, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/SPEED-TRUST-Thing-Changes-Everything/dp/1416549005) | [Audible](https://www.audible.com/pd/The-Speed-of-Trust-Audiobook/B002V1NVHK) | [Apple Books](https://books.apple.com/us/book/the-speed-of-trust/id311943616) | [Google Books](https://books.google.com/books/about/The_SPEED_of_Trust.html?id=31Qe_e61Y10C) -->
&lt;/li>
&lt;li>Powerful: Building a Culture of Freedom and Responsibility
&lt;ul>
&lt;li>Patty McCord&lt;/li>
&lt;li>#business, #management, #culture, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Powerful-Building-Culture-Freedom-Responsibility/dp/1939714095) | [Audible](https://www.audible.com/pd/Powerful-Building-a-Culture-of-Freedom-and-Responsibility-Audiobook/B078F6154Q) | [Apple Books](https://books.apple.com/us/audiobook/powerful-building-a-culture-of-freedom/id1326293781) | [Google Books](https://books.google.com/books/about/Powerful.html?id=La3StAEACAAJ) -->
&lt;/li>
&lt;li>Extreme Ownership: How U.S. Navy SEALs Lead and Win
&lt;ul>
&lt;li>Jocko Willink&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Extreme-Ownership-U-S-Navy-SEALs/dp/1250067057) | [Audible](https://www.audible.com/pd/Extreme-Ownership-Audiobook/B015TVHUA2) | [Apple Books](https://books.apple.com/us/audiobook/extreme-ownership/id1440586110) | [Google Books](https://books.google.com/books/about/Extreme_Ownership.html?id=tjcxDAAAQBAJ) -->
&lt;/li>
&lt;li>The Dichotomy of Leadership: Balancing the Challenges of Extreme Ownership to Lead and Win
&lt;ul>
&lt;li>Jocko Willink&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Dichotomy-Leadership-Balancing-Challenges-Ownership/dp/1250195772) | [Audible](https://www.audible.com/pd/The-Dichotomy-of-Leadership-Audiobook/B07BN2GNQQ) | [Apple Books](https://books.apple.com/us/audiobook/the-dichotomy-of-leadership/id1442412256) | [Google Books](https://books.google.com/books/about/The_Dichotomy_of_Leadership.html?id=DRtNDwAAQBAJ) -->
&lt;/li>
&lt;li>Turn the Ship Around!: A True Story of Turning Followers into Leaders
&lt;ul>
&lt;li>L. David Marquet&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Turn-Ship-Around-Turning-Followers/dp/1591846404) | [Audible](https://www.audible.com/pd/Turn-the-Ship-Around-Audiobook/0593415256) | [Apple Books](https://books.apple.com/us/audiobook/turn-the-ship-around/id1436996106) | [Google Books](https://books.google.com/books/about/Turn_the_Ship_Around.html?id=DqILDAAAQBAJ) -->
&lt;/li>
&lt;li>Measure What Matters
&lt;ul>
&lt;li>John Doerr&lt;/li>
&lt;li>#business, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Measure-What-Matters-Google-Foundation/dp/0525536221) | [Audible](https://www.audible.com/pd/Measure-What-Matters-Audiobook/0241391407) | [Apple Books](https://books.apple.com/us/audiobook/measure-what-matters-how-google-bono-and-the/id1416417939) | [Google Books](https://books.google.com/books/about/Measure_What_Matters.html?id=HuqTuQEACAAJ) -->
&lt;/li>
&lt;li>No Rules Rules: Netflix and the Culture of Reinvention
&lt;ul>
&lt;li>Reed Hastings&lt;/li>
&lt;li>#business, #culture, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/No-Rules-Netflix-Culture-Reinvention/dp/1984877860) | [Audible](https://www.audible.com/pd/No-Rules-Rules-Audiobook/1984891170) | [Apple Books](https://books.apple.com/us/audiobook/no-rules-rules-netflix-and-the-culture/id1527355326) | [Google Books](https://books.google.com/books/about/No_Rules_Rules.html?id=lOCTzQEACAAJ) -->
&lt;/li>
&lt;li>Start with Why: How Great Leaders Inspire Everyone to Take Action
&lt;ul>
&lt;li>Simon Sinek&lt;/li>
&lt;li>#leadership, #management, #business, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Start-Why-Leaders-Inspire-Everyone/dp/1591846447) | [Audible](https://www.audible.com/pd/Start-with-Why-Audiobook/B0F74JXTG5) | [Apple Books](https://books.apple.com/us/audiobook/start-with-why-15th-anniversary-edition-how-great/id1811492081) | [Google Books](https://books.google.com/books/about/Start_with_Why.html?id=mOQ_PwAACAAJ) -->
&lt;/li>
&lt;li>Leading From Anywhere: The Essential Guide to Managing Remote Teams
&lt;ul>
&lt;li>David Burkus&lt;/li>
&lt;li>#leadership, #management, #remote-work, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The No Asshole Rule: Building a Civilized Workplace and Surviving One That Isn&amp;rsquo;t
&lt;ul>
&lt;li>Robert I. Sutton&lt;/li>
&lt;li>#leadership, #management, #culture, #non-fiction #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Coaching Habit: Say Less, Ask More &amp;amp; Change the Way You Lead Forever
&lt;ul>
&lt;li>Michael Bungay Stanier&lt;/li>
&lt;li>#leadership, #coaching, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Coaching-Habit-Less-Change-Forever/dp/0978440749) | [Audible](https://www.audible.com/pd/The-Coaching-Habit-Audiobook/B01HH7JGD0) | [Apple Books](https://books.apple.com/us/audiobook/the-coaching-habit-say-less-ask-more-change-the-way/id1592103494) | [Google Books](https://books.google.com/books/about/The_Coaching_Habit.html?id=EGFPDAAAQBAJ) -->
&lt;/li>
&lt;li>Multipliers: How the Best Leaders Make Everyone Smarter
&lt;ul>
&lt;li>Liz Wiseman&lt;/li>
&lt;li>#leadership, #management, #culture, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Multipliers-Revised-Updated-Leaders-Everyone/dp/0062663070) | [Audible](https://www.audible.com/pd/Multipliers-Revised-and-Updated-Audiobook/B06XY5L8GZ) | [Apple Books](https://books.apple.com/us/audiobook/multipliers-revised-and-updated/id1441392232) | [Google Books](https://books.google.com/books/about/Multipliers.html?id=kF26e_S6l_cC) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="businessentrepreneurship-1">Business/Entrepreneurship
&lt;/h2>&lt;ul>
&lt;li>The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company
&lt;ul>
&lt;li>Robert Iger, Joel Lovell&lt;/li>
&lt;li>#leadership, #business, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Ride-Lifetime-Lessons-Learned-Company/dp/0399592091) | [Audible](https://www.audible.com/pd/The-Ride-of-a-Lifetime-Audiobook/0525499334) | [Apple Books](https://books.apple.com/us/audiobook/the-ride-of-a-lifetime-lessons-learned-from-15/id1480871999) | [Google Books](https://books.google.com/books/about/The_Ride_of_a_Lifetime.html?id=FIKMDwAAQBAJ) -->
&lt;/li>
&lt;li>Zero to One: Notes on Startups, or How to Build the Future
&lt;ul>
&lt;li>Peter Thiel&lt;/li>
&lt;li>#entrepreneurship, #business, #startup, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296) | [Audible](https://www.audible.com/pd/Zero-to-One-Audiobook/B00M27LBU2) | [Apple Books](https://books.apple.com/us/audiobook/zero-to-one-notes-on-startups-or-how-to-build-the/id1417011675) | [Google Books](https://books.google.com/books?id=795977428) -->
&lt;/li>
&lt;li>The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
&lt;ul>
&lt;li>Ben Horowitz&lt;/li>
&lt;li>#entrepreneurship, #business, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Hard-Thing-About-Things-Building/dp/0062273205) | [Audible](https://www.audible.com/pd/The-Hard-Thing-About-Hard-Things-Audiobook/B00I0AJC2Y) | [Apple Books](https://books.apple.com/us/book/the-hard-thing-about-hard-things/id668832574) | [Google Books](https://a16z.com/books/the-hard-thing-about-hard-things/) -->
&lt;/li>
&lt;li>The Dip: A Little Book That Teaches You When to Quit
&lt;ul>
&lt;li>Seth Godin&lt;/li>
&lt;li>#business, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Dip-Little-Book-Teaches-Stick/dp/1591841666) | [Audible](https://www.audible.com/pd/The-Dip-Audiobook/B002V0RBMC) | [Apple Books](https://books.apple.com/us/book/the-dip/id361926884) | [Google Books](https://books.google.com/books/about/The_Dip.html?id=4xcQAAAACAAJ) -->
&lt;/li>
&lt;li>Never Split the Difference: Negotiating As If Your Life Depended On It
&lt;ul>
&lt;li>Chris Voss&lt;/li>
&lt;li>#business, #negotiation, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Never-Split-Difference-Negotiating-Depended/dp/0062407805) | [Audible](https://www.audible.com/pd/Never-Split-the-Difference-Audiobook/B01CF5O89G) | [Apple Books](https://books.apple.com/us/audiobook/never-split-the-difference/id1441460629) | [Google Books](https://play.google.com/store/audiobooks/details/Never_Split_the_Difference_Negotiating_As_If_Your_?id=AQAAAACkl26X2M) -->
&lt;/li>
&lt;li>Made to Stick: Why Some Ideas Survive and Others Die
&lt;ul>
&lt;li>Chip Heath&lt;/li>
&lt;li>#business, #communication, #marketing, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="securitycybersecurity-1">Security/Cybersecurity
&lt;/h2>&lt;ul>
&lt;li>This Is How They Tell Me the World Ends: The Cyberweapons Arms Race
&lt;ul>
&lt;li>Nicole Perlroth&lt;/li>
&lt;li>#security, #non-fiction, #cybersecurity, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/This-They-Tell-World-Ends/dp/1635576059) | [Audible](https://www.audible.com/pd/This-Is-How-They-Tell-Me-the-World-Ends-Audiobook/1635577179) | [Apple Books](https://books.apple.com/us/audiobook/this-is-how-they-tell-me-the-world-ends/id1737279168) | [Google Books](https://books.google.com/books/about/This_Is_How_They_Tell_Me_the_World_Ends.html?id=xj7rDwAAQBAJ) -->
&lt;/li>
&lt;li>Countdown to Zero Day: Stuxnet and the Launch of the World&amp;rsquo;s First Digital Weapon
&lt;ul>
&lt;li>Kim Zetter&lt;/li>
&lt;li>#security, #cybersecurity, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Countdown-to-Zero-Day-audiobook/dp/B00P89SN0C) | [Audible](https://www.audible.com/pd/Countdown-to-Zero-Day-Audiobook/B00P30Z5F2) | [Apple Books](https://books.apple.com/us/audiobook/countdown-to-zero-day-stuxnet-and-the-launch-of/id1418916989) | [Google Books](https://play.google.com/store/audiobooks/details/Countdown_to_Zero_Day_Stuxnet_and_the_Launch_of_th?id=AQAAAAAGymPKdM) -->
&lt;/li>
&lt;li>Project Zero Trust: A Story about a Strategy for Aligning Security and the Business
&lt;ul>
&lt;li>George Finney&lt;/li>
&lt;li>#business-fable, #security, #cybersecurity, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Project-Zero-Trust-Strategy-Aligning/dp/1119884845) | [Audible](https://www.audible.com/pd/Project-Zero-Trust-Audiobook/B0BG6FJKBR) | [Apple Books](https://books.apple.com/us/audiobook/project-zero-trust/id1647698463) | [Google Books](https://play.google.com/store/audiobooks/details/Project_Zero_Trust_A_Story_about_a_Strategy_for_Al?id=AQAAAECCG3xb7M) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="product-management">Product Management
&lt;/h2>&lt;ul>
&lt;li>Product-Led Growth: How to Build a Product That Sells Itself
&lt;ul>
&lt;li>Wes Bush&lt;/li>
&lt;li>#business, #product-management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Product-Led-Growth-Build-Product-Itself/dp/1777119316) | [Audible](https://www.audible.com/pd/Product-Led-Growth-Audiobook/B07ZDMBRCG) | [Apple Books](https://books.apple.com/us/audiobook/product-led-growth-how-to-build-a-product-that-sells-itself/id1487337541) | [Google Books](https://books.google.com/books/about/Product_Led_Growth.html?id=7G2tzQEACAAJ) -->
&lt;ul>
&lt;li>&lt;a class="link" href="https://mattgoodrich.com/posts/product-led-growth/" >Book Review: Product Led Growth&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Escaping the Build Trap: How Effective Product Management Creates Real Value
&lt;ul>
&lt;li>Melissa Perri&lt;/li>
&lt;li>#business, #product-management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Escaping-Build-Trap-Effective-Management/dp/149197379X) | [Audible](https://www.audible.com/pd/Escaping-the-Build-Trap-Audiobook/1705223389) | [Apple Books](https://books.apple.com/us/book/escaping-the-build-trap/id1477508213) | [Google Books](https://play.google.com/store/audiobooks/details/Escaping_the_Build_Trap_How_Effective_Product_Mana?id=AQAAAEDs0T2RwM) -->
&lt;ul>
&lt;li>&lt;a class="link" href="https://mattgoodrich.com/posts/product-led-growth/" >Book Review: Escaping the Build Trap&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="personal-development-1">Personal Development
&lt;/h2>&lt;ul>
&lt;li>The Checklist Manifesto: How to Get Things Right
&lt;ul>
&lt;li>Atul Gawande&lt;/li>
&lt;li>#productivity, #systems, #process, #non-fiction, #audiobook&lt;/li>
&lt;li>&lt;a class="link" href="https://mattgoodrich.com/posts/why-security-checklists-fail/" >Book Review: The Checklist Manifesto&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Quiet: The Power of Introverts in a World That Can&amp;rsquo;t Stop Talking
&lt;ul>
&lt;li>Susan Cain&lt;/li>
&lt;li>#psychology, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Quiet-Power-Introverts-World-Talking/dp/0307352153) | [Audible](https://www.audible.com/pd/Quiet-Audiobook/B006TIKUN4) | [Apple Books](https://books.apple.com/us/audiobook/quiet-the-power-of-introverts-in-a-world-that/id1417783713) | [Google Books](https://books.google.com/books/about/Quiet.html?id=c79FKs5HRCIC) -->
&lt;/li>
&lt;li>Oh Crap! Potty Training: Everything Modern Parents Need to Know to Do It Once and Do It Right
&lt;ul>
&lt;li>Jamie Glowacki&lt;/li>
&lt;li>#parenting, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Crap-Potty-Training-Everything-Parenting/dp/1501122983) | [Audible](https://www.audible.com/pd/Oh-Crap-Potty-Training-Audiobook/B011DDXL3U) | [Apple Books](https://books.apple.com/us/book/oh-crap-potty-training/id979258666) | [Google Books](https://books.google.com/books?id=Fn_XCQAAQBAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="aviation-1">Aviation
&lt;/h2>&lt;ul>
&lt;li>Area 51: An Uncensored History of America&amp;rsquo;s Top Secret Military Base
&lt;ul>
&lt;li>Annie Jacobsen&lt;/li>
&lt;li>#history, #military, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Area-51-Uncensored-Americas-Military/dp/0316202304) | [Audible](https://www.amazon.com/Area-51-Annie-Jacobsen-audiobook/dp/B00516Y1WG) | [Apple Books](https://books.apple.com/us/audiobook/area-51/id1456289717) | [Google Books](https://play.google.com/store/audiobooks/details/Annie_Jacobsen_Area_51?id=AQAAAAAueTR5CM) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="financebusiness-cases">Finance/Business Cases
&lt;/h2>&lt;ul>
&lt;li>Bad Blood: Secrets and Lies in a Silicon Valley Startup
&lt;ul>
&lt;li>John Carreyrou&lt;/li>
&lt;li>#business, #startup, #scandal, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="3-star">3 Star
&lt;/h1>&lt;h2 id="technicalengineering-2">Technical/Engineering
&lt;/h2>&lt;ul>
&lt;li>The Kubernetes Book
&lt;ul>
&lt;li>Nigel Poulton&lt;/li>
&lt;li>#non-fiction, #technology, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Kubernetes-Book-Nigel-Poulton/dp/1916585000) | [Audible](https://www.audible.com/pd/The-Kubernetes-Book-Audiobook/B07Q4FYG4Q) | [Apple Books](https://books.apple.com/us/book/the-kubernetes-book/id6450951852) | [Google Books](https://books.google.com/books/about/The_Kubernetes_Book.html?id=dY_6ygEACAAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="leadershipmanagement-2">Leadership/Management
&lt;/h2>&lt;ul>
&lt;li>Leading through Disruption: A Changemaker&amp;rsquo;s Guide to Twenty-First Century Leadership
&lt;ul>
&lt;li>Andrew Liveris&lt;/li>
&lt;li>#leadership, #business, #strategy, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>How to Lead When You&amp;rsquo;re Not in Charge
&lt;ul>
&lt;li>Clay Scroggins&lt;/li>
&lt;li>#non-fiction , #audiobook , #leadership&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/How-Lead-When-Youre-Charge/dp/0310531578) | [Audible](https://www.amazon.com/How-Lead-When-Youre-Charge/dp/B01MUCVSGL) | [Apple Books](https://books.apple.com/us/audiobook/how-to-lead-when-youre-not-in-charge/id1456988371) | [Google Books](https://books.google.com/books/about/How_to_Lead_When_You_re_Not_in_Charge.html?id=qOhSzwEACAAJ) -->
&lt;/li>
&lt;li>Team of Teams: New Rules of Engagement for a Complex World
&lt;ul>
&lt;li>General Stanley McChrystal&lt;/li>
&lt;li>#leadership, #military, #management, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Team-Teams-Rules-Engagement-Complex/dp/1591847486) | [Audible](https://www.audible.com/pd/Team-of-Teams-Audiobook/B00WGWM9PW) | [Apple Books](https://books.apple.com/us/book/team-of-teams/id982302476) | [Google Books](https://books.google.com/books/about/Team_of_Teams.html?id=vDDHBQAAQBAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="businessentrepreneurship-2">Business/Entrepreneurship
&lt;/h2>&lt;ul>
&lt;li>Rework
&lt;ul>
&lt;li>Jason Fried&lt;/li>
&lt;li>#business, #entrepreneurship, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Rework-Jason-Fried/dp/0307463745) | [Audible](https://www.audible.com/pd/Rework-Audiobook/B0036FLXLQ) | [Apple Books](https://books.apple.com/us/book/rework/id361603580) | [Google Books](https://books.google.com/books/about/Rework.html?id=3oSoqGOmI4sC) -->
&lt;/li>
&lt;li>Remote, Inc.: How to Thrive at Work . . . Wherever You Are
&lt;ul>
&lt;li>Robert C. Pozen&lt;/li>
&lt;li>#business, #remote-work, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Remote-Inc-Thrive-Work-Wherever/dp/0063079372) | [Audible](https://www.audible.com/pd/Remote-Inc-Audiobook/0063079399) | [Apple Books](https://books.apple.com/us/book/remote-inc/id1542705953) | [Google Books](https://books.google.com/books/about/Remote_Inc.html?id=DMj_DwAAQBAJ) -->
&lt;/li>
&lt;li>Exactly What to Say: The Magic Words for Influence and Impact
&lt;ul>
&lt;li>Phil M Jones&lt;/li>
&lt;li>#business, #sales, #communication, #persuasion, #influence, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Exactly-What-Say-Influence-Impact/dp/1999820800) | [Audible](https://www.audible.com/pd/Exactly-What-to-Say-Audiobook/B077VCK51C) | [Apple Books](https://books.apple.com/us/book/exactly-what-to-say/id1271866945) | [Google Books](https://books.google.com/books/about/Exactly_What_to_Say.html?id=uHhYDwAAQBAJ) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="personal-development-2">Personal Development
&lt;/h2>&lt;ul>
&lt;li>The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
&lt;ul>
&lt;li>Mark Manson&lt;/li>
&lt;li>#non-fiction, #self-help, #philosophy, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Subtle-Art-Not-Giving-Counterintuitive/dp/0062457713) | [Audible](https://www.audible.com/pd/The-Subtle-Art-of-Not-Giving-a-F-ck-Audiobook/B01I28NFEE) | [Apple Books](https://books.apple.com/us/audiobook/the-subtle-art-of-not-giving-a-f-ck/id1441488889) | [Google Books](https://books.google.com/books/about/The_Subtle_Art_of_Not_Giving_a_F_ck.html?id=yng_CgAAQBAJ) -->
&lt;/li>
&lt;li>Relentless: From Good to Great to Unstoppable
&lt;ul>
&lt;li>Tim S. Grover&lt;/li>
&lt;li>#self-help, #performance, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Relentless-Good-Great-Unstoppable/dp/1476714207) | [Audible](https://www.audible.com/pd/Relentless-Audiobook/1797121766) | [Apple Books](https://books.apple.com/us/audiobook/relentless-unabridged/id1540899470) | [Google Books](https://play.google.com/store/audiobooks/details/Relentless_From_Good_to_Great_to_Unstoppable?id=AQAAAECcWnYa-M) -->
&lt;/li>
&lt;/ul>
&lt;h2 id="financebusiness-cases-1">Finance/Business Cases
&lt;/h2>&lt;ul>
&lt;li>Rich Dad, Poor Dad
&lt;ul>
&lt;li>Robert T. Kiyosaki&lt;/li>
&lt;li>#non-fiction, #finance, #investment, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Rich-Dad-Poor-Teach-Middle/dp/1612680194) | [Audible](https://www.audible.com/pd/Rich-Dad-Poor-Dad-Audiobook/B008BT3C1Q) | [Apple Books](https://books.apple.com/us/audiobook/rich-dad-poor-dad-what-the-rich-teach-their-kids/id536789367) | [Google Books](https://books.google.com/books/about/Rich_Dad_Poor_Dad.html?id=1dSgBQAAQBAJ) -->
&lt;/li>
&lt;/ul></description></item><item><title>Books Up Next</title><link>https://mattgoodrich.com/page/to-be-read/</link><pubDate>Sun, 31 Aug 2025 07:52:59 -0700</pubDate><guid>https://mattgoodrich.com/page/to-be-read/</guid><description>&lt;p>This is my TBR (To Be Read) list. Most of these were recommended to me from people I know, or mentioned in other books I have read.&lt;/p>
&lt;h1 id="technicalengineering">Technical/Engineering
&lt;/h1>&lt;ul>
&lt;li>Team Topologies: Organizing Business and Technology Teams for Fast Flow
&lt;ul>
&lt;li>Matthew Skelton&lt;/li>
&lt;li>#engineering, #technology, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Team-Topologies-Organizing-Business-Technology/dp/1942788819) | [Audible](https://www.audible.com/pd/Team-Topologies-Organizing-Business-and-Technology-Teams-for-Fast-Flow-Audiobook/B07VZ2JKQP) | [Apple Books](https://books.apple.com/us/audiobook/team-topologies-organizing-business-and-technology/id1475573089) | [Google Books](https://books.google.com/books/about/Team_Topologies.html?id=Pj-IDwAAQBAJ) -->
&lt;/li>
&lt;li>The Mythical Man-Month: Essays on Software Engineering
&lt;ul>
&lt;li>Frederick P. Brooks Jr.&lt;/li>
&lt;li>#engineering, #technology, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959) | [Audible](https://www.audible.com/pd/The-Mythical-Man-Month-Essays-on-Software-Engineering-Anniversary-Edition-Audiobook/B0DKZ9HFMQ) | [Apple Books](https://books.apple.com/us/book/the-mythical-man-month/id400959442) | [Google Books](https://play.google.com/store/books/details/The_Mythical_Man_Month_Essays_on_Software_Engineer?id=Yq35BY5Fk3gC&amp;hl=en_US) -->
&lt;/li>
&lt;li>Driving Technical Change: Why People On Your Team Don&amp;rsquo;t Act On Good Ideas, and How to Convince Them They Should
&lt;ul>
&lt;li>Terrence Ryan&lt;/li>
&lt;li>#engineering, #technology, #leadership, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Driving-Technical-Change-Terrence-Ryan/dp/1934356603) | [Google Books](https://books.google.com/books/about/Driving_Technical_Change.html?id=wdX7RAAACAAJ) -->
&lt;/li>
&lt;li>A Seat at the Table: IT Leadership in the Age of Agility
&lt;ul>
&lt;li>Mark Schwartz&lt;/li>
&lt;li>#engineering, #technology, #leadership, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Seat-Table-Leadership-Age-Agility/dp/1942788118) | [Audible](https://www.audible.com/pd/A-Seat-at-the-Table-Audiobook/B0767PHFYR) | [Apple Books](https://books.apple.com/us/audiobook/a-seat-at-the-table-it-leadership-in-the/id1294440579) | [Google Books](https://books.google.com/books/about/A_Seat_at_the_Table.html?id=bWLZnAAACAAJ) -->
&lt;/li>
&lt;li>The Software Architect Elevator: Redefining the Architect&amp;rsquo;s Role in the Digital Enterprise
&lt;ul>
&lt;li>Gregor Hohpe&lt;/li>
&lt;li>#engineering, #technology, #architecture, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Software-Architect-Elevator-Redefining-Architects/dp/1492077542) | [Audible](https://www.bookey.app/audiobook/the-software-architect-elevator) | [Apple Books](https://books.apple.com/us/book/the-software-architect-elevator/id1507030903) | [Google Books](https://books.google.com/books?id=X-_bDwAAQBAJ&amp;printsec=copyright) -->
&lt;/li>
&lt;li>Accelerate: Building and Scaling High Performing Technology Organizations
&lt;ul>
&lt;li>Nicole Forsgren&lt;/li>
&lt;li>#engineering, #technology, #devops, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Accelerate-Software-Performing-Technology-Organizations/dp/1942788339) | [Audible](https://www.audible.com/pd/Accelerate-Building-and-Scaling-High-Performing-Technology-Organizations-Audiobook/B07BLZDZFQ) | [Apple Books](https://books.apple.com/us/audiobook/accelerate-building-and-scaling-high-performing/id1362733935) | [Google Books](https://books.google.com/books/about/Accelerate.html?id=Kax-DwAAQBAJ) -->
&lt;/li>
&lt;li>Kill It with Fire: Manage Aging Computer Systems
&lt;ul>
&lt;li>Marianne Bellotti&lt;/li>
&lt;li>#engineering, #technology, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188) | [Audible](https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/B08XS44CTT) | [Apple Books](https://books.apple.com/us/audiobook/kill-it-with-fire-manage-aging-computer-systems-and/id1562788780) | [Google Books](https://books.google.com/books?id=W4XwDwAAQBAJ) -->
&lt;/li>
&lt;li>The Art Of Business Value
&lt;ul>
&lt;li>Mark Schwartz&lt;/li>
&lt;li>#engineering, #business, #technology, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Art-Business-Value-Mark-Schwartz/dp/1942788045) | [Audible](https://www.audible.com/pd/The-Art-of-Business-Value-Audiobook/B076DM87S3) | [Apple Books](https://books.apple.com/us/audiobook/the-art-of-business-value-unabridged/id1296948562) | [Google Books](https://books.google.com/books/about/The_Art_of_Business_Value.html?id=pidLjwEACAAJ) -->
&lt;/li>
&lt;li>Building Microservices: Designing Fine-Grained Systems
&lt;ul>
&lt;li>Sam Newman&lt;/li>
&lt;li>#engineering, #architecture, #technology, #non-fiction, #audiobook&lt;/li>
&lt;li>&lt;em>Technical architecture that bridges engineering and management&lt;/em>&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Building-Microservices-Designing-Fine-Grained-Systems/dp/1491950358) | [Audible](https://www.audible.com/pd/Building-Microservices-Audiobook/B09RTPV36C) | [Apple Books](https://books.apple.com/us/audiobook/building-microservices-designing-fine-grained-systems/id1670828780) | [Google Books](https://books.google.com/books/about/Building_Microservices.html?id=aPM5EAAAQBAJ) -->
&lt;/li>
&lt;li>Technology Strategy Patterns: Architecture as Strategy
&lt;ul>
&lt;li>Eben Hewitt&lt;/li>
&lt;li>#technology, #strategy, #architecture, #engineering, #audiobook&lt;/li>
&lt;li>&lt;em>Technical strategy like your highly-rated technical leadership books&lt;/em>&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Technology-Strategy-Patterns-Architecture/dp/1492040878) | [Apple Books](https://books.apple.com/us/book/technology-strategy-patterns/id1439644436) | [Google Books](https://books.google.com/books?id=_OtzDwAAQBAJ&amp;printsec=copyright) -->
&lt;/li>
&lt;li>Ahead in the Cloud: Best Practices for Navigating the Future of Enterprise IT
&lt;ul>
&lt;li>Stephen Orban&lt;/li>
&lt;li>#technology, #cloud, #enterprise, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Ahead-Cloud-Practices-Navigating-Enterprise/dp/1981924310) | [Google Books](https://books.google.com/books/about/Ahead_in_the_Cloud.html?id=ViGutQEACAAJ) -->
&lt;/li>
&lt;/ul>
&lt;h1 id="leadershipmanagement">Leadership/Management
&lt;/h1>&lt;ul>
&lt;li>
&lt;p>Dare to Lead&lt;/p>
&lt;ul>
&lt;li>Brene Brown&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Dare-Lead-Brave-Conversations-Hearts/dp/0399592520) | [Audible](https://www.audible.com/pd/Dare-to-Lead-Audiobook/B07DJYBXNC) | [Apple Books](https://books.apple.com/us/audiobook/dare-to-lead-brave-work-tough-conversations-whole-hearts/id1436989691) | [Google Books](https://brenebrown.com/books-audio/) -->
&lt;/li>
&lt;li>
&lt;p>The 7 Habits of Highly Effective People: Powerful Lessons in Personal Change&lt;/p>
&lt;ul>
&lt;li>Stephen R. Covey&lt;/li>
&lt;li>#leadership, #self-help, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Habits-Highly-Effective-People-Powerful/dp/0743269519) | [Audible](https://www.audible.com/pd/The-7-Habits-of-Highly-Effective-People-Audiobook/B002V5HAL4) | [Apple Books](https://books.apple.com/us/audiobook/the-7-habits-of-highly-effective-people-unabridged/id1445770287) | [Google Books](https://books.google.com/books/about/The_7_Habits_of_Highly_Effective_People.html?id=upUxaNWSaRIC) -->
&lt;/li>
&lt;li>
&lt;p>1% Leadership: Master the Small, Daily Improvements that Set Great Leaders Apart&lt;/p>
&lt;ul>
&lt;li>Andy Ellis&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/1-Leadership-Master-Improvements-Leaders/dp/0306830817) | [Audible](https://www.audible.com/pd/1-Leadership-Audiobook/B0BCCDLVL6) | [Apple Books](https://books.apple.com/us/book/1-leadership/id6443263263) -->
&lt;/li>
&lt;li>
&lt;p>Leadership Strategy and Tactics: Field Manual&lt;/p>
&lt;ul>
&lt;li>Jocko Willink&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Leadership-Strategy-Tactics-Field-Manual/dp/1250226848) | [Audible](https://www.audible.com/pd/Leadership-Strategy-and-Tactics-Audiobook/1250259932) | [Apple Books](https://books.apple.com/us/audiobook/leadership-strategy-and-tactics/id1488404601) | [Google Books](https://play.google.com/store/audiobooks/details/Leadership_Strategy_and_Tactics_Field_Manual?id=AQAAAEAsizLLDM&amp;hl=en_US&amp;gl=US) -->
&lt;/li>
&lt;li>
&lt;p>Reality-Based Leadership: Ditch the Drama, Restore Sanity to the Workplace, and Turn Excuses Into Results&lt;/p>
&lt;ul>
&lt;li>Cy Wakeman&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Reality-Based-Leadership-Restore-Workplace-Excuses-ebook/dp/B0041D8V1C) | [Audible](https://www.audible.com/pd/Reality-Based-Leadership-Audiobook/1705007961) | [Apple Books](https://books.apple.com/us/audiobook/reality-based-leadership-ditch-the-drama-restore/id1639270658) | [Google Books](https://play.google.com/store/audiobooks/details/Reality_Based_Leadership_Ditch_the_Drama_Restore_S?id=AQAAAEAc9lm2VM&amp;hl=en_US) -->
&lt;/li>
&lt;li>
&lt;p>Crucial Conversations: Tools for Talking When Stakes are High&lt;/p>
&lt;ul>
&lt;li>Kerry Patterson&lt;/li>
&lt;li>#leadership, #communication, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Crucial-Conversations-Talking-Stakes-Second/dp/1469266822) | [Audible](https://www.audible.com/pd/Crucial-Conversations-Audiobook/1639291172) | [Apple Books](https://books.apple.com/us/audiobook/crucial-conversations-tools-for-talking-when-stakes/id1643473832) | [Google Books](https://books.google.com/books/about/Crucial_Conversations_Tools_for_Talking.html?id=VhkQpRH9D9gC) -->
&lt;/li>
&lt;li>
&lt;p>Wooden on Leadership: How to Create a Winning Organization&lt;/p>
&lt;ul>
&lt;li>John Wooden&lt;/li>
&lt;li>#leadership, #management, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Wooden-Leadership-Create-Winning-Organization/dp/0071453393) | [Apple Books](https://books.apple.com/us/book/wooden-on-leadership/id498453899) | [Google Books](https://books.google.com/books/about/Wooden_on_Leadership.html?id=F1QQ7ToNyxgC) -->
&lt;/li>
&lt;li>
&lt;p>Leadership: In Turbulent Times&lt;/p>
&lt;ul>
&lt;li>Doris Kearns Goodwin&lt;/li>
&lt;li>#leadership, #history, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Leadership-Turbulent-Doris-Kearns-Goodwin/dp/1476795924) | [Audible](https://www.amazon.com/Leadership-Doris-Kearns-Goodwin-audiobook/dp/B07BS1SM4L) | [Google Books](https://books.google.com/books/about/Leadership.html?id=RJdLDwAAQBAJ) -->
&lt;/li>
&lt;li>
&lt;p>Leaders Eat Last: Why Some Teams Pull Together and Others Don&amp;rsquo;t&lt;/p>
&lt;ul>
&lt;li>Simon Sinek&lt;/li>
&lt;li>#leadership, #management, #culture, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Leaders-Eat-Last-Together-Others/dp/B084D1NZGL) | [Audible](https://www.audible.com/pd/Leaders-Eat-Last-Audiobook/0593291352) | [Apple Books](https://books.apple.com/us/audiobook/leaders-eat-last-why-some-teams-pull-together-and/id1497068530) | [Google Books](https://books.google.com/books/about/Leaders_Eat_Last.html?id=3SliAgAAQBAJ) -->
&lt;/li>
&lt;li>
&lt;p>The Infinite Game&lt;/p>
&lt;ul>
&lt;li>Simon Sinek&lt;/li>
&lt;li>#leadership, #business, #philosophy, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Infinite-Game-Simon-Sinek/dp/073521350X) | [Audible](https://www.audible.com/pd/The-Infinite-Game-Audiobook/B07DKHSL3W) | [Apple Books](https://books.apple.com/us/audiobook/the-infinite-game-unabridged/id1477275880) | [Google Books](https://books.google.com/books/about/The_Infinite_Game.html?id=GVtJDwAAQBAJ) -->
&lt;/li>
&lt;li>
&lt;p>Armstrong on Reinventing Performance Management: Building a Culture of Continuous Improvement&lt;/p>
&lt;ul>
&lt;li>Michael Armstrong&lt;/li>
&lt;li>#management, #performance, #culture, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Manager as Negotiator&lt;/p>
&lt;ul>
&lt;li>David A. Lax&lt;/li>
&lt;li>#management, #negotiation, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Five Temptations of a CEO: A Leadership Fable&lt;/p>
&lt;ul>
&lt;li>Patrick Lencioni&lt;/li>
&lt;li>#leadership, #business-fable, #management, #audiobook&lt;/li>
&lt;li>&lt;em>Another business fable by your favorite 5-star author&lt;/em>&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Five-Temptations-CEO-Anniversary-Leadership/dp/0470267585) | [Audible](https://www.audible.com/pd/The-Five-Temptations-of-a-CEO-Audiobook/B002V1870Q) | [Google Books](https://books.google.com/books/about/The_Five_Temptations_of_a_CEO.html?id=j6oCd4KyQM8C) -->
&lt;/li>
&lt;li>
&lt;p>Silos, Politics and Turf Wars: A Leadership Fable About Destroying the Barriers That Turn Colleagues Into Competitors&lt;/p>
&lt;ul>
&lt;li>Patrick Lencioni&lt;/li>
&lt;li>#leadership, #business-fable, #culture, #audiobook&lt;/li>
&lt;li>&lt;em>Leadership fable format you consistently rate 5-star&lt;/em>&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Silos-Politics-Turf-Wars-Leadership/dp/0787976385) | [Audible](https://www.audible.com/pd/Silos-Politics-and-Turf-Wars-Audiobook/B002V08X5Q) | [Apple Books](https://books.apple.com/us/book/silos-politics-and-turf-wars/id368745631) | [Google Books](https://books.google.com/books/about/Silos_Politics_and_Turf_Wars.html?id=jjxONWP9n2oC) -->
&lt;/li>
&lt;li>
&lt;p>The First 90 Days: Proven Strategies for Getting Up to Speed Faster and Smarter&lt;/p>
&lt;ul>
&lt;li>Michael Watkins&lt;/li>
&lt;li>#leadership, #management, #career, #audiobook&lt;/li>
&lt;li>&lt;em>Leadership transition book, management focus like your 4-star books&lt;/em>&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/First-Days-Proven-Strategies-Getting/dp/1422188612) | [Audible](https://www.audible.com/pd/The-First-90-Days-Third-Edition-Audiobook/B07BLZDQPX) | [Apple Books](https://books.apple.com/us/book/the-first-90-days-updated-and-expanded/id669851623) | [Google Books](https://books.google.com/books/about/The_First_90_Days.html?id=kCGPPgAACAAJ) -->
&lt;/li>
&lt;li>
&lt;p>The 4 Disciplines of Execution: Achieving Your Wildly Important Goals&lt;/p>
&lt;ul>
&lt;li>Chris McChesney&lt;/li>
&lt;li>#leadership, #execution, #business, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Action Inquiry: The Secret of Timely and Transforming Leadership&lt;/p>
&lt;ul>
&lt;li>Bill Torbert&lt;/li>
&lt;li>#leadership, #transformation, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Don&amp;rsquo;t Hire Anyone Without Me!: A revolutionary approach to interviewing and hiring the best&lt;/p>
&lt;ul>
&lt;li>Carol Quinn&lt;/li>
&lt;li>#leadership, #hiring, #hr, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Ego Free Leadership: Ending the Unconscious Habits That Hijack Your Business&lt;/p>
&lt;ul>
&lt;li>Brandon Black&lt;/li>
&lt;li>#leadership, #self-awareness, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Entreleadership: 20 Years of Practical Business Wisdom from the Trenches&lt;/p>
&lt;ul>
&lt;li>Dave Ramsey&lt;/li>
&lt;li>#leadership, #business, #entrepreneurship, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>First, Break All the Rules: What the World&amp;rsquo;s Greatest Managers Do Differently&lt;/p>
&lt;ul>
&lt;li>Marcus Buckingham&lt;/li>
&lt;li>#leadership, #management, #hr, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Good Leaders Ask Great Questions: Your Foundation for Successful Leadership&lt;/p>
&lt;ul>
&lt;li>John C. Maxwell&lt;/li>
&lt;li>#leadership, #questioning, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Leadershift: The 11 Essential Changes Every Leader Must Embrace&lt;/p>
&lt;ul>
&lt;li>John C. Maxwell&lt;/li>
&lt;li>#leadership, #change, #transformation, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Leadership and Self-Deception: Getting Out of the Box&lt;/p>
&lt;ul>
&lt;li>The Arbinger Institute&lt;/li>
&lt;li>#leadership, #self-awareness, #psychology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Leading Change&lt;/p>
&lt;ul>
&lt;li>John P. Kotter&lt;/li>
&lt;li>#leadership, #change-management, #transformation, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Meetings Suck: Turning One of The Most Loathed Elements of Business into One of the Most Valuable&lt;/p>
&lt;ul>
&lt;li>Cameron Herold&lt;/li>
&lt;li>#leadership, #meetings, #productivity, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Quiet Leadership: Six Steps to Transforming Performance at Work&lt;/p>
&lt;ul>
&lt;li>David Rock&lt;/li>
&lt;li>#leadership, #performance, #coaching, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Switch: How to Change Things When Change Is Hard&lt;/p>
&lt;ul>
&lt;li>Chip Heath&lt;/li>
&lt;li>#leadership, #change, #psychology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The 21 Irrefutable Laws of Leadership: Follow Them and People Will Follow You&lt;/p>
&lt;ul>
&lt;li>John C Maxwell&lt;/li>
&lt;li>#leadership, #principles, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Effective Executive: The Definitive Guide to Getting the Right Things Done&lt;/p>
&lt;ul>
&lt;li>Peter F. Drucker&lt;/li>
&lt;li>#leadership, #management, #productivity, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Leadership Moment: Nine True Stories of Triumph and Disaster and Their Lessons for Us All&lt;/p>
&lt;ul>
&lt;li>Michael Useem&lt;/li>
&lt;li>#leadership, #case-studies, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Leadership Secrets of Colin Powell&lt;/p>
&lt;ul>
&lt;li>Oren Harari&lt;/li>
&lt;li>#leadership, #military, #biography, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Twelve Absolutes of Leadership&lt;/p>
&lt;ul>
&lt;li>BURNISON&lt;/li>
&lt;li>#leadership, #principles, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Vision Driven Leader: 10 Questions to Focus Your Efforts, Energize Your Team, and Scale Your Business&lt;/p>
&lt;ul>
&lt;li>Michael Hyatt&lt;/li>
&lt;li>#leadership, #vision, #strategy, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Theodore Roosevelt on Leadership: Executive Lessons from the Bully Pulpit&lt;/p>
&lt;ul>
&lt;li>James Strock&lt;/li>
&lt;li>#leadership, #history, #biography, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Total Leadership: Be a Better Leader, Have a Richer Life&lt;/p>
&lt;ul>
&lt;li>Stewart D. Friedman&lt;/li>
&lt;li>#leadership, #work-life-balance, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Tribes: We Need You to Lead Us&lt;/p>
&lt;ul>
&lt;li>Seth Godin&lt;/li>
&lt;li>#leadership, #community, #influence, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Virtuous Leadership&lt;/p>
&lt;ul>
&lt;li>Alexandre Havard&lt;/li>
&lt;li>#leadership, #virtue, #ethics, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>We Shall Not Fail: The Inspiring Leadership of Winston Churchill&lt;/p>
&lt;ul>
&lt;li>Celia Sandys&lt;/li>
&lt;li>#leadership, #biography, #history, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>John P. Kotter on What Leaders Really Do&lt;/p>
&lt;ul>
&lt;li>John P. Kotter&lt;/li>
&lt;li>#leadership, #management, #change, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Why Great Leaders Don&amp;rsquo;t Take Yes for an Answer: Managing for Conflict and Consensus&lt;/p>
&lt;ul>
&lt;li>Michael Roberto&lt;/li>
&lt;li>#leadership, #decision-making, #conflict, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Communicating for a Change: Seven Keys to Irresistible Communication&lt;/p>
&lt;ul>
&lt;li>Andy Stanley&lt;/li>
&lt;li>#leadership, #communication, #speaking, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Conversational Capacity: The Secret to Building Successful Teams That Perform When the Pressure Is On&lt;/p>
&lt;ul>
&lt;li>Craig Weber&lt;/li>
&lt;li>#leadership, #communication, #teamwork, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Emotional Intelligence 2.0&lt;/p>
&lt;ul>
&lt;li>Travis Bradberry&lt;/li>
&lt;li>#leadership, #emotional-intelligence, #self-awareness, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>How to Work with Jerks: Getting Stuff Done with People You Can&amp;rsquo;t Stand&lt;/p>
&lt;ul>
&lt;li>Eric L. Williamson&lt;/li>
&lt;li>#leadership, #communication, #workplace, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Influence Redefined: Be the Leader You Were Meant to Be, Monday to Monday&lt;/p>
&lt;ul>
&lt;li>Stacey Hanke&lt;/li>
&lt;li>#leadership, #influence, #communication, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Anatomy of Peace: Resolving the Heart of Conflict&lt;/p>
&lt;ul>
&lt;li>The Arbinger Institute&lt;/li>
&lt;li>#leadership, #conflict-resolution, #psychology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>The Culture Code: The Secrets of Highly Successful Groups&lt;/p>
&lt;ul>
&lt;li>Daniel Coyle&lt;/li>
&lt;li>#leadership, #culture, #teamwork, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="businessentrepreneurship">Business/Entrepreneurship
&lt;/h1>&lt;ul>
&lt;li>The Culture Map: Breaking Through the Invisible Boundaries of Global Business
&lt;ul>
&lt;li>Erin Meyer&lt;/li>
&lt;li>#business, #culture, #communication, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Culture-Map-Breaking-Invisible-Boundaries/dp/1610392507) | [Audible](https://www.audible.com/pd/The-Culture-Map-Audiobook/B00TXRFNXM) | [Apple Books](https://books.apple.com/us/book/the-culture-map/id869071693) | [Google Books](https://books.google.com/books/about/The_Culture_Map.html?id=VZhaBQAAQBAJ) -->
&lt;/li>
&lt;li>The Lean Startup
&lt;ul>
&lt;li>Eric Ries&lt;/li>
&lt;li>#entrepreneurship, #business, #startup, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898) | [Audible](https://www.audible.com/pd/The-Lean-Startup-Audiobook/B005LXV0HI) | [Apple Books](https://books.apple.com/us/audiobook/the-lean-startup-how-todays-entrepreneurs-use/id1417831445) | [Google Books](https://play.google.com/store/audiobooks/details/The_Lean_Startup_How_Today_s_Entrepreneurs_Use_Con?id=AQAAAAB49Tj1UM&amp;hl=en_US) -->
&lt;/li>
&lt;li>The Innovator&amp;rsquo;s Dilemma: The Revolutionary Book that Will Change the Way You Do Business
&lt;ul>
&lt;li>Clayton M. Christensen&lt;/li>
&lt;li>#business, #innovation, #entrepreneurship, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Innovators-Dilemma-Revolutionary-Change-Business/dp/0062060244) | [Audible](https://www.audible.com/pd/The-Innovators-Dilemma-Audiobook/B06Y4VPJSJ) | [Apple Books](https://books.apple.com/us/book/the-innovators-dilemma/id1024726235) | [Google Books](https://books.google.com/books/about/The_Innovator_s_Dilemma.html?id=3JnBAgAAQBAJ) -->
&lt;/li>
&lt;li>Influence: The Psychology of Persuasion
&lt;ul>
&lt;li>Robert B. Cialdini&lt;/li>
&lt;li>#psychology, #persuasion, #business, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Mom Test: How to talk to customers &amp;amp; learn if your business is a good idea when everyone is lying to you
&lt;ul>
&lt;li>Rob Fitzpatrick&lt;/li>
&lt;li>#business, #entrepreneurship, #customer-development, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Personal MBA: Master the Art of Business
&lt;ul>
&lt;li>Josh Kaufman&lt;/li>
&lt;li>#business, #entrepreneurship, #education, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The 4-Hour Workweek
&lt;ul>
&lt;li>Timothy Ferriss&lt;/li>
&lt;li>#business, #productivity, #entrepreneurship, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Good to Great: Why Some Companies Make the Leap&amp;hellip; and Others Don&amp;rsquo;t
&lt;ul>
&lt;li>Jim Collins&lt;/li>
&lt;li>#business, #management, #strategy, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Good-Great-Some-Companies-Others/dp/0066620996) | [Audible](https://www.audible.com/pd/Good-to-Great-Audiobook/B003UDDK7O) | [Apple Books](https://books.apple.com/us/audiobook/good-to-great/id1441509108) | [Google Books](https://www.learnoutloud.com/Audio-Books/Business/Leadership-and-Management/Good-to-Great/15588) -->
&lt;/li>
&lt;li>Good Strategy Bad Strategy: The Difference and Why It Matters
&lt;ul>
&lt;li>Richard P. Rumelt&lt;/li>
&lt;li>#business, #strategy, #management, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Tipping Point: How Little Things Can Make a Big Difference
&lt;ul>
&lt;li>Malcolm Gladwell&lt;/li>
&lt;li>#business, #psychology, #sociology, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>How To Win Friends and Influence People
&lt;ul>
&lt;li>Dale Carnegie&lt;/li>
&lt;li>#business, #communication, #relationships, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Berkshire Hathaway Letters to Shareholders, 2023
&lt;ul>
&lt;li>Warren Buffett&lt;/li>
&lt;li>#finance, #investment, #business, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Brief: Make a Bigger Impact by Saying Less
&lt;ul>
&lt;li>Joseph McCormack&lt;/li>
&lt;li>#business, #communication, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Who Not How: The Formula to Achieve Bigger Goals Through Accelerating Teamwork
&lt;ul>
&lt;li>Dan Sullivan&lt;/li>
&lt;li>#business, #productivity, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Brave New Work: Are You Ready to Reinvent Your Organization?
&lt;ul>
&lt;li>Aaron Dignan&lt;/li>
&lt;li>#business, #organizational-change, #innovation, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Business Made Simple: 60 Days to Master Leadership, Sales, Marketing, Execution, Management, Personal Productivity and More (Made Simple Series)
&lt;ul>
&lt;li>Donald Miller&lt;/li>
&lt;li>#business, #entrepreneurship, #productivity, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Know What You&amp;rsquo;re FOR: A Growth Strategy for Work, An Even Better Strategy for Life
&lt;ul>
&lt;li>Jeff Henderson&lt;/li>
&lt;li>#business, #strategy, #purpose, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Predictable Success: Getting Your Organization on the Growth Track-And Keeping It There
&lt;ul>
&lt;li>Les McKeown&lt;/li>
&lt;li>#business, #growth, #organizational-development, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Profit First: Transform Your Business from a Cash-Eating Monster to a Money-Making Machine (Entrepreneurship Simplified)
&lt;ul>
&lt;li>Mike Michalowicz&lt;/li>
&lt;li>#business, #finance, #entrepreneurship, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>That Will Never Work: The Birth of Netflix and the Amazing Life of an Idea
&lt;ul>
&lt;li>Marc Randolph&lt;/li>
&lt;li>#business, #entrepreneurship, #startup, #biography&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Advantage: Why Organizational Health Trumps Everything Else In Business
&lt;ul>
&lt;li>Patrick M. Lencioni&lt;/li>
&lt;li>#business, #organizational-health, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Blink: The Power of Thinking Without Thinking
&lt;ul>
&lt;li>Malcolm Gladwell&lt;/li>
&lt;li>#business, #psychology, #decision-making, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Never Eat Alone: And Other Secrets to Success, One Relationship at a Time
&lt;ul>
&lt;li>Keith Ferrazzi&lt;/li>
&lt;li>#business, #networking, #relationships, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Nudge: Improving Decisions About Health, Wealth, and Happiness
&lt;ul>
&lt;li>Richard H. Thaler&lt;/li>
&lt;li>#business, #behavioral-economics, #decision-making, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Talking to Strangers: What We Should Know About the People We Don&amp;rsquo;t Know
&lt;ul>
&lt;li>Malcolm Gladwell&lt;/li>
&lt;li>#business, #psychology, #communication, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Building a StoryBrand 2.0: Clarify Your Message So Customers Will Listen
&lt;ul>
&lt;li>Donald Miller&lt;/li>
&lt;li>#business, #marketing, #communication, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Crucial Accountability: Tools for Resolving Violated Expectations, Broken Commitments, and Bad Behavior
&lt;ul>
&lt;li>PATTERSON&lt;/li>
&lt;li>#business, #accountability, #communication, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Challenger Sale: Taking Control of the Customer Conversation
&lt;ul>
&lt;li>Matthew Dixon&lt;/li>
&lt;li>#business, #sales, #customer-development, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Great Demo!: How to Create and Execute Stunning Software Demonstrations
&lt;ul>
&lt;li>Peter Cohan&lt;/li>
&lt;li>#business, #sales, #software, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Doing Discovery: The Single Most Important Element of Software Sales and Buyer Enablement Processes
&lt;ul>
&lt;li>Peter Cohan&lt;/li>
&lt;li>#business, #sales, #customer-development, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Trusted Advisor
&lt;ul>
&lt;li>David H. Maister&lt;/li>
&lt;li>#business, #consulting, #relationships, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Trusted Advisor Sales Engineer
&lt;ul>
&lt;li>John Care&lt;/li>
&lt;li>#business, #sales, #technical-sales, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Mastering Technical Sales: The Sales Engineer&amp;rsquo;s Handbook
&lt;ul>
&lt;li>John Care&lt;/li>
&lt;li>#business, #sales, #technical-sales, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Six Habits of Highly Effective Sales Engineers
&lt;ul>
&lt;li>Chris White&lt;/li>
&lt;li>#business, #sales, #technical-sales, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="aviation">Aviation
&lt;/h1>&lt;ul>
&lt;li>Skunk Works: A Personal Memoir of My Years at Lockheed
&lt;ul>
&lt;li>Ben R. Rich&lt;/li>
&lt;li>#aviation, #military, #engineering, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Skunk-Works-Personal-Memoir-Lockheed/dp/0316743003) | [Audible](https://www.audible.com/pd/Skunk-Works-Audiobook/B011LR4PW4) | [Apple Books](https://books.apple.com/us/audiobook/skunk-works/id1443072742) | [Google Books](https://play.google.com/store/audiobooks/details/Ben_R_Rich_Skunk_Works?id=AQAAAADtcipy1M) -->
&lt;/li>
&lt;li>Freight Dog: The Dark Side of Aviation
&lt;ul>
&lt;li>Kimber C. Turner&lt;/li>
&lt;li>#aviation, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Vanishing of Flight MH370: The True Story of the Hunt for the Missing Malaysian Plane
&lt;ul>
&lt;li>Richard Quest&lt;/li>
&lt;li>#aviation, #mystery, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Ferry Pilot: Nine Lives Over the North Atlantic.
&lt;ul>
&lt;li>Kerry McCauley&lt;/li>
&lt;li>#aviation, #adventure, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Dangerous Flights: What Could Possibly Go Wrong?
&lt;ul>
&lt;li>Kerry McCauley&lt;/li>
&lt;li>#aviation, #adventure, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Mike Busch on Airplane Ownership (Volume 1): What every aircraft owner needs to know about selecting, purchasing, insuring, maintaining, troubleshooting, modifying, and flying light airplanes
&lt;ul>
&lt;li>Mike Busch&lt;/li>
&lt;li>#aviation, #maintenance, #ownership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Mike Busch on Airplane Ownership
&lt;ul>
&lt;li>Mike Busch&lt;/li>
&lt;li>#aviation, #maintenance, #ownership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Crash Detectives: Investigating the World&amp;rsquo;s Most Mysterious Air Disasters
&lt;ul>
&lt;li>Christine Negroni&lt;/li>
&lt;li>#aviation, #investigation, #safety, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Crash-Detectives-Investigating-Mysterious-Disasters/dp/0143127322) | [Audible](https://www.audible.com/pd/The-Crash-Detectives-Audiobook/B01M0FEKJF) | [Apple Books](https://books.apple.com/us/audiobook/the-crash-detectives-investigating-the-worlds/id1417622682) | [Google Books](https://books.google.com/books/about/The_Crash_Detectives.html?id=TQuGDAAAQBAJ) -->
&lt;/li>
&lt;/ul>
&lt;h1 id="securitycybersecurity">Security/Cybersecurity
&lt;/h1>&lt;ul>
&lt;li>CISO Desk Reference Guide Volume 2: A Practical Guide for CISOs
&lt;ul>
&lt;li>Bill Bonney, Gary Hayslip, Matt Stamper&lt;/li>
&lt;li>#cybersecurity, #security, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>CISO Desk Reference Guide: A Practical Guide for CISOs
&lt;ul>
&lt;li>Bill Bonney, Gary Hayslip, Matt Stamper&lt;/li>
&lt;li>#cybersecurity, #security, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>CISO Impact and Influence: How Cybersecurity Executives Can Take the Lead and Nudge the World
&lt;ul>
&lt;li>Chris Brown&lt;/li>
&lt;li>#cybersecurity, #security, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Why CISOs Fail: The Missing Link in Security Management&amp;ndash;and How to Fix It
&lt;ul>
&lt;li>Barak Engel&lt;/li>
&lt;li>#cybersecurity, #security, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Cyber Leadership Imperative: Powerful Strategies to Unlock Your Potential and Become an Exceptional Cybersecurity Executive
&lt;ul>
&lt;li>Phillimon Zongo, Darren Argyle, Jan Schreuder&lt;/li>
&lt;li>#cybersecurity, #security, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="product-management">Product Management
&lt;/h1>&lt;ul>
&lt;li>Empowered: Ordinary People, Extraordinary Products
&lt;ul>
&lt;li>Marty Cagan&lt;/li>
&lt;li>#product-management, #business, #leadership, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Product Roadmaps Relaunched: How to Set Direction while Embracing Uncertainty
&lt;ul>
&lt;li>C. Todd Lombardo&lt;/li>
&lt;li>#product-management, #business, #strategy, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Product Leadership: How Top Product Managers Launch Awesome Products and Build Successful Teams
&lt;ul>
&lt;li>Richard Banfield&lt;/li>
&lt;li>#product-management, #leadership, #business, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Inspired: How to Create Tech Products Customers Love
&lt;ul>
&lt;li>Marty Cagan&lt;/li>
&lt;li>#product-management, #business, #technology, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Project to Product: How to Survive and Thrive in the Age of Digital Disruption with the Flow Framework
&lt;ul>
&lt;li>Mik Kersten&lt;/li>
&lt;li>#product-management, #business, #transformation, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Sooner Safer Happier: Antipatterns and Patterns for Business Agility
&lt;ul>
&lt;li>Jonathan Smart&lt;/li>
&lt;li>#product-management, #agile, #business, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="personal-development">Personal Development
&lt;/h1>&lt;ul>
&lt;li>Atomic Habits: An Easy &amp;amp; Proven Way to Build Good Habits &amp;amp; Break Bad Ones
&lt;ul>
&lt;li>James Clear&lt;/li>
&lt;li>#self-help, #productivity, #habits, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Atomic-Habits-Proven-Build-Break/dp/0735211299) | [Audible](https://www.audible.com/pd/Atomic-Habits-Audiobook/1524779261) | [Apple Books](https://books.apple.com/us/audiobook/atomic-habits-an-easy-proven-way-to-build-good/id1436767025) | [Google Books](https://jamesclear.com/atomic-habits) -->
&lt;/li>
&lt;li>Think Again: The Power of Knowing What You Don&amp;rsquo;t Know
&lt;ul>
&lt;li>Adam M. Grant&lt;/li>
&lt;li>#psychology, #self-help, #learning, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Think-Again-Power-Knowing-What/dp/B08HJQHNH9) | [Audible](https://www.audible.com/pd/Think-Again-Audiobook/0593394763) | [Apple Books](https://books.apple.com/us/audiobook/think-again-the-power-of-knowing-what-you-dont/id1549345667) | [Google Books](https://books.google.com/books/about/Think_Again.html?id=FdjgDwAAQBAJ) -->
&lt;/li>
&lt;li>Getting Things Done: The Art of Stress-Free Productivity
&lt;ul>
&lt;li>David Allen&lt;/li>
&lt;li>#productivity, #self-help, #organization, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Thinking, Fast and Slow
&lt;ul>
&lt;li>Daniel Kahneman&lt;/li>
&lt;li>#psychology, #decision-making, #behavioral-economics, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Thinking In Systems: A Primer
&lt;ul>
&lt;li>Donella H. Meadows&lt;/li>
&lt;li>#systems-thinking, #complexity, #problem-solving, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Goal: A Process of Ongoing Improvement
&lt;ul>
&lt;li>Eliyahu M. Goldratt&lt;/li>
&lt;li>#process-improvement, #systems, #business, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Deviate: The Science of Seeing Differently
&lt;ul>
&lt;li>Beau Lotto&lt;/li>
&lt;li>#psychology, #perception, #creativity, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Finish: Give Yourself the Gift of Done
&lt;ul>
&lt;li>Jon Acuff&lt;/li>
&lt;li>#productivity, #goal-setting, #self-help, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Living Forward: A Proven Plan to Stop Drifting and Get the Life You Want
&lt;ul>
&lt;li>Michael Hyatt&lt;/li>
&lt;li>#personal-development, #goal-setting, #life-planning, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Free to Focus: A Total Productivity System to Achieve More by Doing Less
&lt;ul>
&lt;li>Michael Hyatt&lt;/li>
&lt;li>#productivity, #personal-development, #focus, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Building a Second Brain: A Proven Method to Organize Your Digital Life and Unlock Your Creative Potential
&lt;ul>
&lt;li>Tiago Forte&lt;/li>
&lt;li>#productivity, #knowledge-management, #organization, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Elements of Style
&lt;ul>
&lt;li>William Strunk Jr.&lt;/li>
&lt;li>#writing, #communication, #reference, #classic&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>On Writing Well
&lt;ul>
&lt;li>William Zinsser&lt;/li>
&lt;li>#writing, #communication, #craft, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Resonate: Present Visual Stories that Transform Audiences
&lt;ul>
&lt;li>Nancy Duarte&lt;/li>
&lt;li>#communication, #presentation, #storytelling, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>slide:ology: The Art and Science of Creating Great Presentations
&lt;ul>
&lt;li>Nancy Duarte&lt;/li>
&lt;li>#communication, #presentation, #design, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Talk Like TED
&lt;ul>
&lt;li>Carmine Gallo&lt;/li>
&lt;li>#communication, #presentation, #speaking, #non-fiction&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>The Presentation Secrets of Steve Jobs: How to Be Insanely Great in Front of Any Audience
&lt;ul>
&lt;li>Carmine Gallo&lt;/li>
&lt;li>#communication, #presentation, #speaking, #biography&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="financebusiness-cases">Finance/Business Cases
&lt;/h1>&lt;ul>
&lt;li>Too Big to Fail: The Inside Story of How Wall Street and Washington Fought to Save the Financial System from Crisis &amp;ndash; and Themselves
&lt;ul>
&lt;li>Andrew Ross Sorkin&lt;/li>
&lt;li>#finance, #crisis, #economics, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Too-Big-Fail-Washington-Financial/dp/0143118242) | [Audible](https://www.audible.com/pd/Too-Big-to-Fail-Audiobook/B002V5CUEC) | [Apple Books](https://books.apple.com/us/audiobook/too-big-to-fail-the-inside-story-of-how-wall/id389089736) | [Google Books](https://books.google.com/books/about/Too_Big_to_Fail.html?id=jHyD2kOzgVEC) -->
&lt;/li>
&lt;li>The Big Short: Inside the Doomsday Machine
&lt;ul>
&lt;li>Michael Lewis&lt;/li>
&lt;li>#finance, #economics, #crisis, #audiobook&lt;/li>
&lt;/ul>
&lt;!-- - [Amazon](https://www.amazon.com/Big-Short-Inside-Doomsday-Machine/dp/0393338827) | [Audible](https://www.audible.com/pd/The-Big-Short-Audiobook/B003CH53FU) | [Apple Books](https://books.apple.com/gb/audiobook/the-big-short/id1440469933) | [Google Books](https://books.google.com/books/about/The_Big_Short_Inside_the_Doomsday_Machin.html?id=eParwQ0YdrcC) -->
&lt;/li>
&lt;li>The Smartest Guys in the Room: The Amazing Rise and Scandalous Fall of Enron
&lt;ul>
&lt;li>Bethany McLean&lt;/li>
&lt;li>#business, #finance, #scandal, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Cable Cowboy: John Malone and the Rise of the Modern Cable Business
&lt;ul>
&lt;li>Mark Robichaux&lt;/li>
&lt;li>#business, #biography, #telecommunications, #non-fiction, #audiobook&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item><item><title>About</title><link>https://mattgoodrich.com/page/about/</link><pubDate>Sun, 31 Aug 2025 07:20:31 -0700</pubDate><guid>https://mattgoodrich.com/page/about/</guid><description>&lt;h2 id="personal-summary">Personal Summary
&lt;/h2>&lt;p>When I&amp;rsquo;m not tackling security challenges, you&amp;rsquo;ll find me embracing life&amp;rsquo;s adventures as a husband and father to two young kids. My biggest passion is aviation—there&amp;rsquo;s nothing quite like firing up our Beechcraft Bonanza for a cross-country adventure or a quick hop to Friday Harbor for ice cream with the family, or down to Oregon when we&amp;rsquo;re craving some In-N-Out Burger.&lt;/p>
&lt;p>As Treasurer for the Bremerton Pilots Association, I&amp;rsquo;m committed to inspiring the next generation of aviators and helping talented young people pursue their dreams through our scholarship program. When I&amp;rsquo;m grounded, I enjoy tinkering with my home lab and diving into networking projects—because apparently I can&amp;rsquo;t escape technology even in my spare time.&lt;/p>
&lt;p>Whether I&amp;rsquo;m at 8,000 feet or knee-deep in router configurations, I&amp;rsquo;m always looking for the next challenge and opportunity to learn something new.&lt;/p>
&lt;h2 id="professional-summary">Professional Summary
&lt;/h2>&lt;p>I&amp;rsquo;ve spent my career at the intersection of engineering, product, and security, often working all three functions at the same company. That shapes how I approach the work: I know why engineering teams deprioritize security, because I was one of them, and why product teams resist slowing down for reviews, because I ran one.&lt;/p>
&lt;p>My conviction is that security is an engineering discipline, not a compliance function. In practice that means writing Python to automate evidence collection, building unified control frameworks that satisfy multiple compliance standards at once, and designing AI governance that extends existing security controls instead of standing up a parallel bureaucracy.&lt;/p>
&lt;p>Today I serve as Chief Security Architect at Alteryx, the only individual contributor on the CISO&amp;rsquo;s direct staff: no direct reports, full strategic scope. My job is making sure security moves at the speed of the business, not the other way around. I write about security leadership, product security, GRC engineering, and AI governance here, and I&amp;rsquo;ve appeared on the CISO Series podcast.&lt;/p>
&lt;h2 id="core-competencies">Core Competencies
&lt;/h2>&lt;ul>
&lt;li>&lt;strong>Security Leadership&lt;/strong>: Product Security, Application Security, Cloud Security, DevSecOps&lt;/li>
&lt;li>&lt;strong>GRC Engineering&lt;/strong>: Compliance automation, unified control frameworks, evidence collection as code&lt;/li>
&lt;li>&lt;strong>AI Governance&lt;/strong>: Agentic AI security, non-human identity, AI risk frameworks (ISO 42001, NIST AI RMF, OWASP Agentic AI)&lt;/li>
&lt;li>&lt;strong>Identity &amp;amp; Access Management&lt;/strong>: SAML, OAuth, OpenID Connect&lt;/li>
&lt;li>&lt;strong>Cloud Platforms&lt;/strong>: AWS Security Specialty, Multi-cloud Architecture, Container Security&lt;/li>
&lt;li>&lt;strong>Compliance &amp;amp; Governance&lt;/strong>: SOC 2, ISO 27001, PCI DSS, HIPAA, NIST Frameworks&lt;/li>
&lt;li>&lt;strong>Programming &amp;amp; Architecture&lt;/strong>: C#, Java, Python, System Architecture, REST APIs&lt;/li>
&lt;li>&lt;strong>Leadership &amp;amp; Mentoring&lt;/strong>: Team Building, Cross-functional Collaboration, Executive Communication&lt;/li>
&lt;/ul>
&lt;h2 id="professional-experience">Professional Experience
&lt;/h2>&lt;h3 id="alteryx---chief-security-architect">Alteryx - Chief Security Architect
&lt;/h3>&lt;p>&lt;strong>January 2020 - Present&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Current Role&lt;/strong>: Chief Security Architect, the only individual contributor on the CISO&amp;rsquo;s direct staff. No direct reports, full strategic scope, focused on making security move at the speed of the business.&lt;/li>
&lt;li>&lt;strong>Program Building &amp;amp; Leadership&lt;/strong>: Joined as one of the first product security hires embedded in engineering and grew the function to full SSDLC coverage, OWASP ASVS adoption across the product portfolio, a production PSIRT, and threat modeling standards. Previously led teams of 15+ across multiple continents spanning Product Security, DevSecOps, Security Architecture &amp;amp; Engineering, and Vulnerability Management.&lt;/li>
&lt;li>&lt;strong>Product Security Innovation&lt;/strong>:
&lt;ul>
&lt;li>Built a custom remediation tracking tool that improved security issue closure rates by more than 60%&lt;/li>
&lt;li>Developed comprehensive security design patterns for eliminating hard-coded encryption keys and secure credential handling&lt;/li>
&lt;li>Performed extensive threat modeling and security consultation across all Alteryx products&lt;/li>
&lt;li>Built automated test frameworks for OWASP ASVS L1 requirements&lt;/li>
&lt;li>Created golden container images and automatic update processes for Go, NodeJS, Java, nginx, and Python&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Compliance &amp;amp; Standards&lt;/strong>:
&lt;ul>
&lt;li>Led product and engineering efforts to achieve SOC 2 Type II, ISO 27001, and PCI compliance&lt;/li>
&lt;li>Developed and implemented Secure Software Development Lifecycle (SSDLC) aligned with OWASP ASVS&lt;/li>
&lt;li>Established Application Security and Logging Standards&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Customer &amp;amp; Business Impact&lt;/strong>:
&lt;ul>
&lt;li>Partnered with Fortune 500 customers to address security requirements&lt;/li>
&lt;li>Developed security use cases within Alteryx products for vulnerability management and firewall rule review&lt;/li>
&lt;li>Streamlined sales processes by delivering precise security responses and minimizing obstacles&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Incident Response &amp;amp; Risk Management&lt;/strong>:
&lt;ul>
&lt;li>Shaped Product Security Incident Response (PSIRT) process&lt;/li>
&lt;li>Led incident response for critical vulnerabilities including Log4Shell&lt;/li>
&lt;li>Managed security aspects of M&amp;amp;A activities&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h3 id="slalom-consulting---solution-architect-cloud-devops-and-security">Slalom Consulting - Solution Architect (Cloud, DevOps, and Security)
&lt;/h3>&lt;p>&lt;strong>February 2018 - January 2020&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Practice Development&lt;/strong>: Established Security and Risk Services sub-practice in Denver market, serving as model for global Slalom offices&lt;/li>
&lt;li>&lt;strong>Client Engagement&lt;/strong>: Led engagements across telecommunications, software, consulting, higher education, government, and food &amp;amp; beverage verticals&lt;/li>
&lt;li>&lt;strong>AWS Security Expertise&lt;/strong>:
&lt;ul>
&lt;li>Built PCI-compliant AWS Fargate environments&lt;/li>
&lt;li>Designed new AWS PCI environment for credit card manufacturer&lt;/li>
&lt;li>Developed home surveillance streaming integration for major telecommunications company&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Framework Implementation&lt;/strong>: Leveraged NIST 800-53, HITRUST CSF, and ISO 27000 series to align organizations with secure practices&lt;/li>
&lt;li>&lt;strong>Knowledge Sharing&lt;/strong>: Presented security talks at BSides, Denver Modern Web, and OWASP chapter meetings&lt;/li>
&lt;li>&lt;strong>Training Development&lt;/strong>: Created internal training on Defense in Depth, AWS Security Automation, Container Security, IAM, OSINT, and password security&lt;/li>
&lt;/ul>
&lt;h3 id="proofid-ping-identity--sailpoint-professional-services---principal-security-architect">ProofID (Ping Identity &amp;amp; SailPoint Professional Services) - Principal Security Architect
&lt;/h3>&lt;p>&lt;strong>November 2015 - February 2018&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Technical Leadership&lt;/strong>: Lead technical consultant specializing in Identity and Access Management architecture and implementation&lt;/li>
&lt;li>&lt;strong>Enterprise Solutions&lt;/strong>: Engaged with 5-10 Fortune 2000 clients weekly providing end-to-end IAM services&lt;/li>
&lt;li>&lt;strong>Product Innovation&lt;/strong>: Developed Password Recovery Module Plugin for PingFederate, later acquired by Ping Identity and integrated into core product&lt;/li>
&lt;li>&lt;strong>Standards Expertise&lt;/strong>: Deep specialization in SAML, OAuth, OpenID Connect, and SCIM protocols&lt;/li>
&lt;li>&lt;strong>Comprehensive IAM Knowledge&lt;/strong>: Expert across full technology stack including PKI, DNS, firewalls, load balancing, disaster recovery, and SIEM integration&lt;/li>
&lt;li>&lt;strong>Risk Management&lt;/strong>: Owned risk assessment activities including source code scanning, vulnerability scanning, and penetration testing&lt;/li>
&lt;/ul>
&lt;h3 id="k2---software-engineering-manager">K2 - Software Engineering Manager
&lt;/h3>&lt;p>&lt;strong>September 2014 - November 2015&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Engineering Leadership&lt;/strong>: Led high-performing software engineering team as engineering manager, product manager, and scrum master&lt;/li>
&lt;li>&lt;strong>Process Optimization&lt;/strong>: Developed and enhanced processes to optimize delivery of high-quality software with increased efficiency&lt;/li>
&lt;li>&lt;strong>Product Lifecycle Management&lt;/strong>: Oversaw complete product lifecycle from roadmap creation to release management&lt;/li>
&lt;li>&lt;strong>Global Collaboration&lt;/strong>: Worked closely with local and global product, business, and engineering units&lt;/li>
&lt;/ul>
&lt;h3 id="aim-consulting-group---senior-software-engineering-consultant">AIM Consulting Group - Senior Software Engineering Consultant
&lt;/h3>&lt;p>&lt;strong>June 2014 - September 2014&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Application Modernization&lt;/strong>: Led redesign, maintenance, and optimization of core business applications for hardware integration company&lt;/li>
&lt;li>&lt;strong>DevOps Implementation&lt;/strong>: Spearheaded DevOps initiatives including TFS upgrades, gated check-ins, and continuous build/deployment for Windows services and web applications&lt;/li>
&lt;li>&lt;strong>Architecture Design&lt;/strong>: Executed comprehensive redesign using n-tier approach with REST services and dependency injection&lt;/li>
&lt;li>&lt;strong>Quality Assurance&lt;/strong>: Ensured code quality through documentation, unit tests, and integration tests&lt;/li>
&lt;/ul>
&lt;h3 id="hostingcom---technical-lead-engineering">HOSTING.com - Technical Lead, Engineering
&lt;/h3>&lt;p>&lt;strong>October 2012 - June 2014&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Architecture &amp;amp; Performance&lt;/strong>: Led database design and product architecture with performance-centric approach using dependency inversion and fault tolerance principles&lt;/li>
&lt;li>&lt;strong>Technology Stack&lt;/strong>: Proficient in product development using Kendo, C#, jQuery, and Microsoft Entity Framework ORM&lt;/li>
&lt;li>&lt;strong>Security Projects&lt;/strong>: Created Windows PCI Compliance scripts for server operating systems&lt;/li>
&lt;li>&lt;strong>Infrastructure Innovation&lt;/strong>: Orchestrated transition from pull-based to push-based architecture and explored ElasticSearch implementation&lt;/li>
&lt;/ul>
&lt;h3 id="seros---security-engineer">Seros - Security Engineer
&lt;/h3>&lt;p>&lt;strong>June 2011 - October 2012&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>IAM Specialization&lt;/strong>: Security engineer specializing in Single Sign-On implementations, Federated Identity Management, and Password Management&lt;/li>
&lt;li>&lt;strong>Customer Engagement&lt;/strong>: Dedicated consultant with weekly travel to customer sites across the United States&lt;/li>
&lt;li>&lt;strong>Product Extension&lt;/strong>: Extended PingFederate to meet specific customer requirements and designed SSO integrations&lt;/li>
&lt;li>&lt;strong>Comprehensive Security&lt;/strong>: Expertise across network architecture, systems hardening, penetration testing, business continuity, and regulatory compliance (HIPAA, PCI DSS)&lt;/li>
&lt;/ul>
&lt;h3 id="colorado-state-university---web-application-developer">Colorado State University - Web Application Developer
&lt;/h3>&lt;p>&lt;strong>November 2006 - May 2011&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Career Progression&lt;/strong>: Advanced from IT help desk intern to primary web application developer for central IT department&lt;/li>
&lt;li>&lt;strong>Leadership Experience&lt;/strong>: Managed sub-domain within Active Directory forest and supervised 25+ employees operating university computer labs&lt;/li>
&lt;li>&lt;strong>Technical Development&lt;/strong>: Specialized in C# ASP.NET web application development&lt;/li>
&lt;li>&lt;strong>Mentorship&lt;/strong>: Both received mentorship from university professionals and provided mentoring to others&lt;/li>
&lt;/ul>
&lt;h2 id="certifications--professional-development">Certifications &amp;amp; Professional Development
&lt;/h2>&lt;h3 id="cloud--security-certifications">Cloud &amp;amp; Security Certifications
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>AWS&lt;/strong>: Security Specialty, DevOps Engineer Professional, Solution Architect Professional, SysOps Administrator Associate, Solutions Architect Associate, Developer Associate&lt;/li>
&lt;li>&lt;strong>Ping Identity&lt;/strong>: PingDirectory Instructor, PingAccess Instructor, PingFederate Instructor, PingFederate Administrator&lt;/li>
&lt;li>&lt;strong>Security&lt;/strong>: Certificate of Cloud Security Knowledge (CCSK)&lt;/li>
&lt;li>&lt;strong>Data &amp;amp; Analytics&lt;/strong>: Alteryx Core Certification, Trifacta Data Deputy, Trifacta Data Wrangler&lt;/li>
&lt;li>&lt;strong>Product Management&lt;/strong>: Pragmatic Institute PMC Level I&lt;/li>
&lt;/ul>
&lt;h3 id="leadership-development">Leadership Development
&lt;/h3>&lt;ul>
&lt;li>Center for Creative Leadership - Maximize Your Leadership Potential&lt;/li>
&lt;li>Alteryx Emerging Leaders Program (Mentor)&lt;/li>
&lt;li>Information Security Department Shadowing Program&lt;/li>
&lt;/ul>
&lt;h2 id="notable-achievements--recognition">Notable Achievements &amp;amp; Recognition
&lt;/h2>&lt;h3 id="awards--competitions">Awards &amp;amp; Competitions
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>1st Place&lt;/strong> - Front Range OWASP Conference Secure Coding Competition&lt;/li>
&lt;li>&lt;strong>3rd Place&lt;/strong> - LocoMocoSec Conference Secure Coding Competition&lt;/li>
&lt;li>&lt;strong>Nominated&lt;/strong> - Alteryx Xcellence Award&lt;/li>
&lt;/ul>
&lt;h3 id="key-accomplishments">Key Accomplishments
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>Team Leadership&lt;/strong>: Managed teams of 15+ across multiple continents with direct reports in Product Security, DevSecOps, and Security Architecture&lt;/li>
&lt;li>&lt;strong>Hiring &amp;amp; Development&lt;/strong>: Interviewed 60+ candidates, hired 7 direct reports, facilitated 3 promotions within organization&lt;/li>
&lt;li>&lt;strong>Process Innovation&lt;/strong>: Transitioned team to Kanban methodology improving work tracking and reducing dropped items&lt;/li>
&lt;li>&lt;strong>Industry Engagement&lt;/strong>: Delivered presentations at internal and external forums on security aspects of product suites&lt;/li>
&lt;li>&lt;strong>Customer Impact&lt;/strong>: Successfully addressed security requirements for Fortune 500 customers including major financial institutions and healthcare organizations&lt;/li>
&lt;li>&lt;strong>Compliance Achievement&lt;/strong>: Successfully led organizations through SOC 2 Type II, ISO 27001, and PCI compliance audits&lt;/li>
&lt;li>&lt;strong>Mentorship&lt;/strong>: Active mentor in multiple programs providing guidance to early-career employees&lt;/li>
&lt;/ul>
&lt;h3 id="professional-feedback-highlights">Professional Feedback Highlights
&lt;/h3>&lt;p>&lt;em>&amp;ldquo;You lead by prolific example and aren&amp;rsquo;t afraid to get your hands dirty.&amp;rdquo;&lt;/em> - Ole Craig&lt;/p>
&lt;p>&lt;em>&amp;ldquo;Matt works to advance all of our team missions. He builds high quality relationships with staff, peers and executives. Matt is highly trusted throughout the organization which is why he is very effective.&amp;rdquo;&lt;/em> - Matt Wilson&lt;/p>
&lt;p>&lt;em>&amp;ldquo;Thank you for maintaining an open door policy for all things product security&amp;hellip; The outcome is faster, safer changes being made to the platform.&amp;rdquo;&lt;/em> - Trevor Harris&lt;/p>
&lt;h2 id="technical-expertise">Technical Expertise
&lt;/h2>&lt;h3 id="security-domains">Security Domains
&lt;/h3>&lt;ul>
&lt;li>Application Security (SAST, DAST, SCA)&lt;/li>
&lt;li>Cloud Security Architecture&lt;/li>
&lt;li>Container &amp;amp; Kubernetes Security&lt;/li>
&lt;li>Vulnerability Management&lt;/li>
&lt;li>Incident Response &amp;amp; PSIRT&lt;/li>
&lt;li>Threat Modeling&lt;/li>
&lt;li>Security Awareness Training&lt;/li>
&lt;/ul>
&lt;h3 id="development--architecture">Development &amp;amp; Architecture
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>Languages&lt;/strong>: C#, Java, Python, JavaScript&lt;/li>
&lt;li>&lt;strong>Frameworks&lt;/strong>: .NET Framework, ASP.NET, Entity Framework, Spring&lt;/li>
&lt;li>&lt;strong>Architecture Patterns&lt;/strong>: Microservices, REST APIs, Service-Oriented Architecture&lt;/li>
&lt;li>&lt;strong>DevOps&lt;/strong>: CI/CD, Docker, Kubernetes, Helm, Infrastructure as Code&lt;/li>
&lt;/ul>
&lt;h3 id="compliance--standards">Compliance &amp;amp; Standards
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>Frameworks&lt;/strong>: OWASP ASVS, NIST 800-53, HITRUST CSF, ISO 27000 series&lt;/li>
&lt;li>&lt;strong>Regulations&lt;/strong>: SOC 2, ISO 27001, PCI DSS, HIPAA, GDPR&lt;/li>
&lt;li>&lt;strong>Methodologies&lt;/strong>: Secure SDLC, Risk Assessment, Audit Management&lt;/li>
&lt;/ul>
&lt;h2 id="education--continuous-learning">Education &amp;amp; Continuous Learning
&lt;/h2>&lt;h3 id="formal-education">Formal Education
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>Colorado State University&lt;/strong> (2006-2011)&lt;/li>
&lt;/ul>
&lt;h3 id="professional-memberships--associations">Professional Memberships &amp;amp; Associations
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>OWASP Foundation&lt;/strong> - Lifetime Member&lt;/li>
&lt;li>&lt;strong>Information Systems Security Association&lt;/strong> (ISSA)&lt;/li>
&lt;li>&lt;strong>OpenID Foundation&lt;/strong> - Professional Member&lt;/li>
&lt;li>&lt;strong>Aircraft Owners and Pilots Association&lt;/strong> (AOPA)&lt;/li>
&lt;li>&lt;strong>American Bonanza Society&lt;/strong> - Aviation Professional&lt;/li>
&lt;li>&lt;strong>Bremerton Pilots Association&lt;/strong>&lt;/li>
&lt;/ul>
&lt;h3 id="community-involvement--volunteer-work">Community Involvement &amp;amp; Volunteer Work
&lt;/h3>&lt;ul>
&lt;li>&lt;strong>Junior Achievement&lt;/strong> - JA in a Day Teacher&lt;/li>
&lt;li>&lt;strong>Junior Achievement&lt;/strong> - STEM Career Mentor&lt;/li>
&lt;/ul>
&lt;h3 id="continuous-professional-development">Continuous Professional Development
&lt;/h3>&lt;ul>
&lt;li>Regular participation in security conferences and industry events&lt;/li>
&lt;li>Active contributor to internal training programs and knowledge sharing&lt;/li>
&lt;li>Ongoing professional certification maintenance and advancement&lt;/li>
&lt;li>Mentorship and leadership development programs&lt;/li>
&lt;/ul></description></item><item><title>Archives</title><link>https://mattgoodrich.com/page/archives/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://mattgoodrich.com/page/archives/</guid><description/></item><item><title>Search</title><link>https://mattgoodrich.com/page/search/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://mattgoodrich.com/page/search/</guid><description/></item></channel></rss>