I recently started studying styles of software architecture in different ways: by reading books by renowned architects and by trying to go a step further in my professional career. I have seen how different it is to be an architect … Read More

Linear Regression for Machine Learning
Introduction In this article, we will look at the Linear Regression model for Machine Learning, which is one of the most basic models available. Linear Regression This equation shows a multi-dimension formula for linear regression, where ŷ is the predicted … Read More

Apiumhub interviews Joao Rosa at the Global Software Architecture Summit
Last October, Apiumhub organized the Global Software Architecture Summit, a 2-day event in which software architects from around the world came together to improve their skills, share knowledge, and connect with like-minded professionals. This year’s event featured over 16 speakers, … Read More

Lessons learned from the React Global Online Summit 22 – Junior Track
On November 8th and 9th, I participated in the React Global Online Summit as a listener. There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions … Read More

Process debt is something you should care about
Intro and problem statement Early this year, the book Software Architecture Metrics: Case Studies to improve the quality of your architecture was published. This book is very special for Apiumhub, as Christian Ciceri, co-founder and chief architect, is one of … Read More

Interview with Carola Lilienthal, GSAS speaker
On October 3 and 4, Apiumhub organized the Global Software Architecture Summit in sunny Barcelona. Over 16 speakers attended the event to share their knowledge and expertise with over 450 attendees. During the event, we had the opportunity to interview … Read More

Debugging The Perplexing: Don’t Panic!
In the 10+ years, I’ve spent in software development, I’ve formulated a law of debugging: “The perplexity of a software bug and the simplicity of its probable cause are positively correlated”. Put simply, the more confounding and “impossible” a bug … Read More

Apiumhub is delighted to support YOW! LONDON 2022
At Apiumhub we love to collaborate with events in the tech community. This time, we are proud supporters of YOW! LONDON 2022, a conference that brings together developers and internationally renowned speakers to thoroughly examine new technologies and industry best … Read More

GSAS speaker, Rene Weiß, gives an interview for Apiumhub
Apiumhub had the pleasure to interview Rene Weiß – the Global Software Architecture Summit speaker, to get to know what are the key Software Architecture insights he could share with GSAS attendees and learn more about his chapter in the … Read More

Why use the NestJS framework?
As a front-end developer, I would like to say that the NestJs framework was the best choice to start touching the backend part of the applications. I was always asking my tutor in Apiumhub about design patterns, clean architecture, and … Read More

Implementation of CI & CD in Android
CI & CD is a software development practice most mobile developers in team projects use daily, however, most times the Version Control practices (or git branching strategy) as well as the automated testing/deployment is already established and will only require … Read More

The Transition to the Quantum-Cryptography Era
Introduction In this article, I’ll be comparing the encryption standards we consider safe with the actual technology and what could make them not be safe anymore during the following years. I will also try to analyze how we can prepare … Read More