Basic Accessibility for Web Applications

As frontend developers, it’s not enough to know how to build the applications, you also need to know how to build applications for everyone to be able to use. With the number of web users continuously growing, it’s important that...

It's OK Not to be Agile

I love messaging platforms. Slack has made a real difference to the way we can work with remote teams and keep our disparate engineers sharing thoughts and mindsets. We’re also experimenting with Teams, which is proving great, but all these...

Why you should try React higher-order components now

I am in my final year at university: part of the Capgemini Degree Apprenticeship. This year requires a large software project to be delivered and one component of that is a React frontend. Through it I’ve been experimenting and discovered...

Do Repeat Yourself - returning to the Lead Developer conference

After such a positive experience at the Lead Developer conference last year, as soon as I saw this year’s announcement, I saved the date and started writing the email to get my company to pay for the ticket. Thankfully, my...

Designing Cross Platform Mobile Applications with Xamarin A look at the strategies for code sharing between platform specific applications

Xamarin provides a common development experience for creating cross platform mobile applications. The aim of this post is to highlight the design techniques available and options Xamarin provides for maximising code reuse, thus ensuring cleaner code and increased productivity. The...

Combining OAuth and JWT to gain performance improvements

For many years Simple Object Access Protocol (SOAP) was the standard approach for communicating with remote services, often via HTTP. The landscape has changed significantly in recent years with the increase in the adoption of Representational State Transfer (REST) APIs....

Service Fabric Cluster Creation Creating a secure Service Fabric cluster from Visual Studio

There are many ways to create a Service Fabric cluster and what follows, is by no means, the only one. A few posts have been written elsewhere on the internet (for example Create Service Fabric clusters from Visual Studio) and...

Building for Alexa at Devoxx UK

For our Platinum sponsorship of Devoxx UK this year, we had a theme to align with our recruitment drive of “it takes all types to make a team”. One attraction that we had at our stall was an application taking...

How fast are your React‑ions Optimising the performance of React applications

Overview Since its conception by Facebook in 2013, React has quickly become one of the most popular libraries for building web-based user interfaces. React uses JavaScript to create a dynamic web application normally rendered directly on the client side device,...

A design review checklist for non‑designers

If we can't entirely break down the wall that designs are thrown over, let's at least put a gate in it.