UML (Unified Modeling Language) is a graphical language for representing and documenting the design of a software system. It provides a standard set of symbols and notation for creating diagrams that describe different aspects of a system, such as its… Read More ›

engineer
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 ›
Full Ahead ezConsole
The collection of applications I have been working on recently is coming together to create an application called ezConsole. ezConsole will be a very handy desktop application specifically designed to work with AWS. ezConsole can be thought of as a… Read More ›
What is serverless computing?
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 ›
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 ›
Remote Desktop on Ubuntu 20.04
1. Remove previously installed xrdp: 2. Re-install xrdp & required packages: Add ssl cert permissions 3. Reboot system: 4. Firewall configuration: You need to open access on port 3389. 5. Fix Black Screen when a user is left logged in… 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.
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 ›
Quick guide to API’s
What is an API? So firstly, what is an API? A lot of people have been asking this question recently due to the boom in web-based services. To start with it’s worth knowing that the term API is actually an… Read More ›