Skip to content

My portfolio with a new version! After I have learnt about static site, I have seen many advantages of static site and that gave me an idea to create portfolio with Gatsby.

License

Notifications You must be signed in to change notification settings

firstneverrest/Portfolio-new-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio New Version

image

After I had finished my old portfolio with HTML, CSS, JavaScript and not using framework or React, I have learned new framework and library. So, I have new idea to create new portfolio website with my new knowledge. Then, I found static site generator like Gatsby that very appropriate to do static portfolio website which not connect to the database. So, the advantage of Gatsby is improving your website performance and loading time with a ton of plugins that you can use. This advantage is absolutely fit to what I want to do like portfolio website. The result is my brand new portfolio website is loading very fast and get at least 90 score in PageSpeed Insight.

Technologies

image image image image image image

React

  • useState
  • useEffect (fetch API)
  • conditional rendering (loading page, handle error)
  • async/await

Dependency

  • xml2json-light - extract data inside xml tag to plain text (nocodeAPI and medium API)
  • gatsby
  • gatsby-source-filesystem - navigate gatsby to know where is the file
  • gatsby-transformer-remark - enable receive data from markdown file
  • gatsby-plugin-sass - use Scss in gatsby project
  • sass - use Scss in gatsby project
  • gatsby-plugin-google-fonts - use google fonts by cdn
  • gatsby-plugin-image - use static image to optimize image and do traced placeholder
  • gatsby-plugin-sharp - works together with gatsby-plugin-image
  • gatsby-transformer-sharp - - works together with gatsby-plugin-image

Description

  • created 6 sections about myself which are About, Skills, Projects, Blogs, Activities and Contact.
  • created wonderful loading page
  • no use of CSS framework (just Scss)
  • fetched data from medium to get my articles info
  • used graphql and Gatsby plugins to access data in markdown files
  • created 404 Page not found for handling navigation to undefined path
  • used Static image from gatsby-plugin-image to make responsive image and traced placeholder for my profile image
  • full responsive design with media queries

Reference

  • How to fixed headers and sections anchor when using navigation bar to scroll down to a section link here.
  • Gatsby tutorial playlist link here.
  • How to use Gatsby Plugin Image Link here

About

My portfolio with a new version! After I have learnt about static site, I have seen many advantages of static site and that gave me an idea to create portfolio with Gatsby.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published