Learn how to write unit tests for classes with MapStruct-generated mappers.
Also find me here:
Baeldung Author
Emmanouil Varvarigos
I work as a Java/Scala engineer since 2015. Software engineering has always been my dream job, so I thoroughly enjoy every aspect of it. In my spare time, when I am not gaming or petting my cat I write about coding.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (2)
- Core Java (1)
Stub Getter and Setter in Mockito
Filed under Testing
Learn how to stub getters ans setter with Mockito.
Lazy Field Initialization with Lambdas
Filed under Core Java
Learn how to do lazy field initialization with lambdas in Java.
Baeldung on Scala
- All
- Play Framework (4)
- Testing (3)
- Scala Web (3)
- Libraries (2)
- Scala Syntax (1)
- Scala Strings (1)
- Scala OOP (1)
- Scala Numbers (1)
- Scala IO (1)
- Scala Dates (1)
- Scala Collections (1)
- Scala Basics (1)
- Persistence (1)
- Build Tools (1)
CSV Files in Scala
Filed under Libraries, Scala Numbers, Scala Strings
Learn how to read and write CSV files with Scala.
Forms in a Play Application
Filed under Play Framework
Discover how to use Twirl within a Play application to create and submit forms.
Introduction to BitSet in Scala
Filed under Scala Collections
Learn how to work with BitSet in Scala.
Introduction to ZIO-HTTP
Filed under Scala Web
Learn how to use ZIO-HTTP with Scala.
Testing a Play Application
Filed under Play Framework, Testing
Learn how to test a Play application
Working with Redis in Scala
Filed under Libraries, Persistence
Learn how to work with Redis in Scala.
Introduction to Tapir
Filed under Scala Web
Explore Tapir and its capabilities.
Introduction to SBT
Filed under Build Tools
A quick and practical introduction to SBT.
Logging with Play!
Filed under Play Framework
A practical guide to logging in a Play application.