Projects
Games
My Tic-Tac-Toe Game
Play Tic-Tac-Toe Online!
My UNO Game
Play UNO Online!
Large Scale
NodeBooks
A fully functional local-saving notebook application build with Node.JS Express, FS, and the TinyMCE Text Editor.
CommonPS
I created CommonPS as a standardized pseudocode language for education and algorithm development. The site provides comprehensive language reference, syntax documentation, and examples to help developers and students write clear, consistent pseudocode.
Utilities
Live Clock
This clock application harnesses the datetime features of JavaScript to display your local time no matter where you are.
Favicon Generator
Input a URL and it will display the favicon for that URL!
Notepad Application
A fullly functional Notepad Application built with the TinyMCE Text Editor, that saves all file content to Browser's LocalStorage. The ability to Upload/Download Files is also available.
pscode Syntax Highlighter
A VS Code extension that provides syntax highlighting for Common Pseudocode. Enables developers and educators to write pseudocode with enhanced readability through visual distinction of keywords, operators, strings, numbers, comments, and built-in functions. Supports multiple file extensions including .pscode, .pcode, .pseudo, and .commonps.
qix Vulnerability Checker
A command-line tool and Node.js package that scans your project's dependencies for known vulnerabilities in packages published to npm by qix. Easily check for certain security issues in your npm projects and know which (if any) package versions you have installed are not safe.