Blog
Getting up and running with GunJS and React Native
GunJS is a decentralised database built on web3 technologies. Getting started with it can be hard with React-native as you'll hit a few bumps along the way with unmaintained packages and dependencies.
Firebase Distribution: Device registered, you're all set!
I recently experienced an issue where our testers were unable to download the latest test releases from our firebase distribution, even though they had successfully registered their devices and accepted the approvals. Find out how I fixed it.
WordPress on Google Compute Engine
Technical notes to my future self and others to save 2 hours of head banging.
How do we enable our teams to act fast and succeed?
What if you invest in your team and they leave? Well.. that's the wrong question..
What if you don't and they stay?
Many of you may recognise the above statement, but when we look at technology - a similar statement can be made:
What happened when AI did my work for me?
AI is here to take your job. Or is it? Find out what happened when I started using GitHub Copilot on a daily basis.
AWS CLI - Delete multiple files from S3 and exclude certain directories
During preparation for machine learning, I came across a situation where some of my test runs had generated thousands of files in my training S3 bucket, and I needed to delete some but not all of them.
Machine Learning with AWS - Part 1: Data Preparation
Welcome back! Let's dig into the first step of succesfully using machine learning in your business: Data preparation.
AWS Amplify - There was an error initializing your environment - How to fix
AWS Amplify troubleshooting. Pulling a project down to a vanilla machine
Machine learning with AWS
A CTO's notes from implementing machine learning using AWS ML services.
Welcome to the life of a CTO
A warm welcome to you and thanks for finding me. I'm going to share real-world research and knowledge.
Static sites are great
Worry less about security, caching, and talking to the server. Static sites are the new thing.
Automate with webhooks
Webhooks notify you, another person or system when resources have changed by calling a given HTTP endpoint.