Welcome!

I create meaningful digital experiences that work!

Selected Projects

Here are some of the projects I’ve worked on, showcasing a diverse range of skills and expertise. Each project demonstrates my ability to design, develop, and manage applications across different platforms and domains. Click "View Project" for a detailed overview of each one. All these projects are also available in my GitLab repository, linked in the footer below.

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });