Kieran France

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

 



25 Stories by Kieran France

Why Change To Path2D Bounds in Java 19

We have recently completed testing our products on Java 19. As of its release BuildVu, FormVu, JDeli, and JPedal will officially support Java 19....
1 min read

How to embed base64 images in HTML

When creating HTML files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
1 min read

How to embed base64 images in SVG

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
1 min read

Reimplementation the Legacy Socket API in Java 13

The Java Socket API has been with us for over 20 years now. In that time it has been maintained and updated, but eventually,...
2 min read

How to improve switch statements after Java 13

Improvements to the use of switch statements was first previewed in Java 12 with JEP-325. Some JEPs are released as previews to allow the...
3 min read