← BACK_TO_HOME
root > meta > about.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "apiVersion": "v1",
  "kind": "Person",
  "metadata": {
    "name": "alex-berndt",
    "location": "Munich, Germany",
    "role": "PreSales Engineer",
    "photo": "# embedded"
  },
  "spec": {
    "summary": [
      "PreSales Engineer with 8+ years turning complex",
      "infrastructure into business outcomes.",
      "I help enterprises connect deep technical",
      "systems with strategic value through strong",
      "discovery and clear communication."
    ],
    "currentFocus": {
      "company": "Open to opportunities",
      "domain": "Cloud-native security & platform architecture",
      "specialties": [
        "Technical discovery & strategy",
        "Complex evaluations & PoCs",
        "Outcome-oriented communication"
      ]
    },
    "philosophy": [
      "I get involved early in discovery.",
      "I quickly understand what actually matters",
      "to the customer and shape both the technical",
      "approach and how it's communicated."
    ],
    "languages": [
      {
        "name": "German",
        "level": "Native"
      },
      {
        "name": "English",
        "level": "Professional"
      },
      {
        "name": "Russian",
        "level": "Fluent"
      }
    ],
    "contact": {
      "email": "alex@alexberndt.dev",
      "linkedin": "/in/alex-berndt",
      "linkedinUrl": "https://www.linkedin.com/in/alex-berndt/",
      "x": "@alexberndtdev",
      "xUrl": "https://x.com/alexberndtdev",
      "website": "alexberndt.dev"
    }
  }
}