Problem Solved: Implementing OR-Tools - Scheduling (Part 2 of 3)
Owen Lacey - 11/01/2022
In part one, we looked at solving a vehicle routing problem using OR-Tools. In the second of this three-part series, we'll use OR-Tools again to consider how to best optimise cooking times for our pizzas.
Problem Solved: Implementing OR-Tools - Routing (part 1 of 3)
Owen Lacey - 11/01/2022
In part 1 of this 3-part series, Principal Consultant Owen Lacey talks us through solving a vehicle routing problem with Google OR-Tools — a powerful open source project for solving optimisation problems.
Team Stories: Owen Lacey, Principal Software Consultant
Audacia - 21/12/2021
We spoke with Principal Software Consultant Owen Lacey about the types of projects he has worked on and what prospective developers can expect working at Audacia.
Monitoring for Vulnerable Dependencies in Software Development Projects
Richard Brown - 20/10/2021
Today, we live in a world of multiple dependencies, with multiple packages, like npm, Yarn and NuGet housing reusable code for developers. But, with great power, comes great vulnerabilities. Learn how Audacia monitors for vulnerable dependencies in our latest insight.
API Test Automation in QA Software Testing Services
Richard Brown - 20/09/2021
Over the last few years, test automation has matured from being the cool new trend to something that every self-respecting software team uses. In our latest technology insight, we discuss how Audacia uses automated testing to target the API of an application and achieve quicker and more stable results.
A software development company's guide to open sourcing code
Richard Brown - 21/07/2021
Given how much we use open source software, it's in our interest to more actively support it. We therefore made the decision to open-source some of our own libraries. This article discusses some of the choices and challenges that we faced on this journey.
How Audacia implements Google OR-Tools into software development projects
Owen Lacey - 20/07/2021
In this article, we will implement a simple optimisation model using Google OR-Tools by solving a classic Vehicle Routing Problem (VRP).
Software development speed: Angular template comparisons
Liam Ward - 16/11/2018
For the past two years, the majority of Audacia's new web development projects have been built on a stack of an ASP.NET Core RESTful API and An Angular UI running within an ASP.NET Core project. For our latest insight we conducted a speed experiment to compare the two.
Software development frameworks: Blazor's first public preview
Jamie Taylor - 27/03/2018
First public preview of Microsoft's framework for creating web applications, Blazor.
Software development frameworks: Blazor (a new/old experiment)
Jamie Taylor - 12/02/2018
Blazor is the name of an experiment which Steve Sanderson has been running for eight months, namely: Can we run .NET in a web browser? Read our latest insight about our experiences with this framework.