Learning Next.js
I build this website while learning the Next.js framework
Learning Log
Day 1 - Next.js Documentation
Understanding how Next.js works in general, setup the basic project structure.
Day 2 - Next.js Documentation
While learning the basic Next.js documentation, building the styles, contents are not that easy. Learning things without a target and reference can be hard. My approach is learning by applying the real knowledge, copying code examples. This is a more efficient way for learning things.
Day 3 - shadcn/ui Documentation
Start building examples by referencing shadcn/ui documentation. Deployed the service to Vercel. The deployment with Vercel is very smooth.
Day 4 - Shift to learn Nest.js for building APIs
I want to have a set of APIs that I can leverage for learning the data fetching part, so I shift to nest.js and built a backend APIs for my learning. Here is the WIP API: nest.aaronguo.com