5 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.
Introduction Static generation has revolutionized the way developers build web applications, making sites faster, more efficient, and highly scalable....
When you want to add animations that don’t rebuild the entire widget tree, AnimatedBuilder is an efficient way to create smooth, high-performance...
React forms can get complex quickly, especially as they grow in fields and complexity. Knowing when to use controlled and uncontrolled components...
In Next.js, the ability to pre-render pages can greatly improve SEO and performance. Using getServerSideProps, you can fetch data at request time,...
Debouncing is a technique that ensures a function is only called after a certain period of time has passed since the last event. It’s often used in...
When you’re building apps that need to work across different screen sizes (phones, tablets, etc.), LayoutBuilder is a powerful tool to help create...