Kieran France

  https://blog.idrsolutions.com/author/kieranf/ Kieran France is a programmer for IDRSolutions in charge of internal Java testing. In his spare time he enjoys tinkering with gadgets and code.

 



26 Stories by Kieran France

Pros and Cons of Bitbucket Pipelines

Recently I have been looking at our current test suite looking for ways to improve our own tests. As we use Bitbucket we have...
2 min 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...
3 min read

Improved Shape Rendering with Soft Clipping

With our August release of JPedal we have added a new option to improve the rendering of shapes with our library. This was done...
2 min read

Why HTTP/2 Client in Java 9 is important

In our previous Java 9 series article we looked at the changes to Unicode support in Java 9. This time we will be looking...
4 min read

Annotations in PDF Files, what are they and why use them?

Annotations are additional objects that can be added to a document. They help to provide clarification to its content or to expand upon what...
2 min read