r.blog
Overview
r.blog is a technology blog about production flow, solutions, and technical memos. It is used JAMstack with Next.js and microCMS.
- Duration
- 2022 / 1 month
- Tools
- Figma
- VScode
- Next.js
- HTML
- Sass(SCSS)
- git(CUI)
- github
- Docker-compose
Different approaches
I was following the tutorial for most of the process of making it. However, I devised some points, for example, using docker-compose, a different CSS approach, and libraries to add new functions.
Discovered
Initially, setting up the environment by using Docker posed a challenge, especially in understanding the concept of containers. After through trial and error, I was able to visualize how containers work in my mind. The process of implementing data get and display using API in Next.js led me to understand how Next.js manages data.