We are delighted to announce the release of our new book “Software Architecture Metrics: Case Studies to Improve the Quality of Your Architecture” In this book 10 leading hands-on practitioners, including our Co-founder and Software Architect Christian Ciceri, introduce key … Read More

Android App Modularization: 4 Useful Tips to Start
Android app modularization refers to the process of breaking down an Android app into smaller, independent modules. These modules can be thought of as building blocks that can be combined to form the complete app. Each module is typically responsible … Read More

A framework for QA Testing
Introduction How does testing an app on three platforms with a single test sound? That was the goal of our framework, we aimed to test the webapp and ios/android app with one single test on the User Interface side. We … Read More

Apiumhub helps to launch software hubs in Barcelona
Apiumhub has been operating in the software development industry since 2014. Over the last years it has positioned itself as one of the best quality software delivery agencies. It created and leads the community of Software Architecture in Barcelona, organizing … Read More

5 answers about User Stories
On this article we intend to answer 5 questions about US. WHAT is a US? WHY we need a US? HOW would you write US? WHO would write US? WHEN do we need US? WHAT is a US? The User … Read More

Improving the maintenance of your regression suite
Robust regression test execution reports show how important they are and the value they bring to the product, even more so if they are automated and run continuously. A regression plan is made up of all the tests aimed at … Read More

GOTO x Apiumhub Partnership
We’re delighted to partner with #GOTOams, taking place June 12-15. Join us there to learn about the latest tech trends, connect with industry experts & grow your skills! Register with the promo code Apiumhub15 for 15% off: gotoams.nl About the … Read More

Behavior Driven Development: The methodology that connects the three amigos
The main goal of a software company is to deliver a quality product. We cannot perceive quality without a product in the same way that you cannot deliver a product without quality. Under this premise, we understand that quality is … Read More

GSAS is taking place in CCIB, Barcelona this year
Global Software Architecture Summit is taking place in CCIB, Barcelona this year! Save the date, October 3-4, 2022! One of the largest and most important software architecture events with practical talks and hands-on workshops. About the venue This year GSAS … Read More

Hypothesis validation
Hi everyone!! This article is based on the scenario presented in our article ‘User Story Splitting‘. If you didn’t have the chance yet to take a look at it, we encourage you to do it before continue with this article’s … Read More

User Story Splitting
Introduction How many times did you find yourself trying to split an important feature giving some value to the user in each bite. This is something we face in our daily basis and we would like to share with you. … Read More

Git submodules
General overview This article is based on Git Submodules (Git tools) and real implementation in a production-grade application with several µ-monoliths calling each other via REST APIS. So, in this article, we’ll see a simplified example of a Spring RestTemplate … Read More