Explore the latest trends in technology and innovation



Looking to dive deeper into the world of software-centric innovation? Find articles about the latest cloud solutions, AI technologies, and DevOps stories



Read our blog and stay informed about
the industry’s latest trends and
technology




Automation Testing: Making Tests Independent from Existing Data


Each test automation project is different. The apps are different, the approach is different, even though the tools and frameworks used might seem to be the same. Each project brings different chall...



Read the article



Kafka Transactions – Integrating with Legacy Systems


The article covers setting up and using Kafka transactions, specifically in the context of legacy systems that run on JPA/JMS frameworks. We look at various issues that may occur from using differen...



Read the article



Using Azure DevOps Platform for Configurable Builds of a Multicomponent iOS Application


In this article, we share our experience with building CI/CD for a multicomponent multi-language project. The article describes the structure of the pipeline set up and focuses on two important feat...



Read the article



8 Tips for an Agile Debugging of a Web Application


Building a complex web application, you've probably encountered the fact that something didn’t work as planned. You’ve spent hours and hours looking for a bug in your code and then on the intern...



Read the article



How to Build Hypermedia API with Spring HATEOAS


Have you ever considered the quality of your REST API? Do you know that there are several levels of REST API? Have you ever heard the term HATEOAS? Or maybe you wonder how to implement it in Java? ...



Read the article



Practical Tips to Testing React Apps with Selenium


If you ever had to write some automation scripts for an app with the frontend part done in React and you used Selenium Webdriver to get it to work, you’ve probably noticed that those two do not al...



Read the article



How to Run Selenium BDD Tests in Parallel with AWS Lambda – Lambda Handlers


In our first article about Selenium BDD Tests in Parallel with AWS Lambda, we introduce parallelization in the Cloud and give you some insights into automating testing to accelerate your software de...



Read the article



Introduction to Kubernetes Security: Container Security


Focusing on Kubernetes security, we have to go through container security and their runtimes. All in all, clusters without containers running does not make much sense. Hardening workloads often is m...



Read the article



How to Run Selenium BDD Tests in Parallel with AWS Lambda


Have you ever felt annoyed because of the long waiting time for receiving test results? Maybe after a few hours, you’ve figured out that there had been a network connection issue in the middle of...



Read the article



Whose Cluster Is It Anyway?


While researching how enterprises adopt Kubernetes, we can outline a common scenario; implementing a Kubernetes cluster in a company often starts as a proof of concept. Either developers decide they...



Read the article



In-App Purchases in iOS Apps – a Tester’s Perspective


Year after year, Apple’s new releases of mobile devices gain a decent amount of traction in tech media coverage and keep attracting customers to obtain their quite pricey products. Promises of sup...



Read the article



Common Kubernetes Failures at Scale


Currently, Vanilla Kubernetes supports 5000 nodes in a single cluster. It does not mean that we can just deploy 5000 workers without consequences - some problems and edge scenarios happen only in th...



Read the article



Kubernetes Cluster Management: Size and Resources


While managing Kubernetes clusters, we can face some demanding challenges. This article helps you manage your cluster resources properly, especially in an autoscaling environment.   If you...



Read the article



Variable Key Names for Codable Objects: How to Make Swift Codable Protocol Even More Useful?


It’s hard to imagine modern Swift iOS application that doesn’t work with multiple data sources like servers, local cache DB, etc, or doesn’t parse/convert data between different formats. While...



Read the article



The Path Towards Enterprise Level AWS Infrastructure – Load Balancing and Application Deployment


Let’s finish up the process of building our AWS infrastructure and discover the last crucial elements of the AWS Cloud needed for our highly available, secure and fault-tolerant cloud system....



Read the article