Welcome to the repository of my personal portfolio.
This website is my professional showcase. It presents my projects, technical articles, background, and experience in software engineering and DevOps/SRE.
The goal is simple: provide a clean, fast, and maintainable place to centralize my work and professional profile.
🌐 Live website: https://arthurpaly.com/
- Selected projects with descriptions and GitHub links
- Technical articles / blog posts
- Downloadable resume
- About page
- Multilingual support (English & French)
This portfolio is built with:
- Next.js
- TypeScript
- Tailwind CSS
- Markdown for content
- Internationalization (i18n)
- Docker for containerization
npm install
npm run devThen open http://localhost:3000
docker-compose up --buildThen open http://localhost:3000
The project can be deployed on any platform supporting Next.js, such as Vercel or a self-hosted environment.
MIT