Don’t let your specific case increase your code complexity: Special case pattern In our day to day, there is our application up and running and suddenly a new requirement is required. So we start typing more code to fit that … Read More
Agile web and app development

Stages of agile retrospective & 7 popular techniques
Anyone that works with agile methods must know that retrospective is very important for an agile team and agile planning. Agile retrospective (also called retros) or scrum retrospectives is about looking back at the evolution of the work done over a … Read More

Retry Pattern: examples & recommendations
Today I would like to talk about Retry pattern. In distributed applications, where constant communications are made between services and/or external resources, temporary or transient failures (transient failures) can occur when interacting with these environments. These failures can be caused … Read More

Android Architecture: Rethinking MVP in Android
Today we will talk about Android Architecture and will rethink the use of MVP in Android. When we talk about software architecture, in Apiumhub we always have in mind the following objectives: Improve testability, expressiveness and reusability. Reduce mocking / stubbing, … Read More

How to implement a Redux library with kotlin and Rx
In this article we will cover how to implement a Redux library with Kotlin and Rx. But first things first, let’s start with the small introduction to Redux library: In essence Redux is an architecture that has three pillars: A … Read More

Functional Programming in JavaScript
Javascript (and its ecosystem) is a language that’s evolving really fast. New libraries and frameworks appear at a frantic pace, offering new architectures and functionalities. In past articles we’ve seen what TypeScript has in store for us as well as … Read More

DevOps technologies & benefits
IT buzzwords change like the wind. From CI to TDD, and you should always stay updated with latest trends that might increase your productivity and improve the process overall. So today let’s speak about the buzz word “DevOps” because a … Read More

Display heterogeneous data in a table view
One of the common developments in mobile applications is showing information using tables. This task can easily be done when you have a collection of homogeneous entities but it gets trickier when this collection has n-number of different entities. In … Read More

Web Design for Coding: 7 steps checklist to have it ready for development
Most creative projects today ain’t a one person’s project. Truly innovative can only be a result of collaboration, because it requires a skill set that a single mind won’t possess. At Chop-Chop, we are dealing with web development as a … Read More

How to create a React project with TypeScript
In my last article we saw how can we begin to migrate a JavaScript project to TypeScript, in a incremental manner, without making great efforts or breaking changes. Now, I would like to talk about using TypeScript in a new … Read More

Cloud native architecture – the modern way to develop Software
Since an increasing number of companies are migrating their operations to the cloud, the cloud industry is likely to become more advanced. The IT industry is all up for cloud native architecture and software development that is way better than … Read More

Distributed agile teams: 9 hacks that make them work
The world is going insane. Thousands and thousands of things we have in our brain every day; new stuff to do, new trends to discover, new team members, projects that you have to catch up with, self-education, etc. It seems … Read More