Essential analytical features in an RMS

Essential analytical features in an RMS

A Revenue Management System (RMS) is a platform designed to manage prices in an agile and dynamic way. The ultimate goal is to facilitate the implementation of pricing policies aligned with the company’s strategy. The integration of this type of…

DDD Tactical Design

DDD Tactical Design

It is time to dive into the concept of Domain-Driven Design (DDD). We are going to develop it from the point of view of software architecture. In this post, we will try to synthesise the concepts and explain the essence…

E2E testing with SeleniumBase

E2E testing with SeleniumBase

In a previous article, we analysed what is end-to-end testing, its scope, types, best practices, vulnerabilities, security risks and some interesting technologies. This time, we are going to work with SeleniumBase, a Python testing framework based on Selenium. First we…

What is end-to-end testing?

What is end-to-end testing?

Software testing is an essential mechanism to guarantee the correct functioning of our applications. There are different types of tests, each of them focused on evaluating a different characteristic or with a particular approach. Within the repertoire of tests that…

SQL Optimisation with SQLFluff

SQL Optimisation with SQLFluff

When developing code, it is not only important to consider its functionality, but also its readability. This is especially important in working environments where a team of people are working on the same code. Readable code that is unified by…

Introduction to Apache Arrow

Introduction to Apache Arrow

In this article we are going to see what this tool is and how it works. Apache Arrow is present in most of the frameworks in our environment, such as Spark, Dask, Drill, Tensorflow, Kudu, etc. All of them are…

New features in DBT 1.9

New features in DBT 1.9

The developers of DBT have set themselves the goal of releasing a new major release every four months, and so far they are delivering. Last October, version 1.9 of this popular framework was released, and has been undergoing corrections. In…