Shantti-Y.github.io

Takahiro Yoshioka’s Portfolio

Welcome!!

This is my personal portfolio for showing front and back-end development skills.

Here is the website 👉 https://shanttiy.netlify.com

Tech Stacks

Applications and Tools

Development Process

1. Design

Follow the royal road to design a website.

Wireframe

I would like to use a pen and a paper to write wireframes, because it can make prototypes in insanely fast speed.

Mockup

Used Adobe XD because it’s free to use personally.

2. Development

Mainly use JavaScript and its popular frameworks.

Nuxt.js

Nuxt.js is the most suitable tool for creating a portfolio website. Why I think is the following facts.

TypeScript

Reasons why I used TypeScript is not only for learning, but also it can raise these aspects.

3. Deployment

Netlify

This hosting service makes deploying static websites generated by Nuxt.js in public fastly, easily, and simply⏫. What all I need are integrating Github repository with my account, and running nuxt generate. So that I have chosen.

4. Performance Optimization

Next Actions

If you want to do something with this…

The way is simple.

  1. Get this repo by cloning
git clone git@github.com:Shantti-Y/Shantti-Y.github.io.git
  1. Get all necessary dependencies
yarn install
  1. Activate Nuxt.js
yarn dev