Avro Schemas Generation and Registration with Kafka and Java: My Practical Workflow
Defining, registering, and generating Avro-based schemas with Java and Maven.
Defining, registering, and generating Avro-based schemas with Java and Maven.
Your tests also deserve some architecting
Looking at an Ancient Structure
On the Misconceptions Surrounding the Unit in Unit Testing
Discover how the Object Mother concept empowers developers to effortlessly generate intricate test objects, enhancing code readability, maintainability, and overall testing efficiency.
Tests must be encapsulated within methods that demand a name, and as with all aspects of programming, naming often proves to be the most challenging task.
Explore strategies for reliable testing of time-dependent code, including techniques to mitigate flakiness in tests and enable precise time manipulation within your test suites.