Today you will hear a lot of talk about serverless architectures but what really is serverless? To start with, it’s worth mentioning that serverless computing, despite its name, is not the removing of servers from the distribution of applications. Serverless… Read More ›
DevOps
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 ›
How to install Microsoft Teams on Linux
Most people would agree that Linux is a great tool for us developers and overall, it’s probably the best operating system for software development. With the way the industry works today we often use direct messenger tools to communicate with… 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 ›
Building a landing page
So based on my previous post, Work holts on the app, you may have seen that my next goal is to build a landing page for the Git CodeCommit app. Now I don’t particularly have any money for this project so… Read More ›
Basics of load testing
Load testing is a testing process that aims to stress and load an application or system to understand its performance capabilities, determining how it will respond in a number of different scenarios. Load testing is mostly known for use cases… Read More ›
Getting the pull requests
So the task for the evening is to allow the user to drill down into a selected repository from within the list repo’s page. To start with a little UI tweak to capture the user clicking the card seems the… Read More ›