Personal site

My personal website, which you are browsing rigth now

Languages

Typescript

Frameworks and tools

ReactJsNextJsBulma

Platforms

Vercel

My personal website, which I use to showcase some of the personal projects I have worked on. I am not a great front-end developper, and I must admit I kind of hate CSS, so I didn't try to make anything complex: no fancy animations, no crazy effects, no dark mode theme, etc. The idea was to make something simple and performant.

The website is statically generated using NextJS. This allows the generated HTML to be cached in a CDN in order to reduce the response times, as well as improve the SEO. It is deployed on Vercel, which works really well with NextJS applications.

As I said, I am not good with CSS, so I used Bulma to style the site. It is probably not the most advanced or flexible CSS framework, but it helps to keep things simple and yet visually pleasing, and it is lighter than other popular CSS frameworks like Bootstrap.