My Website Architecture Decisions - ADRs
2025-10-08
Documenting the architectural decisions behind gabrielduete.com using Architecture Decision Records (ADRs).
2025-10-08
Documenting the architectural decisions behind gabrielduete.com using Architecture Decision Records (ADRs).
2025-08-14
A bit of my professional journey, from college to building a career.
02-17-2025
Learn how to apply Lazy Loading in React and Next.js projects to improve your web application's performance. Explore practical examples using dynamic import, React.lazy, and react-lazyload to reduce load time and optimize user experience.
11-09-2024
Learn how to use the Compound Components pattern in React to build flexible, scalable, and reusable components. Understand how to share logic between related components with practical examples like modals, accordions, and menus.