Skip to content
Logo Theodo

Our recent articles


Load Previous Posts

Three Hacks to Level Up Your Maestro Testing

Claire Squires13 min read

Two Christmas elves in a chemistry lab doing experiments

Introduction Our team at Theodo UK recently had the delightful challenge of building a universal app - an app that runs on multiple operating systems from a single codebase. This project presented many interesting technical problems, including the task of automating…

Continue reading →

Dimensionality reduction for exploration and curation of datasets

Stepan Lebedev13 min read

One million integers embedded into 2D space with UMAP

The availability of AI models for everyday users skyrocketed last year, leading to a surge in Artificial Intelligence's popularity. However, despite this advancement, companies still grapple with the challenge of collecting accurate data for AI implementation. Today, the significance of well-curated data…

Continue reading →

Create a PHP AI agent with LLPhant (powered by OpenAI)

Thomas Hercule8 min read

AutoPHP is a PHP tool within LLPhant framework, tapping into OpenAI's GPT engine for task automation with PHP functions. The article walks through basic and complex examples, illustrating AutoPHP's current capabilities and highlighting its evolving potential.

Continue reading →

API Load Testing: Enhance Your Skills with Locust

Paul Royer4 min read

A server suspended in the air, in a half-light room, with little points of warm light swarming inside and around it

Load testing is a serious job and doing it poorly can have disastrous consequences for big companies' production servers. But load testing is not only for experts in massive companies! You may want to quickly check that your server performances…

Continue reading →

Hexagonal Architecture for Dummies by a Dummy

Gatien Ducornaud7 min read

hexagonal architecture for dummies

TL;DR: You’ll discover the advantages of Hexagonal Architecture in:Simplifying Your Code: Transforming intricate coding and testing efforts into manageable, beginner-friendly tasks. Gaining Real-World Insights: Understand how applying Hexagonal Architecture in actual projects not only upholds code quality but also promotes ongoing…

Continue reading →

Learn how to implement VAT for your e-commerce website with Sylius in 6 minutes

Fabien Charlier8 min read

Learn how to implement VAT for your e-commerce website with Sylius in 6 minutes

If you are using Sylius for your e-commerce website, then you will inevitably come across the subject of Value Added Tax (VAT). As a software engineer at Theodo, I have spent countless hours customizing every one of its aspects, for…

Continue reading →

Journeying to zero accessibility issues with Angular Testing Library

Flora Soussand7 min read

I truly believe that web accessibility is crucial for creating products for everyone. I want to improve the accessibility of my project because I want to ensure equal access for everyone. To improve accessibility, we address some of the issues upon…

Continue reading →

Event Sourcing? What, why, how in 5 minutes

Arthur Naudy7 min read

Event Sourcing? What, why, how in 5 minutes

Event sourcing is an architectural pattern that provides a highly comprehensible audit trail. Tracking patient medical data, tracking transactions for financial services to ensure compliance with regulatory requirements, or tracking the movement of goods in a supply chain process… Event sourcing…

Continue reading →

To refactor or not to refactor ? That is the question.

Clément Roger7 min read

planning a refactoring

Being a developer, there's something satisfying about creating clean, efficient code. But let's face it, in the real world of software development, we often deal with less-than-ideal solutions. This is where refactoring comes into play – a chance for us…

Continue reading →

Effective nodejs version management for the busy developer

Jérémie Chauvel2 min read

I highly recommend setting up nodejs with a version manager, nvm was and still is a popular option, however, I now recommend and have been using fnm, a simpler and faster alternative to manage my nodejs versions. Install a nodejs version…

Continue reading →
Load Next Posts