- Published on
Welcome to theWhiteFox dev blog
👋 Hi, I'm Stephen!
I'm a web developer passionate about designing and building UI apps with the latest technologies. I also love to travel, so you'll find a mix of tech insights and adventure stories throughout this blog.
This is my learning journal, where I document my journey in web development, share insights, and reflect on my experiences. If my posts help others along the way, that's an added bonus!
Enjoy exploring, and feel free to reach out—let’s learn and grow together! 🚀
Stíofán ♔ Ó Conchubhair
Latest
Built with Next.js, Tailwind CSS, and Framer Motion, this blog merges my web development expertise with my passion for travel. Expect code samples, best practices, and captivating stories from my global adventures. My Japan series is live, and I'm excited to soon share journeys through India (drafting now!), New Zealand, Italy, America, and Europe (Amsterdam, all eyes on you!).
- Building a survey app sounds simple—until you're debugging silent 500 errors and reshaping malformed form data into strict API payloads. In this post, I walk through how I tackled real-world API quirks using Next.js 14—from handling CORS and transforming data, to creating resilient and user-friendly form flows.
- Published on
How I built a schema-driven form renderer using React, TypeScript, and Zod, with custom hooks and reusable field components.- Published on
Arrays are the most used and fundamental data structures, providing a strong foundation for understanding more complex structures. Hash maps, on the other hand, are crucial for efficient data storage and retrieval, making them the second most important and commonly used data structures.- Published on
In September 2023, I spent three weeks traveling solo across Japan. My journey took me from the bustling streets of Tokyo to the historic temples of Kyoto, the lively food scene of Osaka, and the reflective beauty of Hiroshima and Hakone, a picturesque town in the Tokyo mountains. This blog post details my itinerary, travel tips, and personal highlights, hoping to make it a useful guide for anyone considering their own solo adventure in Japan.- Published on
Learn Next User Interfaces (UI) development by building a shopping cart app, Hooks, Typescript (TS) Tailwind and Zustand local storage.