Recently I had the opportunity to build a small application that needed to authenticate and authorize a user using Google’s sign-in mechanism, and requests on their behalf data from a Google API. I choose to implement this as a Cloudflare … Read More
Agile web and app development

Top 3 lessons learned in Backend Architecture. Interview with Cuong Le – backend developer at Apiumhub
We are continuing with our interview series (previously we had interviewed Diego Ojeda – Android Lead at Apiumhub, Serhii Zabolennyi – QA Automation engineer at Apiumhub, Javier Gomez – backend developer at Apiumhub. Today we interview Cuong Le – Backend developer at … Read More

Grow professionally as a backend developer. Interview with Javier Gomez – Backend developer at Apiumhub
We are continuing with our interview series ( previously we had interviewed Diego Ojeda – Android Lead at Apiumhub and Serhii Zabolennyi – QA Automation engineer at Apiumhub ) and today we have a Backend interview with Javier Gomez – backend developer … Read More

Kanban practices for Software Development Teams
Today’s customers expect instant gratification, especially when it comes to technology products. Software development is one of those extremely dynamic industries, in which continuous delivery has become a standard. These are the sort of environments that benefit most from agile … Read More

Tech Leadership books
The transition to tech leadership is a huge challenge. Technical leadership is different. Leading a technical team demands more than just management skills, but also technical prowess, and the ability to navigate the tech world. Working on a digital product, … Read More

UX engineering in a software development project
Nowadays, there are a growing number of companies looking for UX Engineers, and although this role is becoming increasingly popular among many companies, it’s not as familiar as the term “UX designer”. The job title “UX Engineer” can make people … Read More

High Developer Effectiveness: key factors
In this article I would like to analyze how to achieve high developer effectiveness based on our experience as well as recommendations of well-known software development companies and experts like Martin Fowler. First of all, what is High Developer Effectiveness? … Read More

iOS App Security Cheatsheet
In a previous article we saw an example on how an attacker could analyse an app in the search of vulnerabilities, and perform an XSS attack through the misuse of a web view. Hopefully after reading that, if you weren’t … Read More

Quarkus GraalVM. Supersonic Subatomic Java, Kotlin & Scala
Due to the actual microservices server paradigm & server costs corresponding to resource’s consumption, Quarkus is a framework that caught my attention some years ago, as it solves JVM language problems on these concerns. In this article you will find … Read More

Interesting facts about software development: statistics
This year Apiumhub partnered up with codignsans and other software related companies like: clutch, gitkraken, Cooperpress, Level-up, Storyblok, Dashbird, Serverlessguru, Coder, Webiny, Meetupfeed and took part in a global software development research to find out how companies attract software developers, what are … Read More

Android development: 3 lessons learned
This month we have interviewed Diego Ojeda – Android Lead @Apiumhub. In this interview he shares his top 3 lessons learned as well as discusses some recommendations and Android development trends that make a difference nowadays. 1.How to start using … Read More

Service worker: Caching and offline mode strategies
In this article we are going to look at one of the service worker functions such as cache and offline mode. To start, we will need a resource server. In Apiumhub we have created a small example server from where … Read More