Im Daine, an Engineering Manager and Frontend Engineer, living in South Africa πŸ‡ΏπŸ‡¦

I focus onReact,NextJS,TypeScript.

Recently Published

Determine When A Sticky Element is Stuck in JavaScript

Using position: sticky is a handy CSS positioning property that allows elements to stick to the top of a relative parent on scroll. It's a considerable step forward compared to the older methods of scrolling down the page, past a specific offset and dynamically "fixing" the element to the browser window using position: fixed.

  • JavaScript
  • |
  • 5 min read

Unlocking Project Success: Mastering Task Estimation with the FATE Framework

Task estimation is an art that every front-end engineer and engineering manager should master. With a well-structured framework that covers F.A.T.E (Feedback, Admin, Technical, Engineering), you can give accurate timelines, optimise resource allocation, and, most importantly, deliver a happy client.

  • Best Practices
  • |
  • 7 min read

Enhance Your React App's Scalability using Storybook and Chromatic

Learn the art of scaling your React application with Storybook and Chromatic integration. Unlock the power of a robust component library, clear documentation, and efficient visual regression testing for enhanced team productivity.

  • JavaScript
  • |
  • 15 min read

Understanding Chromes Coverage Panel

In this article, we'll discuss using Chromes Code Coverage panel and how you can leverage its insights to optimise performance.

  • Best Practices
  • |
  • 7 min read

Get my latest posts delivered right to your inbox