Apiumhub is a technology company specialising in software development and architecture. Currently we are experiencing rapid and sustainable growth and in this article we would like to share with you what we are focusing on while hiring new talents. In … Read More

Best possible recruitment process
Apiumhub is a company in constant growth, where we are always looking for ways to work with the latest technologies, best practices and be as efficient as possible. This is not only based on the technology area, but is extrapolated … Read More

Deployment Frequency
Introduction Today, there is no successful company without DevOps as an approach to software development and operations. This set of processes allows companies to coordinate development teams within a software project. This enables products to be created and improved in … Read More

Key Data Engineer responsibilities
Data engineer roles have gained significant popularity in recent years. Number of studies show that the number of data engineering job listings has increased by 50% over the year. Moreover, it is also becoming one of the most paid jobs … Read More

Formik vs React Hook Form
Forms are the most common interacting tool that we can encounter in many applications and also the challenging part to collect and preserve the data. There are multiple libraries that we can use such as React Final Form, Formik, Redux … Read More

Apache Camel 101
Apache Camel is an integration framework, which basically means that it is a set of tools that will help you connect one system to another. A basic example could be listening to an AWS SQS queue and saving a file … Read More

Next JS Framework: Benefits and Curiosities
This article is based on the Next.js documentation. What is Next JS? Framework extensively used by react, used by TikTok, Twitch mobile, Nike, IGN, PlayStation, Marvel, among many others. It offers all the functionality we need to deploy our application … Read More

DASA DevOps Awards 2022: Nominations Open
The DevOps Agile Skills Association (DASA) recognizes and honors the best DevOps efforts through the inaugural DASA DevOps Awards on Wednesday, 20 April 2022. With 11 Awards Categories focused on transformation, leadership, business value, and community, there is space for … Read More

Backend helps to improve User Experience
We often confuse the User Experience (UX) with the User Interface (UI), this is associated only with the most visual part of a web or application. In this article, we will briefly clarify what user experience refers to, and we … Read More

Tech of the future: technology predictions for our world in 2050
When we think about 2050 it seems like it is ages from now and we imagine a completely different world, but in reality, it is just 30 years from now and we can already know what will be possible to … Read More

Data fetching with React-Query
Fetching data from the server and maintaining it is a very crucial issue in the frontend development. In this article we will focus on the React.js library applications and how we maintain the server state with the library called React-Query. … Read More

BEMIT: ITCSS + BEM
In my previous article I discussed the advantages of using ITCSS to organize our styles, mainly for large projects where several people work. Its use will make our structure much more orderly and make the styles of our application more … Read More