The Curve has been selected as the Technical Delivery Partner for Fitwins
The Curve is pleased to announce that it has been selected as the Technical Delivery Partner of the popular wellbeing app “Fitwins”. The Fitwins App challenges and motivates people to increase their physical exercise by recognising and encouraging those who take part and complete their challenges with medals. Fitwins rewards […]
Using Work Experience to develop a feature for a digital solution used by a regional NHS Foundation Trust.
During the summer, The Curve provided a work experience placement for Megan, one of the many students who reached out to us to enquire about a possible work experience placement with us. As with our summer interns, we don’t specifically have a scheme currently in operation for work experience placements. […]
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, […]
Production Arduino Binary Builds with GitHub Actions
Setting up an Arduino build process, with multiple targets/configurations using GitHub Actions for stable and reproducible builds.