Getting the Golden Jacket with my Cat Squad
It is real.
These words are my own
It is real.
For a while now I’ve been meaning to write a blog about the time I’ve spent so far working as an architect at Leaven – I was going to do back in November last year as it marked exactly a year I’ve joined Leaven: it didn’t happen then, and it didn’t happen when I also […]
Introduction In my previous AWS IoT Cat feeder project I used a Lambda function as the event handler each time the Seeed Studio AWS IoT 1-click button was pressed, the Lambda function in turn published an MQTT message to AWS Iot Core which is received by the Cat Feeder (via a Seeed Studio XIAO ESP32C3 […]
4×4 fun with a bit of Iot, vlogging and Machine Learning – Part 1 Months prior to the very first lockdown I had gotten myself on the waitlist for a 4×4 Jimny, so I could take it to the beach without worrying about getting beached like I likely would in a regular front wheel drive […]
New Blog Series – AWS Amplify I’m starting a new blog series where I will be documenting my build of a full-stack Web and Mobile application using AWS Amplify to implement both the frontend, as well as the backend; whilst developing dependent downstream Services outside of Amplify using AWS Serverless components to implement a Micro-Service […]
Introduction This blog is to detail my first experiences with AWS DeepRacer as somebody who knows very little about how AI works under the hood, and at first didn’t fully understand the difference between Supervised Learning vs Unsupervised Learning vs Reinforcement Learning when I was writing my first Python code for the "reward_function". DeepRacer is […]
AWS VPC Prefix List is a feature of the AWS Networking that has been around for a short while, however, I have yet to see it leveraged to its full potential, and more often than not I have not seen them used at all. There are 2 types of Prefix Lists: AWS-managed Prefix Lists: as […]
AWS VPC customer-managed prefix list is a great feature to have in a tool box as it provides the ability to track and maintain a list of CIDR block values, that can be referenced by other AWS Networking component’s in their rules and tables. Each Prefix List supports either IPv4 or IPv6 based addresses, and […]
Have you ever tried to create a Security Group with a Source or Destination rule that references another Security Group? how about referencing a Security Group from another AWS account to allow ingress network traffic over a Transit Gateway architecture? if this question peaked your interest then you should keep reading. In this blog we […]