Developer Drivel
When we learn something new, find a faster way, discover a better technology or simply want to explain something that we do regularly you'll find it here.
Is AI Going to be the End of Junior Developer Roles?
With the rise of Github Copilot and Cursor do junior development roles have a place in companies like before? Or are they slowly going to be phased out. We take a look a the current scope of the landscape.
2024-09-26•Sam LoydThe Battle of Frameworks: NextJS vs. Remix
Choosing a framework for your next web project is like picking a car. You want something that'll get you where you're going, but you also care about how it feels to drive and whether it'll break down on the way.
2024-09-19•Sam LoydHow I Cope As A Developer With ADHD
Discover how David Mitten, a seasoned developer at Antler Digital, navigates the complexities of ADHD in a tech environment. This blog explores personal strategies and insights into managing ADHD's unique challenges, from coping mechanisms to daily work routines, offering a deeper understanding of neurodivergence in professional settings.
2024-05-12•Dave MittenHow to Test Your NextJS 14 Applications with Bun
Bun is so much faster for testing than other runtimes. In this guide one of our team, Jack, takes you through setting up a Next 14 Project and testing it whilst using Bun under the hood.
2024-03-25•Jack McGregorOptimising JavaScript Performance for High-Traffic Websites
We take a look at optimisations for your custom built high traffic websites. By profiling and measuring JavaScript performance, you can identify areas of your code that are causing slowdowns or bottlenecks and focus your optimisation efforts in the right places.
2023-08-17•Sam Loyd