1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Recent Posts

Thinking differently about testing

Author: Steve Poole Original post on Foojay: Read More Table of Contents 10x Insights on a different view of quality assurance Bugs cost When’s the best time to find bugs? How should we really test? Changing the status quo Three challenges to overcome We have almost all the pieces Testing is multiI-dimensional Tortoise and the Hare vs the Feather and …

Read More »

Receiving Mails in Java with IMAP or POP3

Author: Jens Knipper Original post on Foojay: Read More Table of Contents Receiving mails Connecting to the Server Processing Mails Sanitizing received MailsUsageTesting I was recently in need to write some small demo project which was receiving and processing mails. There is a lot of documentation for sending mails, but gathering information about the receiving and processing part is less …

Read More »

De algoritmes van het Java Collections Framework

Artikel uit Java magazine 3 – 2021 “Does anyone actually use LinkedList? I wrote it, and I never use it.” Dat tweette Josh Bloch, de schrijver van het Java Collections Framework, ooit [[1]]. Maar waarom niet? En wat is een LinkedList eigenlijk?   Het Java Collections Framework biedt tientallen verschillende datastructuren. Libraries zoals Guava, Eclipse Collections en Vavr voegen daar …

Read More »