Learn how to create an Avro schema that contains a list of objects.
Also find me here:
Baeldung Author
Andrei Branza
Self taught software developer with 4 years of experience in Java. I want to show people that you can achieve whatever you set your mind to. My hobbies are: experience movies at the cinema, walking in parks and old city centers, great coffee with something sweet on the side. I love good pizza, pasta and a nice sour ciorba.
Here's what I've written (so far):
Baeldung on Java
- All
- Data (7)
- Testing (2)
- Spring Web (1)
- Spring Security (1)
- Java IO (1)
- Java Dates (1)
- Java Array (1)
- JSON (1)
- HTTP Client-Side (1)
- Core Java (1)
Check if Two 2d Arrays Are Equal in Java
Filed under Java Array
Learn how to check if two 2d arrays are equal in Java.
How to Handle Default Values in Avro
Filed under Data
Learn how to specify default field values in Apache Avro schemas.
The Difference Between JUnit and Mockito
Filed under Testing
A quick and practical comparison between JUnit and Mockito.
Authenticate Using Social Login in Spring Authorization Server
Filed under Spring Security
Learn how to set up a Spring Boot maven project using the OAuth2 social login feature.
PrintWriter write() vs print() Method in Java
Filed under Java IO
Discover the differences between PrintWriter’s write() and print() methods.