6 followers
I am a developer focusing on Flutter after years with ReactJS. Specializes in testing Flutter apps, presented at Google Dev Conference 2021. Enjoys outdoor activities like biking and hiking.
What is Middleware in Next.js? Middleware is a feature that lets you run logic before a request is completed. You can use it to: Redirect...
As software teams grow, scaling agile practices can become challenging. What worked for a small team of five might falter when the team grows to 50 or...
When building apps, you often encounter situations where you need to render different components or layouts based on data. Instead of using a lot of...
If you need to create complex shapes, custom visual effects, or even a signature pad, CustomPainter is the way to go. It gives you complete control...
Why Use next/image? Next.js’s <Image> component is a powerful tool that automatically optimizes images for better performance. This includes: Lazy...
Software development projects can be incredibly rewarding but also fraught with challenges. Even the best-planned projects can hit snags that delay...