Home
Hello, I'm Aaron
Cancel

Web Viewer for NiFi Templates

NiFi Template Viewer This is a live GitHub Pages site so please take a look! What is NiFi? NiFi is a low-code tool for moving and flowing data. It provides a way to easily glue software together...

Custom HTML previewer (and ChatGPT)

Needs for an HTML preview I needed to embed an iframe of my game Asteroids++ in an article layout. Once focused, the app plays sounds, loads resources, and demands a large screen area to be playa...

Reviving dead code! ☠ (Asteroids++)

This code is undead! 🧟 This is not the software I originally created. This is software that died when a major artifact provider shut down and left to...

Building a Custom 5x5 Macro-Pad PCB

Fighter Jets are cool–very cool. It’s a blast to experience the learning and operating a fighter jet with a study level sim such as Digital Combat Simulator. Even in a simulator, flying a 4th-ge...

Web Random Art Generator (Kotlin/JS)

Often I find a need to include a GUI with some project. In the past I’ve used a variety of solutions; Python computer vision project? I chose Qt GUI. Network security visualization? That one got an...

Easy Playground for Terraform + Ansible

While an initial introduction to containers and devops tools is simple, developers need practice integrating the tools in a way that allows them to experiment on their local machine. Examples and ...

Number To Phrase (Code Kata)

Code Katas are a powerful tool for gaining new perspectives on how we model solutions in code. Katas in particular are coding puzzles for which an answer is already known. The key is repeating the ...

SSH Essentials

Accessing hosts in a dynamic environment, on-the-fly SSH exploring, without the help of Google or StackOverflow can be challenging. Especially when there are multiple bastions, varying credential...