The AWS Stack Manager app is almost ready. The only major work left is user management so I can start distributing the app and manage app licences and some UI/UX styling. This is a guide to using this simple AWS… Read More ›

code
Code Commit App – Update
After a little break on this project I decided to jump back onto it. Main progress points are. Ability to load in credentials from the aws credentials file Select the AWS region Only load into the app if credentials are… Read More ›
Deploying a site to AWS with the CDK
In the following we will create a CloudFront, s3 with lambda@edge based website. AWS is not free and you may be charged for services used. So, I got through a renewal email for some hosting I had with GoDaddy and… Read More ›
Import / Export VS Code Extensions
Sometimes setting up a new machine can be a joy, taking your time finding new tools and extensions. Sometimes though we need a quick and easy way to export settings from one machine to another. Generate the Export List To… Read More ›
Landing Page Progress
This week has been a holiday but I have been able to put a few hours of working on the landing page while sat in front of the fire in the evenings. I feel it has turned out relatively well,… Read More ›
Banner Animations
A short update today, I played around with adding some animations to the landing page banner and email button. I think it’s looking cool, will need an image next.
What is Docker?
Docker Overview Docker refers to a couple of different things within the development community. Firstly, it’s an open-source community technology project for containerization. Secondly, and slightly confusing, Docker or Docker Inc. is also the company name of the biggest contributor… Read More ›
Feature Cards
So, a key part of the landing page is to excite the viewer into signing up. To do this I need to get the main features of the app over to the user in a clean and simple way. To… Read More ›
Setting up Angular with the CLI
Setting up Angular is a relatively simple process and if you follow the steps below you should be up and running in no time. Prerequisites To install Angular, you will first need to have Node JS installed. https://nodejs.org/en/about/releases/ An active… Read More ›
What is Angular?
Angular is an open-source web application framework that is maintained by Google. If you look back at the history of Angular you will find 2 main versions, the original known as AngularJS this was later replaced by a compete rewrite… Read More ›