[ < INTRO /> ]
Welcome to the digital realm of {{website.author}} ({{website.domain}}). Explore a portfolio crafted with {{about.experience}} of experience in software engineering and web development.
Currently serving as {{about.current_role}}, I specialize in next-generation web applications, robust app development, and the cutting-edge field of CSS Paged Media and GenAI.
// Professional Profile
- Profession: {{about.profession}}
- Experience: {{about.experience}}
- Current Role: {{about.current_role}}
- Location: {{about.location_history[2].location}} (Current)
// Specializations
-
{% for specialization in about.specializations %}
- {{specialization}} {% endfor %}
// Languages
- German: {{about.skills.languages.german}}
- English: {{about.skills.languages.english}}
// Technical Skills
{% for skill in about.skills.technical %}
{{skill}}
{% endfor %}
// Certifications
-
{% for cert in about.skills.certifications %}
- {{cert}} {% endfor %}
[ < AI APPLICATIONS /> ]
{% for item in portfolio.ai %}
{% endfor %}
{{item.name}}
{{item.description}}
[ < APPS /> ]
{% for app in portfolio.apps %}
{% endfor %}
{{app.name}} {% if app.url != '#' %}(Link){% endif %}
{{app.description}}
[ < WEBSITES /> ]
{% for website_item in portfolio.websites %}
{% endfor %}
{{website_item.name}} {% if website_item.url != '#' %}(Link){% endif %}
{{website_item.description}}
{% if website_item.achievements or website_item.notes %}
{% if website_item.achievements %}
Achievements:
{% for key, value in website_item.achievements %}
{{key | replace('_', ' ') | title}}: {{value}} {% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% if website_item.achievements and website_item.notes %}
{% endif %} {% if website_item.notes %} Notes: {{website_item.notes}} {% endif %}
{% endif %}
{% endif %} {% if website_item.notes %} Notes: {{website_item.notes}} {% endif %}
[ < CSS PAGED MEDIA /> ]
{% for paged_media in portfolio.css_paged_media %}
{% endfor %}
{{paged_media.name}}
{{paged_media.description}}
{% if paged_media.transferred_to %}
Transferred to: {{paged_media.transferred_to.company}}
{% endif %}