# Delta Mining Company Network
This project implements a virtual enterprise network for Delta Mining Company (DMC), modelled in GNS3. Two operational sites β Perth CBD and Gosnells Quarry β are connected over a site-to-site IPSecβ¦
This project implements a virtual enterprise network for Delta Mining Company (DMC), modelled in GNS3. Two operational sites β Perth CBD and Gosnells Quarry β are connected over a site-to-site IPSecβ¦
My personal experience preparing for the AWS Certified Developer Associate certification, the concepts I struggled with, and the lessons I learned.
DevEvent is a full-stack event management platform designed for developers who want a clean, fast, and modern way to browse and book tech events.
This project implements a comprehensive enterprise network infrastructure for the PBS (Public Broadcasting Service) Library across multiple buildings. The network design includes VLANs, routing, VoIPβ¦
Welcome to my Command Vault β a categorized list of useful commands I use across different environments and tools.
The distance between a node in a Binary Tree and the treeβs root is called the nodeβs depth. Write a function that takes in a Binary Tree and returns the sum of its nodesβ depths. Each BinaryTreeβ¦