Java
Avro Schemas Generation and Registration with Kafka and Java: My Practical Workflow
·5 mins
Defining, registering, and generating Avro-based schemas with Java and Maven.
Test First - Part 4
Architecture is not only about production code
·3 mins
Your tests also deserve some architecting
Test First - Part 3
On the Relevance of the Classical Testing Pyramid
·6 mins
Looking at an Ancient Structure
Test First - Part 2
The Unit Test Ambiguity
·4 mins
On the Misconceptions Surrounding the Unit in Unit Testing
Your Tests Also Need Some Architecting
·6 mins
Discover how the Object Mother concept empowers developers to effortlessly generate intricate test objects, enhancing code readability, maintainability, and overall testing efficiency.
The subtle Art of Java Test Method Naming
·7 mins
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.