Web Developer
Stockholm, Sweden
2025
Crafting digital experiences where precision meets creativity
Fri, 12th Apr 2024 | 1 min read
useCallback in React helps prevent unnecessary re-renders by memorising functions.
Thu, 11th Apr 2024 | 1 min read
Optimises performance by memoising values, recalculating only when dependencies change.
Thu, 21st Mar 2024 | 1 min read
Exploring GSAP for Next.js projects: Ideal for complex, dynamic animations requiring cross-browser reliability and performance. Assess needs vs. performance impact.
Mon, 18th Mar 2024 | 1 min read
How to use Fetch's POST method in React for submitting form data. Simplify sending user inputs from the frontend to your server with ease
Wed, 13th Mar 2024 | 1 min read
Exploring the shift from Gatsby to Next 14, I assess reasons, benefits, and drawbacks, questioning if Gatsby's SSG approach is becoming outdated.
Tue, 27th Feb 2024 | 1 min read
Having spent most of this morning looking for a Hydration bug and eventually finding it, it seemed like a good idea to post some learnings.
Mon, 26th Feb 2024 | 1 min read
useRef in React acts like a bookmark for elements or a pocket for mutable values. It persists through re-renders without triggering updates.