AZETTL WEBSOLUTIONS

[ > {{website.subtitle}}]

[ < 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

[ < AI APPLICATIONS /> ]

{% for item in portfolio.ai %}

{{item.name}}

{{item.description}}

AI Multi-Agent HuggingFace
{% endfor %}

[ < APPS /> ]

{% for app in portfolio.apps %}

{{app.name}} {% if app.url != '#' %}(Link){% endif %}

{{app.description}}

{% for platform in app.platforms %} {{platform}} {% endfor %}
{% endfor %}

[ < WEBSITES /> ]

{% for website_item in portfolio.websites %}

{{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 %}
{% endfor %}

[ < CSS PAGED MEDIA /> ]

{% for paged_media in portfolio.css_paged_media %}

{{paged_media.name}}

{{paged_media.description}}

{{paged_media.type}} {% if paged_media.status %}Status: {{paged_media.status}}{% endif %} {% if paged_media.achievements %} {% for key, value in paged_media.achievements %} {{key | title}}: {{value}} {% endfor %} {% endif %}
{% if paged_media.transferred_to %} {% endif %}
{% endfor %}