James Ridgway

What we’ve learned from processing £100k+ of transactions every week

We process several hundred thousand pounds of transactions for our clients every week. During peak periods, we’ll process this volume in a single day alone, and in exceptional cases, within a few minutes. Taking money from customers may sound simple, but there are many different factors and facets that have to be considered when designing … Read more

Demystifying Agile Software Development

Agile has been a popular software development methodology since the early 2000s. Despite being around for over two decades, agile can still be misunderstood or incorrectly applied. What is Agile? Agile software development is rooted in the Agile Manifesto, which was established in February 2001 following a meeting by a prominent set of individuals from … Read more

Technical Literacy: Understanding “Technical Debt”

So what is Technical Debt? Who you ask will likely influence the answer that you get. Different perspectives will emphasise different aspects of the definition of “Technical Debt”. In this article, we dive into what is meant by technical debt and why, on occasion, seemingly simple changes can take more time to implement than you’d … Read more

Beware of redirects with Ruby’s net/http

Photo by Maik Jonietz on Unsplash Earlier last week, we learned that Ruby’s built-in net/http library contains a fundamental limitation — net/http does not automatically handle redirect status codes (3xx). As part of a feature sprint for a client, we had been tackling some functionality around PDFs issued by their system using wicked_pdf, which can generate PDFs from … Read more

Dealing with cryptic Selenium::WebDriver::Error::InvalidSessionIdError errors

We believe in delivering high quality software for our clients, so it probably comes as no surprise that we subscribe ourselves to numerous best practices such as test driven development, and we adopt a strong testing culture. On one project, we started getting a very cryptic error message when we ran the test suite: Frustratingly, … Read more

Why password policies aren’t enough

We’re all been there, we’ve had to set a password in a system and we’ve been told it’s not strong enough. Or we finally set a strong password only to be told 30 days later that we need to change our password. Password policies aren’t enough to encourage good security behaviour. A password policy enforces … Read more

In It Together Signing Off for Now…

Back in March, our team at The Curve responded to the challenges and uncertainty brought on by the COVID-19 pandemic. We pulled together to do what we could to help one another out, both personally and professionally. During those early days of the crisis, we launched In It Together – a community project meant to … Read more