How do you generate a strong password that you can actually use?
The UK National Cyber Security Centre (NCSC) offers two approaches depending on your situation:
Three...
Read more →
Does UK law require colour contrast compliance?
Yes. Under the Equality Act 2010, UK public sector bodies must meet WCAG 2.1 Level AA as a minimum,...
Read more →
What Is Base64?
Base64 is an encoding scheme that converts binary data into a string of 64 printable ASCII characters. Those 64 characters are: A-Z, a-z,...
Read more →
What Are JSON and CSV?
JSON (JavaScript Object Notation) and CSV (Comma-Separated Values) are two of the most common data interchange formats on the internet. Both...
Read more →
What Is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit identifier standardized by RFC 4122. It looks like this:
550e8400-e29b-41d4-a716-446655440000
Five groups of hexadecimal characters separated...
Read more →
YAML and JSON: Two Faces of the Same Coin
YAML and JSON are both data serialization formats widely used in software development. If you have worked...
Read more →