Oliver Köhler
Vector illustration of a DevOps infinity loop with two people working on CI/CD processes and surrounding tech elements.
13
Apr

CI/CD with Bitbucket Pipelines. An introduction

Continuous Integration and Continuous Deployment have become almost ubiquitous in software development. Here at WATA Factory, we have set up almost all projects to use at least some kind of automated integration and deployment mechanism. As these practices evolve, understanding how to structure and automate your workflows effectively becomes increasingly important.
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