Latest Posts
Showing Hidden Files In MacOS Finder
Last updated: 16/02/2023
To allow you to view hidden (files starting with a ".") files in Mac OSX's finder you will need to issue the following command on the terminal:...
Using Test Results For CI Optimisation
Last updated: 26/02/2022
All modern tech teams use CI as part of their deployment process. Various SaaS providers and...
Using Validation and Replay in a Data Pipeline
Last updated: 06/08/2021
With any data pipeline there will be the problem of invalid data, this article suggests a way of dealing with this data and providing required features to aid its management. This approach can be applied to streaming or batch data ingestion equally....
Deploying Javascript functions on Google Big Query
Last updated: 24/03/2021
Google BigQuery supports user-defined functions (UDFs) written in Javascript as well as SQL, this opens up a whole new world of capabilities that UDFs could provide....