Thirty days of practical challenges with NextJS
I've had the idea of a 30-day personal challenge stuck in my head forever. It's the usual story: work and life get in the way. But I'm done with excuses. Today is the day I start.
Edgar Rojas
Author
Thoughts on code, design, and strategy — written for those building the next generation of digital experiences.
I've had the idea of a 30-day personal challenge stuck in my head forever. It's the usual story: work and life get in the way. But I'm done with excuses. Today is the day I start.
Edgar Rojas
Author
React is a powerful library for building user interfaces, and one of the patterns that exemplify its flexibility is the Higher-Order Component (HOC) pattern. HOCs are an essential tool for writing reusable and maintainable code in React applications.
Edgar Rojas
Author
Design patterns provide standarized solutions to common problems in software development, leadign to more reliable, scalable, maintenable and efficient applications.
Edgar Rojas
Author