PinnedA Fresh Take on Time Tracking: Introducing DoubleTimeFor many years, my work as a software development contractor revolved around two crucial tasks: diligent time tracking and regular invoicing. …Time Tracking Software4 min readTime Tracking Software4 min read
Aug 18Preventing Duplicate API Requests Across Multiple Vue ComponentsThe other day, I found myself searching for a solution whilst working on my Vue app. I had multiple components which were relying on the same data from an API, and when used together, were making duplicate requests to the same endpoint. …Vuejs4 min readVuejs4 min read