Nextblog is a blog I built using Next.js's Static Site Generation. Next.js's fast features helped create Nextblog.
I styled Nextblog with Styled Components for a clean look. Styled Components allow writing styles in JavaScript, co-locating them with component definitions.
Nextblog shows my ability to create high performance blogs. Users see instantly loading pages optimized for search engines. Authors use intuitive Markdown. Nextblog balances speed, functionality and user experience.
Nextblog illustrates my skill at designing streamlined yet high performing solutions. Static Site Generation and Markdown create an optimal technology stack for a fast blog. Combining them with Styled Components allows me to experiment with CSS in JavaScript.