Thoughts on web development, design, and the latest technologies shaping the digital world.
Oct 11, 2024 • 6 min read
Managing modal state across components is painful. Learn how using nuqs and custom hooks makes it dead simple - no prop drilling, no context, just URL-based state that works everywhere.
Read more →Oct 11, 2024 • 8 min read
Stop waiting for backend APIs. Build complete features with realistic mock data, test all edge cases, and swap in the real API later. Here's the utility that changed my workflow.
Read more →Oct 11, 2024 • 9 min read
No context, no providers, no prop drilling. A toast notification utility you can import and call from anywhere in your app - components, hooks, utilities, or server actions.
Read more →Oct 17, 2025 • 6 min read
Sometimes features dont need to be coupled to Redux. Nobody likes having to deal with boiler plate.
Read more →Oct 11, 2024 • 6 min read
Managing modal state across components is painful. Learn how using nuqs and custom hooks makes it dead simple - no prop drilling, no context, just URL-based state that works everywhere.
Read more →Oct 11, 2024 • 8 min read
Stop waiting for backend APIs. Build complete features with realistic mock data, test all edge cases, and swap in the real API later. Here's the utility that changed my workflow.
Read more →Oct 11, 2024 • 9 min read
No context, no providers, no prop drilling. A toast notification utility you can import and call from anywhere in your app - components, hooks, utilities, or server actions.
Read more →Oct 17, 2025 • 6 min read
Sometimes features dont need to be coupled to Redux. Nobody likes having to deal with boiler plate.
Read more →© 2025 Lucas Nogueira. All rights reserved.
Built with Next.js & Material-UI