-
Enterprise Java
Testing Expected Exceptions with JUnit 5
This post shows how to test for expected exceptions using JUnit 5. If you’re still on JUnit 4, please check…
Read More » -
Software Development
[MEGA DEAL] The Premium Learn to Code 2021 Certification Bundle (98% off)
Amp Up Your Programming Skill Set with 270+ Hours of Content on the Leading Coding Languages — Taught by Top-Rated…
Read More » -
Core Java
Testing with Hoverfly and Java Part 4: Exact, Glob and Regex Matchers
Previously we used Hoverfly among its state feature. So far our examples have been close to an absolute request match,…
Read More » -
Enterprise Java
Kafka & Zookeeper for Development: Connecting Brokers to the Ensemble
Previously we created successfully a Zookeeper ensemble, now it’s time to add some Kafka brokers that will connect to the…
Read More » -
Core Java
Constrast DataWeave and Java mapping operations
Main points: DataWeave 2.0 provides mapping capabilities Java and DataWeave can achieve the same mappings DataWeave mapping operator is less…
Read More » -
Software Development
What are Design Patterns?
Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the…
Read More » -
Enterprise Java
Deploying a Quarkus or any Java based microservice behind an Nginx reverse proxy with SSL using docker
It has been a while but as per a friend requested I am going to show you how to deploy…
Read More » -
Software Development
Proof of Concept in Automation Testing | How to Implement It Successfully
A Proof of Concept in Automation testing deserves a thorough preparation and implementation to verify the automation venture. Once it…
Read More » -
Enterprise Java
Code Generation in CUBA: What makes the magic
Introduction Code generation is a common thing in modern frameworks. There may be different reasons behind introducing code generation –…
Read More »