News

Tour de Curve – Challenge Completed!

This year, as part of The Curve’s charity fundraiser for Cavendish Cancer Care, Paul and Andrew decided to really push themselves and take on a serious challenge. The plan was for The Curve’s very own Saints, Paul and Andrew, to cycle the length of the country, starting at St. Paul’s in London and to finish … Read more

Understanding the Cold Start Problem with AWS Lambda

AWS Lambda and Azure Functions are popular Function-as-a-Service (FaaS) offerings and are a staple of the serverless landscape.  With FaaS offerings the cloud provider is responsible for running and managing the underlying compute that powers the service. This allows you to focus solely on building out your function. These serverless platforms automatically scale resources based … Read more

Melise Jones – Signing Off & Going Out on a High

Our Client Services Director, Melise Jones, reflects on her career – especially her time at The Curve. I wrote a blog about Women in Tech back in March, 2021. In it I stated: “Before Women in Tech there were, well, women in tech…I never thought there was anything special or remarkable about the fact that I … Read more

Story Points Explained – A Comprehensive Guide

Story points estimation is an estimation method that is often used in agile software development. Story points are a unit of measure used in agile project management to estimate and compare the complexity, effort, and relative size of features or user stories within a project. Instead of providing precise time-based estimates, teams assign story points collaboratively, … Read more

Approving Builds and Workflows with GitHub Actions and Microsoft Teams

Sometimes it can be useful to request a manual approval before a deploy is unleashed on production. GitHub supports manual approval when you use environments, but only on public repositories or private repositories for GitHub Enterprise. In this post, I look at how GitHub Actions and Microsoft Teams can be used to create a manual … Read more

Fixing “unexpected stream termination” with Jenkins build agents

We use continuous integration and continuous deployment techniques regularly in the delivery of our projects. Whilst our team predominantly uses GitHub Actions these days, we’ve supported a variety of CI tooling including Jenkins and GitLab Pipelines. We have a number of projects that still use Jenkins, even though the majority of our recent projects use … Read more

Building for ARM with Docker – packaging libcamera-apps for Alpine on armv7

In this article we look at compiling applications for different CPU architectures using Docker to emulate on an x86 host, with a working example of packaging libcamera-apps for Alpine Linux for an armv7 device (a Raspberry Pi Zero) and armv8 (Raspberry Pi Zero 2). Background Recently the availability of diverse mainstream architectures has increased, moving … Read more

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