Making an Express App

The basic structure is that the user connects to the main app and the main app has subapps which distinuish the urls.

Read More

AWS VPC Networking

public subnets

  • Contains resourses which have a private IP address and can have a public IP address. The public IP address can be accessed by a user outside the VPC and the private IP can be used to access private resourses in the VPC.
Read More

Cloudbridge Official Info Page

Team Overview

Cloudbridge is a very small and newly established team of only three member current members. From being in the team for two weeks, my understating is that we are making chains of APIs which transfer data from old payroll systems, such as, Exo and Foxpro, and are storing them in a GDM (Generic Data Model). This data is then going to be sent to our Advanced team so that customers can easily be transfered to our ‘better written’ software.

Read More

Composition Over Inheritance

Over my time here I have learned that inhertance is important to understand because it is used in many of our code bases but it shouldn’t really be used due to a number of disadvantages which don’t apply to composition.

Read More

Tuples in C#

I used tuples to store coordinates on the board the first time I coded Tictactoe.

Read More