2024
nick's brew
This project is the very website you’re looking at right now! I developed this website in 2024 using Astro, a static site generator (SSG) that allows me to write my website in a mix of HTML, CSS/SCSS, and JavaScript/TypeScript without having to complexify the workflow.
Working on frontend development is typically not my strong suit, but I wanted to challenge myself to develop a website from scratch. I just never enjoyed frontend technologies because it’s less about solving problems and more about making things look pretty.
However, I wanted to have a blog, so I needed to start somewhere. Astro is a great tool for me to start with because it allows me to write my website in a way that I’m comfortable with.
This website source code is available on GitHub.
hackhouse2024
Check out my blog post that features this project!
hackhouse2024 was a project that I worked on with a few classmates in 2024. The project was developed to educate the public on the dangers of typosquatting.
I was the project lead, and I was responsible for the overall direction of the project. I contributed a significant portion of the codebase, and I was responsible for the deployment of the live demonstration. The repository for the live demonstration and supplemental information can be found on GitHub.
All of us worked together to develop the ideas, design, and implementation of the project over the course of a few weeks. The project ended up being a success, and we were able to educate a lot of people on the dangers of typosquatting. We presented the project at a local event at our school that was open to students, industry partners, and the public.
infra.reversed.coffee
This domain covers my personal server infrastructure. I host various services on my own hardware. The network is segmented into multiple VLANs, and I use multiple enterprise-grade networking technologies such as MikroTik RouterOS and Juniper Junos OS to manage the network. These are solid technologies that you typically only see in enterprise environments, but I decided to take a shot at them to learn more.
I use Proxmox Virtual Environment as my hypervisor to host various virtual machines (VMs), including a Windows Server VM that acts as an Active Directory domain controller. I use this domain controller to centralize logins and to manage most of the Windows VMs on my network.
This infrastructure is sometimes used for hosting websites, but this website is offloaded to GitHub Pages for for simplicity. This project is an ongoing project that I tinker with in my free time.