18Mar/25

JavaScript: json-server

When developing code that calls on APIs (Application Programming Interface) it can be a pain having to call the API multiple times just whilst coding the initial call or during testing. NPM (A package manager for Node) has a package that solves this called json-server. It can be installed via: The i NPM to install […]
17Mar/25

DevOps: What is DORA?

DORA is an acronym for DevOps Research and Assessment. The DORA team carry out research into the DevOps movement and produce “State of DevOps” reports to show what is happening in DevOps across teams across the world. The DORA State of DevOps reports from 2014 onwards can be found at: https://dora.dev/publications/ and show the changing […]