Nick Jurista

Things I enjoy that you may find worth mentioning
Sports
Football Florida Gators. Chicago Bears. St. Louis Battlehawks
Baseball St. Louis Cardinals, Baltimore Orioles, Arizona Diamondbacks. Richmond Flying Squirrels in AA
Rugby Old Glory DC
Soccer Caledonian Braves, Napoli, Wrexham, Valencia
Hockey New Jersey Devils, Arizona Coyotes, and the Colorado Avs
Music
Genres Metal, Rock, Alternative
Artists Slayer, Interpol, Warpaint, U2, The Church, White Zombie, Julien-K, Smashing Pumpkins
Programming
Languages Dart, Python, JavaScript, Lua
Games
Types Sports games, 2d platformers, Metroidvania style games
Titles NHL 94, Tecmo Super Bowl (NES), Pro Wrestling (NES), Professor Layton series, Castlevania series, Grand Theft Auto series, Fortnite Zero Build
Movies
Genres Horror, Sci-fi, Action, Comedy
Series' Friday the 13th, Halloween, A Nightmare on Elm Street, Leprechaun, Wishmaster, Resident Evil
Titles Invasion of the Body Snatchers, Johnny Mnemonic, Hackers, The Fifth Element, The 13th Floor, The 13th Warrior
Books
Genres Mystery, Horror, Sci-fi, Historical Fiction
Authors David Sodergren, Cameron Roubique, Agatha Christie, Gary Jennings

Projects

Demi Beignet

Demi Beignet is my musical project. No vocals, just guitars, bass, drums, keyboards. Guitar tunings on various songs: E Standard, D# Standard, Drop A, B Standard, C# Standard. Each release has its own style or theme to it, but there's no guarantee that one release will sound much like another. You can buy it if you really want, or you can stream it on all normal streaming services. I use Distrokid to manage my releases. According to Distrokid's song analysis AI, the most positive song is Smoothie. Most of the songs are very low on the valence scale. Prepare yourself for some somber sounding tunes!

NHL94Hockey.com

NHL94Hockey is a site I created back in 2013 to track stats for playing exhibition games online. Users play against each other using ZSnes or Gens and upload the final screen save state to the site. The site then parses the save file to find the scoring and penalty information, which is then saved into a database. Each user, team, and system has its own page with stats based on real user games. Users can see their most played team, their record with each team, and recent games on their public profile page. To add an extra element of interest, users are rated based on a Glicko-2 formula and listed with their last 10 games.

PHP, MariaDB

Dist-O-Matic

Dist-O-Matic is a tiny site that allows users to share their location and see an ordered list of which professional sports teams are closest to them. Additionally, users can toggle sports on or off to limit the amount of leagues shown. Details include team conference, division, name, colors, and location. This site was largely created as an experiment in the state of client-side JavaScript module support as of February 2019. I wanted to see how easy (or difficult) it would be to write a web application in vanilla JavaScript and CSS grids.

JavaScript (both a plain JS version and a React version)

JavaScript Synth

JavaScript Synth is a keyboard that lets you make music by typing on your computer keyboard (or by clicking/tapping on the page keyboard). The keys generally map to what they do in Logic Pro X/Garageband, but the sound generated is using the JavaScript AudioContext and Oscillator. There are four wave forms you can use to make sounds, and you can toggle as you wish.

JavaScript, React

Dice Baseball

Dice Baseball is a way to play .. well, dice baseball. But online. In a browser. As of writing this, I've created custom teams and players with different batting results, but I have more ideas in mind for a non-browser version.

JavaScript