What are development accounts and when to use them In our daily work, sometimes we need to investigate the possibility of introducing a new AWS service or tr...
The traditional way of accessing bastion servers A bastion host is a server whose purpose is to provide access to a private network from an external network,...
Kafka Streams is a powerful tool to build streaming applications in Java. Thanks to the Confluent documentation is also very detailed, though there is a case...
Let’s try to answer one of the most common questions in unit testing - how to test private methods? "One of the biggest misconceptions in unit testing is tha...