Web Developer
Stockholm, Sweden
2025
Crafting digital experiences where precision meets creativity
Fri, 11th Oct 2024 | 4 min read
Good commit messages help keep code history clear and easy to follow, making it simpler to debug and maintain projects over time. Stick to conventions, stay clear, and commit often but with focus.
Thu, 18th Jul 2024 | 4 min read
A reminder to myself mainly on the essential git commands and what they do.
Fri, 28th Jun 2024 | 2 min read
Maintain clarity and consistency in project versioning.
Mon, 22nd Apr 2024 | 2 min read
TypeScript's ReturnType enhances code maintainability by automating type consistency across functions, ensuring robust and error-free development.
Fri, 12th Apr 2024 | 4 min read
useCallback in React helps prevent unnecessary re-renders by memorising functions.