-
Enterprise Java
Add Custom functionality to a Spring Data Repository
Spring Data is pretty convenient and speeds up development avoiding boilerplate code. However there are cases where annotation queries are not…
Read More » -
Enterprise Java
Spring boot and Spring data JPA integration
Nowadays spring and JPA integration has become a piece of cake thanks to Spring Boot and spring Data. I am…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring Boot
On a previous post I provided a simple example on how to achieve aspect orientation in spring by using a…
Read More » -
Enterprise Java
Spring Boot and Database initialization
Spring boot is hands down a great framework, saving the developer a lot of time and energy when developing a…
Read More » -
Software Development
Testing has become Mandatory (and there are no more excuses)
There are many posts out there about the value of automated testing and why it is a must through the…
Read More » -
DevOps
Implement a SciPy Stack Docker Image
SciPy is a powerful python library, but it has many dependencies including Fortran. So Running your Scipy code in a…
Read More » -
Enterprise Java
AWS SQS and Spring JMS integration
Amazon WEB Services provide us with the SQS messaging service. The java sdk for sqs is compatible with JMS. Therefore…
Read More » -
Enterprise Java
Implement custom JMeter samplers
As we proceed on different architectures and implementations the need for versatile stress testing tools rises. Apache Jmeter is one…
Read More » -
Enterprise Java
Integrate MongoDB to your Spring project
This article shows how to integrate MongoDB to your spring project through annotation configuration. We will begin with our Gradle…
Read More »