Latest posts
You're Just Not That Good (at coding)
So you think you're peak dev? Think again.
Rust aint that fast
Rust vs Node for image optimization, cropping and resizing, which is faster?
How I Built My this blog with Gatsby and MDX
Discover how I built this blog using Gatsby and MDX. Learn about the benefits of static site generation, MDX, and more.
React Strict Mode and the useEffect double rerender
Lets figure out React's Strict Mode and its double-rendering "problem". Discover how it keeps your app clean from bugs and promotes best practices in development.
The Silent Killer in Your React Code: Mutation
Discover why avoiding mutations in React state management is crucial for your app's performance and stability. Learn the best practices for immutable state management.