AWS Services Guide

I recently built a small project for myself while preparing for my AWS certification exam. Going through tutorials and online content, I realized that I learn much better visually. In AWS, each service category is represented by different colors, and that structure actually makes it easier to understand how everything connects. So I decided to create a simple site that organizes these categories visually and breaks down each service with short explanations, along with links to their official documentation.
The idea was to have a quick reference where I can scan categories, recognize services by color, and click into anything I want to revise in more detail. It’s not meant to replace documentation, but to act as a visual layer on top of it, making it easier to navigate and remember. Having everything laid out like this has made revision much more efficient for me.

From a technical side, this was a quick build using Next.js and Tailwind CSS for a clean and responsive UI. I also integrated search using Algolia, which makes it easy to instantly find services without manually browsing through categories. Overall, it was a simple project, but a very practical one that fits exactly how I prefer to learn.
