A guide which shows or indicates the way to do something.

Guide

How to improve your code using SonarQube

Code quality is arguably one of the most important parts of Software Development – badly written code can cost time and money as you’ll...
Rob
2 min read

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...
Kieran France
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...
Kieran France
3 min 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

What is new in PDF Spec 2.0?

After 8 years in the making, PDF 2.0 has finally been released. From new annotations, to digital signatures, to generally making the specification clearer...
Rob
1 min read