Agile web and app development

Apiumhub BLOG 7

Mock your UI tests with Wiremock

Environment inconvenients The reliability of the automated tests must be one of the most important points to take into account when we decide to bring automation to our project. To obtain a real result from our tests execution, the environment … Read More

Apiumhub BLOG 2

The importance of Code Reviews

Introduction Code reviews were introduced with the intention of improving code quality, developers review each other’s code during a code review to ensure software quality, usually prior to merging the code. Code review helps the team identify potential flaws that … Read More

Apiumhub BLOG 15

Liquibase on Kubernetes

Context, motivation and theory We have a microservices environment with Kubernetes(k8s), in which we develop a service that requires a database. We decided to do the migration management of the database using Liquibase. Eventually, we realized that some deploys left … Read More

Apiumhub BLOG 2 1

Stow: Alacritty

I’ve been working on mac for many years with the same terminal: iTerm2. It is well known by the mac community and not for less, a terminal is not that it has much work to do but the little it … Read More

Apiumhub BLOG 5

Complex navigation in SwiftUI

Navigation in SwiftUI has been a major focus of the framework from day one, however when we tried to create an app that had a bit more navigation and view complexity we ran into the first problems. Given the importance … Read More

Apiumhub BLOG 17

Managing dotfiles with stow

As a programmer, much of our time at work is spent developing code (and attending meetings, of course. ) So much, that we usually spend a lot of time configuring the toolset that we use on a daily basis. We … Read More

Apiumhub BLOG 20

Introduction to Perceptual Hashes: Measuring Similarity

Introduction Checking if files are identical is an exceedingly-trivial task – it is possible to directly compare all their bytes or perhaps compute a hash of each file and compare those values -but trying to compare the similarity of files’ … Read More

Apiumhub BLOG 14

Migrating React JS project to Next JS

In this article, we assume that you know the basics of Next.js.To understand what Next JS is, the benefits of SSR (Server Side Rendering), and a comparison with Gatsby and Express, you can read this article Next.js. Why migrate to … Read More

gitsubmodules en

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

Pinia as an alternative to Vuex

Introduction Vue 3 has become the default version of Vue and it seems that its ecosystem has undergone a revolution. Before, the recommended tools to work with were Vetur, Vue CLI and Vuex; now they are Volar, Vite and, the … Read More

scrum@scale en

Scrum@Scale

Introduction Many companies are currently immersed in the implementation and use of agile methodologies. And many others have been using these methodologies in all their teams for years.But it is also known that the more popular the use of agile … Read More

project hygiene en

Project Hygiene

Overview “Eat your veggies!” “Exercise multiple times a week!” “Brush your teeth and floss daily!” Such are the exhortations that every child has heard (many times!) and grown to loathe. However, these are not practices designed solely to make one … Read More

Secured By miniOrange