Software Development insights, articles and news

Keywords

2

The IoT Gadgets

Profile picture

by Paul Ridgway

In this post we take a quick look at the gadgets featured during The Curve’s demo at our first in-person event that we hosted the other week as well as a few of the considerations that went into the design, build and software.

Read More

14th

November 2024

IoT Events Software Development

Understanding HubSpot’s API and its uses

Profile picture

by Jake Appleyard

What is the HubSpot API? HubSpot provides a standard REST API as well as webhooks. The webhooks allow the custom integration to be notified of changes from HubSpot efficiently without the need for polling the API, whilst the API allows the integration to create, read and modify the data in HubSpot.

Read More

12th

November 2024

API Data Software Development

Total Cost of Ownership in IoT

Profile picture

by James Ridgway

September was a busy month for us at The Curve, but Paul and I were able to get some time out of the office to attend The Things Conference in Amsterdam.

Read More

28th

October 2024

IoT Events Software Development
Main Image

Five Common Pitfalls of Building a Product

Profile picture

by James Ridgway

At The Curve, we build products for our clients. These could be business systems that are used by internal stakeholders that we develop using a product mindset, or B2C products our clients then use with their own customers.

Read More

27th

September 2024

MVP Software Development
Main Image

Unpacking the CrowdStrike Outage: What It Signals for the Future of IT Resilience

Profile picture

by James Ridgway

On the 19th July 2024, the world witnessed what could easily be described as the largest global outage IT outage in history when CrowdStrike, a cyber security solutions provider, shipped a defective security update that impacted an estimated 8.5 million Windows computers worldwide.

Read More

12th

August 2024

Software Development News Data
Main Image

Unusual IoT Use Cases to Improve Business Performance

Profile picture

by Jake Appleyard

The Internet of Things (IoT) refers to a network of devices or objects that contain or are made up of a variety of sensors and other data gathering technologies that can connect and share information with one another as well as sharing data with other devices through an internet connection.

Read More

31st

July 2024

IoT Data Software Development
Main Image

What are WebSockets, and Why Are They Essential for IoT?

Profile picture

by James Ridgway

Advances in IoT (The Internet of Things) technology has revolutionised the way devices interact with each other and with us. From smart homes to industrial automation, IoT devices rely on continuous, real-time communication to operate efficiently and effectively.

Read More

6th

June 2024

IoT Data Software Development

Understanding WebTransport and Its Advantages Over WebSockets in the IoT Landscape

Profile picture

by James Ridgway

As the Internet of Things (IoT) continues to expand, the need for efficient, reliable, and scalable communication protocols becomes increasingly crucial. WebSockets have been a popular choice for real-time communication between devices and servers, but a new contender, WebTransport, is emerging as a powerful alternative. This blog post delves into what WebTransport is, how it works, and why it represents a significant improvement over WebSockets, especially in the context of IoT.

Read More

6th

June 2024

IoT Data Software Development

Understanding the Cold Start Problem with AWS Lambda

Profile picture

by James Ridgway

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.

Read More

3rd

May 2024

Data Software Development

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

Profile picture

by Paul Ridgway

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).

Read More

21st

January 2024

Software Development

2