> ## Documentation Index
> Fetch the complete documentation index at: https://academy.dudji.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Completed Books

> Books I have already finished reading.

## Finished Books

### 2026

* Coming soon

### 2025

<div
  style={{
border: "1px solid var(--border)",
borderRadius: "14px",
padding: "1rem",
background:
  "linear-gradient(140deg, color-mix(in srgb, var(--primary) 10%, transparent), transparent 45%)",
}}
>
  <div style={{ display: "flex", gap: "1rem", flexWrap: "wrap", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/dudji-ca2b1613/1gWA0CEl7YHrkw0I/images/books/azure.jpg?fit=max&auto=format&n=1gWA0CEl7YHrkw0I&q=85&s=18e3dcb97d3072c09a9e547e2d0aaa3e" alt="Pentesting Azure Applications cover" width="240" height="360" style={{ width: "240px", minWidth: "240px", maxWidth: "240px", height: "360px", borderRadius: "10px", objectFit: "cover", margin: 0, flexShrink: 0, display: "block" }} data-path="images/books/azure.jpg" />

    <div style={{ flex: "1 1 260px" }}>
      <p style={{ marginTop: 0, marginBottom: "0.75rem" }}>
        <strong>Title:</strong> Pentesting Azure Applications
      </p>

      <p style={{ margin: "0 0 0.75rem 0" }}>
        <strong>Publisher:</strong> No Starch Press
      </p>

      <p style={{ margin: 0, lineHeight: 1.6 }}>
        <strong>Summary:</strong> A practical guide to testing and securing Azure
        deployments from an offensive security perspective.
      </p>
    </div>
  </div>
</div>

<div
  style={{
marginTop: "1rem",
border: "1px solid var(--border)",
borderRadius: "14px",
padding: "1rem",
background:
  "linear-gradient(140deg, color-mix(in srgb, var(--success) 12%, transparent), transparent 45%)",
}}
>
  <div style={{ display: "flex", gap: "1rem", flexWrap: "wrap", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/dudji-ca2b1613/1gWA0CEl7YHrkw0I/images/books/security-plus.jpg?fit=max&auto=format&n=1gWA0CEl7YHrkw0I&q=85&s=9fdaffaad066436ee914fa22bbe168bd" alt="Security+ SY0-701 cover" width="240" height="360" style={{ width: "240px", minWidth: "240px", maxWidth: "240px", height: "360px", borderRadius: "10px", objectFit: "cover", margin: 0, flexShrink: 0, display: "block" }} data-path="images/books/security-plus.jpg" />

    <div style={{ flex: "1 1 260px" }}>
      <p style={{ marginTop: 0, marginBottom: "0.75rem" }}>
        <strong>Title:</strong> Security+ SY0-701
      </p>

      <p style={{ margin: "0 0 0.75rem 0" }}>
        <strong>Publisher:</strong> CompTIA (Exam Reference)
      </p>

      <p style={{ margin: 0, lineHeight: 1.6 }}>
        <strong>Summary:</strong> Study-focused guide for the CompTIA Security+
        SY0-701 exam, covering core security concepts, operations, and exam prep.
      </p>
    </div>
  </div>
</div>
