-
DevOps
Running Parallel Tests in Docker
Sometimes when you are running your tests on your CI environment, you want to run tests in parallel. This parallelism…
Read More » -
Core Java
Effective Java – Creating and Destroying Objects
Creating and Destroying Objects (Ch 2) This is a short summary of Joshua Blochs book Effective Java chapter 2. I…
Read More » -
Core Java
Effective Java – Method Common to All Objects
Methods Common to All Objects (Ch 3) This is a short summary of Joshua Blochs book Effective Java chapter 3.…
Read More » -
Software Development
[MEGA DEAL] Complete White Hat Hacking & Penetration Testing Bundle (97% off)
Become a Computer Security Specialist & Start Your High-Paying Career with 16 Hours of Detailed Instruction Hey fellow geeks, This…
Read More » -
Software Development
Voxxed Days – Athens 2017 – short review #vdathens
Yesterday I had the pleasure to attend the very first Voxxed Days Athens. As I have written 6 months ago while…
Read More » -
Enterprise Java
Mocking Spring Security Context for Unit Testing
Today, while writing unit test case for one of the Java method which looks like below: public ApplicationUser getApplicationUser() { ApplicationUser…
Read More » -
Enterprise Java
Boosting test performance with TestContainers
In my previous post on testing, I described how to use TestContainers to provide realistic test environments for database tests.…
Read More » -
Android Core
Kotlin and Android: JetBrains and Google Behind One Language
Google I/O 2017 had several major announcements, but one of the most interesting to me is “first-class support for Kotlin”…
Read More » -
Software Development
Single Statement Unit Tests
Many articles and books have already been written about unit testing patterns and anti-patterns. I want to add one more…
Read More »