feat: link Engineering Notes from CV — Veröffentlichungen section#10
Merged
Conversation
Now that engineering-notes has 5 essays live, the CV gets a Veröffentlichungen section pointing at them. Executive CV: short link with topic areas only — keeps the masthead tight and lets readers click through if interested. Technical CV: same link plus a 5-item bullet list of current essays with one-line summaries. Goes between Open Source and Sprachen, where it reads as a body-of-work continuation rather than a distraction. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
There was a problem hiding this comment.
Pull request overview
Adds a new „Veröffentlichungen“ section to both German CV variants, linking to the external Engineering Notes site to surface authored essays/field notes as part of the CV’s body-of-work.
Changes:
- Add a Veröffentlichungen section to the Technical CV, including the Engineering Notes link and a 5-item curated essay list with one-line summaries.
- Add a Veröffentlichungen section to the Executive CV as a compact link-only reference with topic areas.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/cv-technical.de.md |
Adds a publications section linking to Engineering Notes and listing five essays with summaries. |
src/cv-executive.de.md |
Adds a compact publications section linking to Engineering Notes with a short topical description. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Veröffentlichungen | ||
|
|
||
| [**Engineering Notes**](https://cybottm.github.io/engineering-notes/) — kuratierte Essays und Field Notes zu langlebigen technischen Strukturen, AI-assisted Engineering, Security/Supply-Chain, Plattformarchitektur und Dokumentationskultur. Auswahl: |
| - *Optimizing Claude Code Usage: Cache-Read Inflation* — Statusline, Hooks und Memory-Regeln gegen quadratische Token-Kosten in langen Coding-Sessions | ||
| - *Supply-Chain-Attacken am Beispiel Shai-Hulud* — npm-Wurm-Angriff, Container-First-Verteidigung, gelebte Compliance | ||
| - *Agentic Coding Requires Repeated Review Cycles* — methodische Reviews als Mitigation für probabilistische Codegenerierung | ||
| - *PHP FFI – was, warum, wann?* — Performance via Rust + FFI am Beispiel eines XLIFF-Imports (1.400 → 35.320 Datensätze/Sek) |
|
|
||
| ## Veröffentlichungen | ||
|
|
||
| Kuratierte Essays und Field Notes unter [**Engineering Notes**](https://cybottm.github.io/engineering-notes/) — Themen u.a. AI-assisted Engineering, Engineering Governance, Open-Source-Maintainership, Plattformarchitektur, Security und Dokumentationskultur. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that https://cybottm.github.io/engineering-notes/ has 5 essays live, the CV gains a Veröffentlichungen section pointing at it.
Executive CV — short, link-only with topic areas. Keeps the masthead tight; readers click through if interested:
Technical CV — same link plus a 5-item bullet list of the current essays with one-line summaries (Cache-Read Inflation, Shai-Hulud, Agentic Review Cycles, PHP FFI, Playwright MCP).
Both sections sit between Open Source and Sprachen — the body-of-work area.
Cross-site identity is already wired (the engineering-notes JSON-LD references the CV's
Person @id), so this completes the round-trip from CV → notes → CV.