Skip to content

Our recent articles


The Unfortunate Demise of App Center - An Obituary

March 15, 2024Mo Khazali6 min read

Today is a sad day for the React Native ecosystem. Microsoft very quietly announced that App Center is being "retired" in just over a year's time (at the end of March 2025). Over the years of building React Native apps, I used App Center on many, many projects. It was the one-stop shop for building…

Continue reading →

Three Hacks to Level Up Your Maestro Testing

March 14, 2024Claire Squires10 min read

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 end-to-end testing for the mobile…

Continue reading →

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

February 27, 2024Thomas Hercule4 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

February 27, 2024Paul Royer3 min read

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 are appropriate, using only your own computer. Locust…

Continue reading →

Hexagonal Architecture for Dummies by a Dummy

February 13, 2024Gatien Ducornaud6 min read

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…

Continue reading →