Technology

Robot identifying bugs on a computer screen while a person watches, symbolizing collaboration between automation and human oversight.
13
Oct

Test Repository Organization. A Little Order Before Automation

In software development, having a well-structured and scalable test management is essential to ensure product quality. Xray for Jira, in addition to its well-known test management functionalities, offers a very useful tool: the Test Repository, designed to bring order to our test suite and prepare it for future automation.
Read More
Introduction to WordPress Page Builders in 2023
22
Sep

Introduction to WordPress Page Builders in 2025

Welcome to the first article in our new blog series exploring WordPress page builders in 2025. Page builders have become an essential tool for many WordPress users over the past decade and a half.
Read More
Illustration of a rocket about to launch with the WATA Factory logo, representing the well-planned start of a software project before development begins.
18
Aug

Using Spring Boot to set up a REST-application server

The required setup of the backend server when starting out on a new project can sometimes be complex and time consuming. In this article we will show an easy way to get a REST server going, using Java and Spring Boot.
Read More
02
Jun

Bringing Hexagonal Architecture to Angular: A Scalable Approach for Frontend Development

If you’re reading this, chances are that you are already familiar with the hexagonal architecture, the well-known design approach that helps decouple core business logic from external dependencies. But although it’s a very popular approach for backend development, you probably haven’t seen it applied as often in frontend development.
Read More
12
May

Component Testing in Cypress

Component testing in Cypress allows individual components of an application to be tested in isolation to ensure they function correctly before being integrated into the entire system. This is particularly useful for applications developed with frameworks like React, Angular, or Vue.
Read More
1 2 3 7