Introduction The search for talent is an increasingly complex task, especially in the technology sector, where competition for the best profiles is fierce. For this very reason, it is important to make an attractive job offer, taking care of every … Read More
Advanced bunkerization
Introduction In this article, I want to delve into some additional measures to the ones I exposed in my first article, which add a fairly high level of control and protection of systems within our house. I will leave to … Read More
Comfort, laurels and job loyalty
Introduction I have recently encountered – and experienced on my own – a common feeling of job stagnation and dependence on companies. The new technology trains are getting faster and faster and it is very easy to get left behind. … Read More
Remix vs Next.js which one should you use?
Nowadays we have many different framework options when we want to create a new web project based on React. As a developer, you can find yourself struggling to know which one should you choose or which one would best suit … Read More
Time management techniques for productivity
It happens to many of us…. Sometimes we have so many tasks to do that we jump from one to another and the result tends to be the same: we leave them all incomplete and miss deadlines. Learning time management … Read More
Native Dependency Injection in Swift
In this article we are going to go through a couple of solutions to a common problem when developing mobile applications, and this is Dependency Injection. We all saw a project that was calling singleton classes from any part of … Read More
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
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
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
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
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
Book club in Apiumhub
We would like to share with you one of our activities that helps us to stay up to date with best practices, share experiences, thoughts and grow together. This initiative is called book club! Right now the format we are … Read More