If you ever saw my old portfolio, you might remember how... clunky it felt. So, once I realized how easy Chakra UI was to work with, and how nice it looked, I knew I couldn't try to advertise my skills as a front-end developer while sticking with my original portfolio website that I built while still trying to figure out how to use React.js.
There were a number of things wrong with it. For starters, I was literally building the website at the time to learn how to use React.js. For a time, I had no idea what I was doing. Whatever code I could steal off of StackOverflow to make things functional, whether I understood it or not, I did. The codebase probably violates the DRY principle of software development more times than you can count, and I didn't know how to use functions like arrays.map()
, so there were all sorts of wonky things inside.
So I figured the best thing I could do was just start a new and rebuild my portfolio from scratch.
For starters: better practices within React.js! I've learned how to build more function-specific components, and some better ways to handle written content like this. It's not perfect yet, but it's a big step forward from my previous implementation. More specifically, how to use a new component library, Chakra UI, which I've since fallen in love with. I also got to gain some additional practice using Next.js and some of its core functions like server-side rendering, routing, and more.