erojas.devertek.io logo
Blog hero image

Content creators | innovators

Thoughts on code, design, and strategy — written for those building the next generation of digital experiences.

ui/uxnextjsday_7_challenge

Modernizing the Hero for Better Semantics and User Control

We refactored the Hero component to fix opacity issues, improve text readability, and enhance SEO. The key changes included switching from ReactNode to string props for cleaner, semantic HTML using proper tags.

Edgar Rojas

Edgar Rojas

Author

graphqlnextjsday_6_challenge

Mastering GraphQL Types: A Developer's Practical Guide

GraphQL's type system isn't just about defining data structures. Unlike REST APIs where you're left guessing what data you'll receive, GraphQL types give you a contract between your frontend and backend that's enforced at the query layer.

Edgar Rojas

Edgar Rojas

Author