Hi everyone! 👋 Welcome to my personal blog repository. Currently, I have published personal web profile and you see it at https://indrakusuma.web.id/web-profile. That blog was built using old tech stack with many unused animation javascript. The performance also bad because we load all of modules in the first time user access.
The web techology is moving and get better day by day. And this is the reason why I built this repository. I need to keep update my knowledge about web technology. Because, the best way to learning is try to build our own, right? This repository used for my documention of learning Gatsby (React-based) ecosystem.
current web profile has performance score 65 for mobile and 85 for desktop using Google Page Insight.
And I'm have target to achieve >80 for mobile and >90 for desktop 😆
PAGE | ENV | BEFORE | NOW |
---|---|---|---|
Home | Mobile | 65 | 94 |
Desktop | 85 | 99 | |
About | Mobile | 65 | 91 |
Desktop | 85 | 98 | |
Resume | Mobile | 65 | 94 |
Desktop | 85 | 99 | |
Works | Mobile | 65 | 84 |
Desktop | 85 | 98 | |
Blog | Mobile | 65 | 91 |
Desktop | 85 | 99 | |
Contact | Mobile | 65 | 94 |
Desktop | 85 | 98 |
I'm using PageSpeed Insight to test performance score 🚀.
Make sure you already installed Node JS also Gatsby-CLI in your machine and then,
- Copy this repo
- install dependecies, just type
yarn
ornpm install
- then runninng your project using
gatsby develop
🚀
MIT License