

Scott Leberknight
Jan 155 min read
Testing HTTP Client Code with MockWebServer
When testing HTTP client code, it can be challenging to verify your application's behavior. For example, if you have an HTTP client that...


Marjorie Lee
Oct 3, 20243 min read
Requirements Matter
We already understand what the customer needs, why do we need to take up time with Requirements gathering?
Answer-Â You'll thank me later


Scott Leberknight
Aug 13, 20181 min read
JUnit 5 Presentation Slides
Presentation slides on JUnit 5


Scott Leberknight
Apr 3, 20174 min read
Process API Improvements in JDK9
Over the past year, several microservices I have worked on responded to specific events and then executed native OS processes, for...