My personal portfolio website, built using nuxt.js and strapi
The personal portfolio website is built using Nuxt.JS and Strapi. It is deployed statically for simplicity, speed, cost, and security reasons. Development is done locally with the Nuxt.JS SSR project, and content editing takes place on a local Strapi server.
The personal portfolio website is built using Nuxt.JS and Strapi and deployed statically. This method allows for fast and efficient development while keeping hosting extremely fast and cheap. However, it may not scale as well as a classic Nuxt+Strapi server and has some limitations in terms of complex API calls. Nevertheless, it offers the benefits of a sophisticated CMS without needing to run it 24/7 in production, thus reducing the attack surface.
nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.