Cryptocurrencies
Internet Search
Web Data Collection
Business Intelligence
Statistical Analysis
Credit Card Payment
Financial Information Extraction
Asset Risk Management
We have a
strong commitment
to
client confidentiality
but check out our demo software:
Recent Projects
Fix issues with native Java Android app and redeploy to Google Play
System: "SuperGraph" Native Android App
Client: John Adams Ltd.
Technologies: Java, Android, XML
Problem: The app had been removed from the Google Play Store due to a reported stability issue. There were also problems with accessibility of some buttons on smaller screens.
Solution: Several minor fixes were implemented including build parameter and file format updates, and layouts were corrected to make missing buttons visible on smaller screens. Updates were tested on multiple emulators using Android Studio. The app was successfully redeployed to the Google Play Store, and a report produced detailing the changes.
Before:
After:
London Congestion Charge Notification App
System: iOS and Android app to provide alerts when entering the London Congestion Zone
Client: Outbound BPO Ltd
Technologies: Rust, Javascript, Cordova
Problem: Drivers in London may find it difficult to keep track of and avoid the London Congestion Zone boundary
Solution: The system takes advantage of an Open Street Maps tiling server and Cordova's Geolocation Plugin to track the user's location in London. A push notification is sent when user approaches the Congestion Zone boundary.
Truck Loading Animation Web Application
System: Web application to display an interactive 3D animation of a truck loading a specified shipment
Client: Private
Technologies: .NET core, C#, Blender, Three.js, SQL
Problem: Create a web application which loads details of a user-specified shipment from a database, and depicts that shipment loading in a user-interactive animation.
Solution: This project integrates a number of separate areas of software engineering, including web development, 3D modelling and dynamic animation. The truck trailer with backgrounds and skybox were modelled in Blender, together with the Cargo bay and truck door opening animations - and these were imported into Three.js. Camera zoom and rotation were enabled using OrbitControls.js. The cargo box loading animation was created in Three.js directly using suitable vector mathematics, and the system mounted in a .NET core based framework. Specification of the shipment to load is provided by the user via a web form.