jquery

  • GitHub can stack pull requests

    I’m not the biggest fan of agentic development as a concept, but where it shines is breaking up some work that you did into logical, smaller pull requests that are easier to review, and picking up any little mistakes you might’ve made along the way. Maybe add some extra tests. In any case, whilst hard…

    Read more →

  • How do people blog for thirty years without running out of things to say?

    Throughout my time on the Internet, I’ve made numerous attempts at blogs, some ranging from simple online journals to others where I’ve essentially just ‘reblogged’ whatever it was that I found interesting at the time. I think it’s generally fair to say, with the benefit of hindsight, that airing my dirty laundry, insecurities, and perhaps…

    Read more →

  • Introducing Denken, a reason to love the Internet again

    For years, people told me that the best side projects or hustles come from solving a problem that you actually care about. For the longest period of time, I honestly felt like nothing truly bothered me enough to warrant the time and energy to build something around it. The Internet as it was then was…

    Read more →

  • Boulevards of broken dreams

    When speaking to any experienced software developer, there’s a good chance at some point they will tell you all about the countless incomplete side projects that they have accumulated over the years – the projects that still sit dormant in their Git repositories. The side hustles that failed to materialise and were gradually swept away…

    Read more →

  • Finding one’s place within the pack

    Back in January, I silenced the sceptical voices in my head and conquered my impostor syndrome. I stepped away from the comfort and familiarity of my role at Stickee – a company where I was fortunate enough to cut my teeth and spend four years honing my craft with bleeding-edge Laravel technologies – in search…

    Read more →

  • Don’t truncate in Laravel Excel imports

    One of the greatest things about Laravel Excel is its event system – you can easily register closures or classes to be executed during certain events in the import lifecycle, such as before and after the import. I’ve often wanted to truncate a database table to import the data ‘fresh’ before an import – I…

    Read more →