Voltar para todos os projetos

My Portfolio

A decoupled application with Drupal on AWS and Next.js on Vercel.

Tela principal.jpeg

Tecnologias Usadas

Next.jsDrupalTailwind CSSAWSTypeScriptPHP

This portfolio was developed to be more than just a showcase: it is a practical demonstration of a modern, decoupled web architecture. It utilizes Drupal as a robust headless backend, to manage all content in a structured way, including translations.

The Backend, built with Drupal 10, functions as a pure content management system. It is responsible for modeling all data, such as projects and their technologies, and managing a full translation workflow (English and Portuguese). All data is exposed via a JSON:API and the Decoupled Router, ensuring the backend is a secure, agnostic data source.

The Frontend, developed with Next.js 15+ and TypeScript, was built to be an extremely fast and interactive user experience. It consumes the Drupal API to statically render pages, guaranteeing maximum performance.