
Author Archives
-
Open AI
What is Open AI? OpenAI is a research organization that aims to promote and develop friendly artificial intelligence in the way that is most likely to benefit humanity as a whole. The company was founded in 2015 by a group… Read More ›
-
VR / AR over the next year
Virtual reality (VR) and augmented reality (AR) are technologies that allow users to experience immersive, computer-generated environments or to overlay digital information on the real world, respectively. These technologies have a wide range of potential applications and are expected to… Read More ›
-
2023 in the Tech Industry
Happy New Year! It is difficult to predict with certainty what will be popular in the tech industry in 2023, as it is always evolving and new technologies are being developed. Some trends that are currently being talked about in… Read More ›
-
AWS CDK – API Gateway Custom Domain
When creating the Simple Web Service in the CDK we got an output that was API Gateways unique random domain. This is not a useful domain for a production system as we often want to place the API’s behind a… Read More ›
-
The Simple Web Service in AWS CDK
The Simple Web Service is one of the best simple patterns that you will often see in a serverless architecture. Coined by Jeremy Daly – https://www.jeremydaly.com/serverless-microservice-patterns-for-aws/#simplewebservice this stack is a great one to build for a fundamental web application. The… Read More ›
-
Catch DynamoDB TTL Events
DynamoDB, AWS’s fast, flexible NoSQL serverless database service that provides single-digit millisecond performance at any scale, has many useful built-in features. In this article we are going to look at how the Time to Live (TTL) feature can be enable… Read More ›
-
AWS CDK Costs to Slack
Want to know what your daily spend is on AWS but don’t want to have to log into the console every day? Aws costs to slack is what you need! This project is built from the simple Lambda Scheduler and… Read More ›
-
AWS CDK Lambda Scheduler Write to DynamoDB
The following stack will be a simple example of a triggered schedular that will call a lambda function that writes to a DynamoDB table. The stack, seen below, contains 3 main elements. Starting at the bottom; The first element comes… Read More ›
-
Portfolio Page
So, I have decided as a fun little designing exercise that I would design myself a portfolio webpage. Though I’m not looking for work I thought that it would always be useful to have as you never know what is… Read More ›
-
Productive Day Off – Ionic 24hr App Build
Today I had a nice day off but due to the warm weather we was done with walking the dogs by 6AM and that left me the whole day to do nothing. So I got building. I wanted to have… Read More ›