In summary, a data scientist is a professional who is skilled in extracting insights and knowledge from data using a combination of statistical, programming, and domain expertise. They use various tools and techniques such as machine learning, statistical modeling, and… Read More ›

AWS
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 ›
AWS CDK – Serverless Website Monitoring
I recently have been playing around with some tools for monitoring websites but with these tools they can be an unnecessary expense for a start-up. So, I went and built my own monitoring stack in AWS CDK to monitor if… Read More ›
Why go serverless?
Introduction Serverless computing is a new way of building and running applications. It promises to reduce cost, improve speed and simplify maintenance, making it easier for developers to build better apps faster. Reduce cost and increase speed There are a… Read More ›
Out with the old in with the new
This is still in progress but the new menu service is now in place and the old title bar is gone and has started to be replaced by a more modern looking sidebar.
Big Update to the ezConsole landing page
This morning I have worked on a new landing page concept and deployed the page for feedback. I think the new page has a more modern feel and will work weel when the landing page moves out of just pre-launch… Read More ›