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
Agile web and app development

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

Exploring Spring Native Beta 0.10 – 0.11
General overview This article is based on Spring Native 0.10.6 BETA documentation. ? but version 0.11 has just been released and it’s highly recommendable to use v0.11 for many improvements with a new AheadOfTime (AOT) engine. Check the Version 0.11 … Read More

Apiumhub became DevOpStars’22 partner
One more awesome event by Geekle! This time Apiumhub became DevOpStars’22 parter. This online summit for Devops will take place 25th-27th January, so don’t forget to save the date! The DevOps world is changing extremely fast, and so there are … Read More

Working With Legacy Code. Is it safe in Agile Environments?
Introduction A lot of companies, want to apply Agile Methodologies in their projects, but at the beginning of most agile coaching projects, we find that our client applications are not properly covered with any kind of automated tests. In most … Read More