YLYohan LBinyohanlb.hashnode.dev·Oct 16, 2024 · 7 min readWhen should I use Server Actions (Next.js 15)When I started working on GeoQuiz, I started experimenting with the new Next Server Actions. And probably like many of us, I quickly learned to love it, they felt like a clean and efficient solution f05LVVY
YLYohan LBinyohanlb.hashnode.dev·Sep 28, 2024 · 6 min readThe API Client I Didn’t Know I Needed: Bruno1. The Search for the Perfect API Client While developing the API for my GeoQuiz app, I needed a reliable and simple API client for testing, documenting, and managing routes across different environme00