This Website

2024 - Current

This website was built with Astro.js and features automated deployment on GitHub Pages through CI/CD with GitHub Actions. The project demonstrates the application of fundamental modern web development concepts: semantic HTML, componentization, and architecture based on reusable components.

The choice of Astro.js was strategic to optimize performance (zero client-side JavaScript by default) and keep the code organized and maintainable. Development included CI/CD pipeline configuration, asset optimization, and dynamic route structuring for projects.