In my 'Software Design and Architecture' course, we are currently learning design patterns such as th... (more…)
Read more »
Java is a safe programming language and prevents programmer
from doing a lot of stupid mistakes, most of which based on memory management.
But, there is a way to do such mistakes intentionally, using Unsafe class.
Read more »
Testing is an important and intrinsic component of software. Tests are required to ensure quality and maintainability of code. Consider the code below and the tests associated with it. The code is straightforward and the tests also cover 100% of the lines... (more…)
Read more »
Complete RabbitMQ Tutorial in Java with Spring Boot example This is a RabbitMQ Course in Java with asynchronous messaging examples using rabbitmq-java-client, Spring Boot and Spring AMQP. This is a programming course, it focuses more on the asynchronous p... (more…)
Read more »
When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… (more…)
Read more »