Add logical diagram in README.md and various text.

This commit is contained in:
Xander Bazzi 2024-05-22 21:32:33 -06:00
parent e937c8c8d3
commit a89d430dae
4 changed files with 23 additions and 7 deletions

View File

@ -1,4 +1,6 @@
# Personal website # Personal website
My personal website is a modern homage to the '90s, serving as the dichotomy between the simple aesthetics of retro websites with the unnecessary complexity of the latest DevOps abstractions. It's built using HTML, CSS, and JavaScript, and boasts a simple yet captivating static design. Hosted on AWS S3 and globally distributed via AWS CloudFront, it ensures fast access anywhere. It also uses a proxy --created with an HTTP AWS API Gateway-- to avoid CORS errors when retrieving resources from other domains (e.g. fonts, RSS feeds, etc...). An automated GitHub Actions workflow keeps the production site updated and manages the CloudFront distribution with every push to the master branch. My personal website is a modern homage to the '90s, serving as the dichotomy between the simple aesthetics of retro websites with the unnecessary complexity of the latest DevOps abstractions. It's built using HTML, CSS, and JavaScript, and boasts a simple yet captivating static design. Hosted on AWS S3 and globally distributed via AWS CloudFront, it ensures fast access anywhere. It also uses a proxy --created with an HTTP AWS API Gateway-- to avoid CORS errors when retrieving resources from other domains (e.g. fonts, RSS feeds, etc...). An automated GitHub Actions workflow keeps the production site updated and manages the CloudFront distribution with every push to the master branch.
![diagram](assets/img/website-diagram-dark.png "Website Logical Diagram")
Read more about it in the <a href="https://www.xbazzi.com/website.html">article</a>. Read more about it in the <a href="https://www.xbazzi.com/website.html">article</a>.

View File

@ -4,6 +4,19 @@ All notable changes to this site will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/).
## [0.6.1] - 2024-05-22
### Added
- Descriptive diagram of the logical setup in the README.md.
### Changed
- Modified text in homenetwork and index pages.
## [0.6.0] - 2024-04-14
### Changed
- index.html
- homenetwork.html
## [0.5.0] - 2024-04-02 ## [0.5.0] - 2024-04-02
### Added ### Added
- footer.js script to dynamically load the footer with js. - footer.js script to dynamically load the footer with js.

View File

@ -51,7 +51,10 @@
for the full saturation of the 10Gbps line during intensive data for the full saturation of the 10Gbps line during intensive data
transfer operations. transfer operations.
Proxmox also supports direct PCI passthrough if I decide to get a dedicated GPU for encoding or AI workloads. Proxmox also supports direct PCI passthrough if I decide to get a dedicated GPU for encoding or AI workloads.
<br>
<br>
Inspired by the <a href="https://wiki.eth0.nl/index.php/LackRack">LackRack</a>, here's a picture of the "enterprise-level"
physical infrastructure:
<br> <br>
<br> <br>
<a href="assets/img/dc1.JPG"><img src="assets/img/dc1.JPG" class="blog-image"></a> <a href="assets/img/dc1.JPG"><img src="assets/img/dc1.JPG" class="blog-image"></a>
@ -59,9 +62,9 @@
The network is managed by a virtualized OPNsense appliance with 3 interfaces (2x10gbps SFP+ and 1x1000BASE-T) for WAN, LAN, and DMZ The network is managed by a virtualized OPNsense appliance with 3 interfaces (2x10gbps SFP+ and 1x1000BASE-T) for WAN, LAN, and DMZ
traffic. traffic.
Logically, the network is segmented by a Juniper EX3300 switch, which comes with 4x SFP+ ports. Logically, the network is segmented by a Juniper EX3300 switch, with 48 1000BASE-T ports and 4x SFP+ ports.
And every server is equipped with 10Gbps SFP+ NICs, effectively Every server is equipped with 10Gbps SFP+ NICs, connected to the switch with Direct Attach Copper cables,
yielding data transfer speeds of up to 10Gbps in the LAN. yielding theoretical data transfer speeds of up to 10Gbps within the LAN.
<br> <br>
<br> <br>

View File

@ -20,9 +20,7 @@
<div class="title"><span class="fa-solid fa-user"></span> whoami</div> <div class="title"><span class="fa-solid fa-user"></span> whoami</div>
<div class="content"> <div class="content">
<p> <p>
Network, aerospace, and software engineer working in cybersecurity. Software security engineer specializing in malware analysis.
Exploring the applications of AI in red teaming,
software-defined networking, and reverse engineering.
</p> </p>
</div> </div>
<div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div> <div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div>