Integration has economic benefits, according to software experts. Data and services are more accessible and adaptable now in part because thanks to the API economy and the use of microservices. Businesses can swiftly grow up by constructing a business model … Read More
Agile web and app development

The Importance of R&D in Software Product Development
More so than any other industry, software development moves at an incredible pace with new advances being made every day. In an industry that’s fast evolving and continuously advancing, remaining competitive is fundamental, and R&D is the key. Today, companies … 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

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

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

Documenting Angular components: Storybook
As developers, in our daily work we like to find good documentation of the libraries and technologies we use. It is, therefore, our responsibility to leave our work well documented. Those who come after us to use it and/or continue … Read More