A personal portfolio built with Next.js, designed to showcase my projects, skills, and background. This site is both a space to experiment with modern web technologies and a professional window into my work.
I initially created this portfolio as part of my Web Integrator training at OpenClassrooms. It was a great way to apply what I was learning.
But above all, it helps me showcase my projects, demonstrate my skills, and have a personal space I can easily share. It’s a useful tool to get visibility as a developer.
Next.js allows for server-side rendering (SSR), meaning that some pages are generated dynamically on the server. This enabled me to build features like blog article search and project filtering without overloading the browser. SSR is also great for SEO.
Thanks to this setup, I can easily connect a database to manage the content of my blog and projects. It’s a modern and scalable solution, ideal for a portfolio.