-
Enterprise Java
Implementing the Proxy Pattern in Java
The Proxy Pattern Proxy is a common software design pattern. Wikipedia does a good job describing it like this: [..]…
Read More » -
Core Java
Testing with Hoverfly and Java Part 2: Delays
On the previous post we implemented json and Java based Hoverfly scenarios..Now it’s time to dive deeper and use other…
Read More » -
Android Core
Android Fragment Lifecycle Explained!
Whether you’re preparing for an interview or want to implement fragments in your app, you should know about the fragment…
Read More » -
Software Development
Best IntelliJ IDEA Plug-ins
I’ve been using Intellij Idea as IDE for some time and wanted to share my favorite plug-ins as I think…
Read More » -
Enterprise Java
The Poison Message SQS Problem
AWS’s SQS is a really reliable and performant solution for transporting requests around a system. A couple of years ago,…
Read More » -
Enterprise Java
Quick tip: Referencing other Properties in Spring
In Spring property (or yaml) files we can reference other properties using the ${..} syntax. For example: 1 2 3…
Read More » -
Software Development
[MEGA DEAL] The Complete Digital Marketing Growth Hacking Certification Bundle (97%)
Create, Promote, & Convert — Watch Your Brand Rise Up in Rankings with 41 Hours of Marketing Content on Facebook,…
Read More » -
Enterprise Java
AWS Glue – Can not create a Path from an empty string
1. Overview I was receiving this error while trying to run an AWS Glue job that communicated with a DB2…
Read More » -
Enterprise Java
Developing a Simple Service with Spring Boot
In this post, I will demonstrate how to create a simple web service using Spring Boot. This framework makes it…
Read More »