All Stories

Replacing ImageIO with the JDeli image library

We created JDeli to be a better alternative to ImageIO. If you add JDeli to your classpath, ImageIO will automatically use for all supported...
Bethan Palmer
47 sec read

How to use Cipher streams in Java

What is a Cipher stream? Cipher streams act as streams except that they use a Cipher to process the data before it is passed...
Kieran France
3 min read

What is new in Java 8?

Java 8 has been out for some time now and here at IDRsolutions we have been busy updating our software to take advantage of...
Bethan Palmer
24 sec read

Brief Overview of Security features offered by the PDF…

As security is an ever present issue we thought we would highlight some security features offered by the PDF file format that can be...
Georgia Ingham
2 min read

Making a Simple Basecamp Chatbot with NodeJS

Creating a chatbot is a fun way to integrate external tool functionality within Basecamp. I recently created one to call the Bitbucket API, allowing...
Leon Atherton
1 min read