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.

contentfulday_3_challengenextjs

Rich Text Rendering System in Nextjs and Contentful

When you pull content from Contentful, what you actually get is a JSON tree of nodes—not HTML. That gives you control, but it also means you are responsible for telling React what to render.

Edgar Rojas

Edgar Rojas

Author

hooksnextjsrefactoringday_2_challenge

Refactoring of the login page form

Refactoring the login form addresses code repetition in state, validation, and labeled inputs. The plan is to use a useFormManager hook and a validator class to build cleaner, reusable, and more maintainable form components.

Edgar Rojas

Edgar Rojas

Author