Blog

[EN] Java Faker - Custom Fakes
[EN] Java Faker - Custom …

As a beginner in the Java library “Faker”, there are many interesting ways you can generate custom fake data. I will explain to you step by step how you can create your own fakes and use Faker’s flexibility.

[EN] Java Faker
[EN] Java Faker

1. What is Faker?

Faker is a Java library that helps you generate realistic-looking test data. This is particularly useful in application development and testing when you need realistic but random data.

[EN] Representational State Transfer
[EN] Representational …

[Re]presentational [S]tate [T]ransfer

Introduction

The acronym REST stands for Representational State Transfer and describes a programming paradigm for distributed systems. The The focus of REST is on machine-to-machine Communication.