ADResume

screenshot of ADResume
nuxt
react
vue

Resume/Portfolio website template using Vue (Nuxt 3). See:

Overview

This article provides an analysis of a resume/portfolio website built using Vue (Nuxt 3). The website is an extension of codewithsadee.i18n, supporting both Bahasa Indonesia and English languages. It includes instructions on how to deploy the website and make necessary customizations.

Features

  • Vue (Nuxt 3): The website is built using Vue (Nuxt 3), a popular JavaScript framework for building user interfaces.
  • i18n Support: The website supports multiple languages, including Bahasa Indonesia and English, allowing users to switch between languages easily.
  • Resume and Portfolio: The website showcases a resume and portfolio, allowing users to highlight their skills and showcase their work.
  • Easy Deployment: The article provides instructions on how to deploy the website on Vercel and Netlify, making it easy to get the website up and running.

Summary

This article analyzes a resume/portfolio website built using Vue (Nuxt 3) with i18n support for multiple languages. It highlights key features such as the use of Vue framework, support for different languages, and the ability to showcase both resume and portfolio. The article also provides an installation guide for setting up the website and making necessary customizations.

nuxt
Nuxt

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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vue
Vue

Vue.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.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

portfolio
Portfolio

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.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.