Featured Projects
// GraphQL feature-flag engine · JWT auth · Redis caching · Prisma · 14/14 tests
Production-ready feature-flag service built on Apollo Server v4 and Express. Supports multi-environment flags (development / staging / production), JSON rule payloads, and per-flag evaluation. Redis caches flag lookups; Prisma + PostgreSQL persists state. Full JWT authentication with ADMIN role guards and Zod validation.
TypeScript 5.7Apollo Server v4GraphQLPrisma v5Node.js 22ExpressPostgreSQL 16Redis / ioredisJWT + bcryptZodts-jest
// webhook relay & queue · BullMQ · HMAC-SHA256 signing · Fastify · 19/19 tests
High-throughput webhook relay and delivery queue. Inbound events are HMAC-SHA256 signed and fanned out to all enabled endpoints via BullMQ workers. Automatic retry logic with exponential backoff; deliveries transition through PENDING → DELIVERING → DELIVERED / FAILED / DEAD states. Prisma + PostgreSQL persists full delivery history.
TypeScript 5.7Fastify v5BullMQ v5Prisma v5Node.js 22PostgreSQL 16Redis / ioredisHMAC-SHA256Zodts-jest
// GraphQL e-commerce API · cart · atomic checkout · reviews · 27/27 tests
Full-lifecycle GraphQL e-commerce API on Apollo Server v4 + Express. Browse products with search, price range, and category filters; manage a server-validated cart; atomic checkout transaction creates an order, decrements stock, and clears the cart in a single Prisma transaction. JWT auth with ADMIN role guards; per-product review aggregation with average rating via Prisma aggregate queries.
TypeScript 5.7Apollo Server v4GraphQLPrisma v5Node.js 22ExpressPostgreSQL 16JWT + bcryptZodgraphql-scalarsts-jest
// game-server mod management platform
Production-ready, one-click mod installation and testing platform with AI-powered stability analysis. Features a full test
orchestrator that sandboxes mods with deterministic scoring, a live deployment engine with snapshot rollbacks, a catalog
manager, and a host agent deployed on game instances. AI gating via Anthropic API makes deployment decisions before any mod
goes live. Dual PostgreSQL databases (catalog + runtime) with Row-Level Security for multi-tenant isolation.
Go 1.22React / Next.jsDocker Compose
Gin FrameworkPostgreSQL ×2Redis
JWT AuthAnthropic AIREST API
RLS Multi-tenantSnapshot Rollback
// voice-activated automation with queue-per-tool architecture
A fully distributed, queue-driven automation platform with natural language workflow orchestration, voice activation ("Jarvis"),
and multi-engine execution. The orchestrator plans tasks into DAGs, dispatches them over RabbitMQ, and coordinates Python,
Node.js, and remote SSH workers. Supports NPU acceleration on Intel Ultra 7 155H. Full keyboard/mouse control, app integrations
(Discord, Chrome, GitHub, Spotify), cloud operations. Brain modules: brain.py, ears.py, memory.py, voice.py, wake.py.
Python 3.14RabbitMQOpenAI Whisper
Node.js WorkersAnthropic / OpenAIIntel NPU
RedisSQLAlchemypyttsx3 / edge-tts
Paramiko (SSH)DAG Orchestration
// enterprise computer diagnostic engine for IT professionals
Enterprise-grade computer diagnostic system targeting repair shops, MSPs, and IT professionals. Powered by 140+ diagnostic
rules across 20+ categories — performance, hardware health, malware, boot failures, BIOS/UEFI, network, storage, and more.
Delivers 5-minute diagnostics at 95% accuracy versus traditional 2–4 hour processes. Ships with a FastAPI backend, multi-tier
client architecture, and a .NET solution. Built from 15 years of real hardware diagnostic patterns.
Python / FastAPISQLAlchemy140+ Diagnostic Rules
.NET SolutionPydantic v2JWT / bcrypt
UvicornMulti-tier Arch20+ Categories
// browser-based 3D design with real-time hand tracking
Browser-based 3D design application combining Three.js with MediaPipe hand tracking for gesture-driven interaction.
Real-time 21-keypoint hand landmark detection piped directly into Three.js scene transforms — users manipulate 3D objects
with their hands via webcam, no external hardware required. Built with React 19, React Three Fiber, Zustand for state
management, TypeScript throughout, Vite for build pipeline.
React 19Three.jsMediaPipe Hands
React Three FiberTypeScriptZustand
Vite@react-three/dreiWebGL
// production Discord bot · 33+ commands · AWS EC2
Full-featured community Discord bot built on the Sapphire Framework. Ships with 33+ slash commands spanning games
(trivia, Would You Rather, puzzle hunts), utilities (wallet, inventory, profile), and moderation (automod, logging, timeouts).
Includes a monetization system, license manager, enterprise-level AES-256-CBC backup encryption with SHA-256 key derivation,
and is deployed live on AWS EC2 with CloudWatch monitoring. GitHub:
github.com/mechaniel-coder/Discord-God-Bot-
Node.jsSapphire FrameworkAWS EC2
discord.js v14SQLite / better-sqlite3AWS SDK v3
CloudWatchAES-256-CBC33+ Commands
// voice-aware giveaway system with ticket ledger
A Discord bot that rewards members for genuine activity — messages with cooldown/daily caps and real voice-speaking events
via @discordjs/voice. Tickets accumulated in an append-only SQLite ledger with idempotent event keys preventing duplicate
credit. Admins control the full giveaway lifecycle via slash commands. Restart-safe with expiry sweep on boot.
discord.js v14@discordjs/voice
Node.js 20+better-sqlite3
ZodES ModulesIdempotent Design
// 958B+ character combinations · WoW-inspired mount system
Comprehensive character and mount creation engine for Hytale. 958+ billion valid character combinations across 139
customizable feature axes — too large to enumerate, requiring constraint-based generation. 30 unique mounts (flying,
ground, aquatic) with saddle and magical effects. Age-gate content system with family-friendly and adult tiers as a policy
layer. Asset pipeline resolves each configuration to textures and models. Inspired by WoW, D&D/Baldur's Gate, and Genshin Impact.
Python139 Feature Axes30 Mounts
Combinatorial EngineAge-Gate Policy Layer
Texture GenerationAsset Pipeline
XCEED Tech — Production Infrastructure May 19–22, 2026 · CTO / Lead Engineer · 72 hrs
// full production hosting stack · Discord bot · ip-manager · iptables security hardening
Sole engineer and CTO for X-CEED Tech Solutions. Designed and deployed a complete production hosting platform
from zero to live in under 72 hours (first commit May 19 — 13 containers verified healthy May 22).
Skyhigh Hosting Bot (discord.js v14 + Node.js): Full Discord hosting management bot with 33+ slash commands,
web dashboard (Discord OAuth, Express, live logs), Stripe/PayPal/Square payment processing,
Pterodactyl/Nextdactyl game-server panel integration, real-time server health monitors (CPU/RAM/disk),
RSA license validation, audit logging, and reaction roles. 50+ commits shipped across 3 days.
ip-manager: IMAP-authenticated (Docker Mailserver) dynamic IP registration web app. Employees enter credentials,
server verifies via IMAP, IP is written to whitelist JSON, host cron script rebuilds iptables UNRAID-WHITELIST
chain every minute — zero stored passwords, rate limited, HTTPS via Let's Encrypt (DNS-01 / Cloudflare API).
Security Hardening: iptables-legacy INPUT/DOCKER-USER chains blocking 8+ admin-only ports,
MariaDB locked to Docker subnet, dynamic employee IP whitelist. All rules persisted to /boot/config/go.
Health at Delivery (May 22, 2026): 13 containers running — Docker Mailserver, Nginx Proxy Manager,
WordPress, Roundcube, Paymenter + DB + Redis, Skyhigh-bot + DB, Nextdactyl, ip-manager.
IMAP auth verified in mailserver logs. HTTPS live. iptables chains confirmed functional.
Node.jsdiscord.js v14Docker ComposeUnraid Linux
iptables-legacyNginx Proxy ManagerDocker Mailserver
Let's Encrypt SSLStripe / PayPal / Square
Pterodactyl / NextdactylPaymenter
MariaDB / MySQL / RedisIMAP Auth (ImapFlow)Rate Limiting
Showcase Projects ShadowScan · NetWatch Infra · ADRecon · NetWatch Mobile · CertSentry · NetWatch · 2026
// async Rust recon — port scanning · banner grabbing · CVE lookup · HTML/JSON reports
Fast async network reconnaissance tool built in Rust. Performs concurrent TCP port scanning via Tokio,
grabs raw service banners to fingerprint running services, and queries the NIST NVD API 2.0 to surface
known CVEs for each open port. Outputs color CLI, JSON report, and self-contained HTML report.
RustTokioasync/await
clapreqwestserde_json
NVD API 2.0TCP ScanningBanner Grabbing
CVE LookupGitHub Actions CI
// Terraform + EKS + Helm: production Kubernetes on AWS
Production-grade cloud infrastructure for NetWatch deployed to AWS EKS. Terraform modules provision VPC
(NAT gateways, private/public subnets, route tables), EKS cluster with managed node group and least-privilege
IAM, RDS PostgreSQL 16 (multi-AZ, encrypted at rest), and ElastiCache Redis (TLS, auto-failover).
Helm chart packages the app with HPA, liveness/readiness probes, and ALB Ingress. GitHub Actions CI/CD
uses OIDC federation — zero long-lived credentials ever stored.
TerraformKubernetesHelm 3
AWS EKSAWS RDS PostgreSQL 16ElastiCache Redis
GitHub ActionsOIDC IAMHPA
ALB IngressIaC
// C# .NET 8 Active Directory auditor — enumerate · risk-score · HTML+JSON reports
Read-only Active Directory security auditor in C# .NET 8. Enumerates all user accounts (stale, password-never-expires,
no-password-required, adminCount=1), group memberships (privileged group analysis), GPO inventory with OU link map,
and Default Domain Password Policy. Every finding is risk-scored Critical/High/Medium/Low/Info with NIST SP 800-63B
and CIS-aligned remediation recommendations. Outputs a self-contained dark-theme HTML report and structured JSON.
Published as a self-contained Windows .exe (no .NET runtime required on target).
C# .NET 8Active Directory / LDAPSystem.DirectoryServices
Risk ScoringSpectre.ConsoleSystem.Text.Json
CommandLineParserGitHub Actions CISelf-contained .exe
// React Native + TypeScript — iOS & Android infrastructure monitoring app
Mobile companion for NetWatch. Dashboard screen shows host status grid, stat cards (total/up/down/alerts),
pull-to-refresh, and critical alert banners. Alerts screen supports filter by severity (all/unacked/critical/high)
and tap-to-acknowledge with haptic feedback. Host Detail shows latency, uptime %, open ports, tags, and per-host
alert history. Settings configures server URL, API key, polling interval (10s-2m), and push notification toggle.
Zustand global state, React Navigation v6 (bottom tabs + stack), TypeScript strict mode, Jest unit tests.
React Native 0.74TypeScriptExpo 51
React Navigation v6Zustandexpo-haptics
expo-notificationsJestiOS & Android
// self-hosted SSL certificate & domain health monitor
Self-hosted domain health scanner tracking SSL certificate expiry, open port inventory, and WHOIS registration data.
Cron-based TLS dial scans run automatically with color-coded expiry countdowns. Dispatches webhook or email alerts
before expiry is ever a problem. Dashboard shows domain status grid, expiry timeline, and per-domain scan history.
Go 1.22React 19PostgreSQL 16Docker Compose
Gin FrameworkTypeScriptZustandTailwind CSS
TLS ScanningWHOIS ParserCron Scheduler
// real-time infrastructure monitoring with lightweight Go agents
Real-time infrastructure monitoring for servers, VMs, and bare-metal machines. A single-binary Go agent (~6 MB) runs
on each target host and ships CPU, memory, disk, and network metrics to a central API. React dashboard visualizes
everything live over WebSockets with configurable threshold alerts, historical data, and multi-host support.
Go 1.22React 19WebSocketsDocker Compose
PostgreSQL 16RedisJWT Auth
TypeScriptZustandTailwind CSSThreshold Alerting
// self-hosted CI/CD · YAML pipelines · SSH executor · live log streaming
A self-hosted CI/CD platform — define pipelines in YAML, trigger builds via GitHub webhooks or the dashboard,
execute steps over SSH on any remote target, and watch live stdout/stderr in the browser over WebSockets.
Full run history with per-step status and duration breakdown.
Python 3.12FastAPIReact 19PostgreSQL 16
Docker Composeparamiko SSHPyYAML
ZustandTypeScriptTailwind CSSJWT AuthWebSockets
// IT help desk & asset management · ITSM · SLA tracking · RBAC
A full-stack ITSM platform built from 15 years of real IT operations experience. Combines a complete ticket lifecycle
system (Open → Resolved → Closed) with hardware/software asset inventory, SLA breach alerting, RBAC
(Admin/Technician/End-User), and an append-only audit log. Auto-generated OpenAPI docs via FastAPI.
Python 3.12FastAPIReact 19PostgreSQL 16Docker Compose
JWT AuthbcryptRBAC
ZustandTypeScriptTailwind CSSSLA EngineAudit Logger
AI / LLM Research Workspace
// production-grade AI training environment · 6 languages · unified pipelines
Production-grade AI and LLM training workspace supporting identical pipelines across 6 programming languages.
Features multimodal training (audio + vision + text), reinforcement learning with Gymnasium integration, distributed
training via PyTorch DDP / Flux.jl / DL4J / Libtorch, experiment tracking with MLflow and Weights & Biases, and a
modular CLI harness with YAML config merging. Also houses the AI brain modules for Jarvis:
brain.py, ears.py, memory.py, voice.py, wake.py.
PythonR + TorchJulia / Flux.jl
Java / DL4JC++ / LibtorchJavaScript / TF.js
PyTorch DDPMLflowWeights & Biases
Multimodal (Audio+Vision+Text)RL / Policy Gradient
GymnasiumYAML Config MergingCLI Harness
OpenAI APIAnthropic APIWhisper
Full Skills Inventory
🔧 Hardware & Repair
Desktop Repair (8 yrs)Laptop Repair (8 yrs)Smartphone Repair (8 yrs)Component-Level RepairSolderingPCBElectrical WiringElectrical SystemsSchematicsAssemblyCustom Desktop Builds
🌐 Networking & Infrastructure
TCP/IPDNSDHCPVPNLANVoIP5GNetwork ProtocolsNetwork InfrastructureNetwork TroubleshootingNetwork AdministrationNetwork SupportFirewallActive DirectoryWindows ServerCloud Native DesignDistributed ComputingDistributed Systems
💻 Software & Development
PythonJavaScriptTypeScriptGo (Golang)Node.jsJavaCC#C++SQLT-SQLReact / React 19Next.jsFastAPIGin FrameworkSQLAlchemy / ORMPostgreSQLSQLiteRedisThree.js / WebGLPydantic v2discord.js v14Sapphire FrameworkSoftware DesignSystem ArchitectureSolution ArchitectureREST API DesignMicroservicesMulti-tier ArchitectureEvent-Driven ArchitectureMessage QueuesDAG OrchestrationRule Engine DesignBot DevelopmentJWT AuthenticationAES EncryptionbcryptSchema Validation (Zod)ES ModulesAsset PipelinesGame ModdingCI/CDWeb ApplicationsBackend DevelopmentDatabase DesignData Model DesignOS KernelsSoftware QATest AutomationSQL Server ProfilerSSRSDebuggingAutomation
☁️ Cloud, Systems & Enterprise
AWSAWS EC2AWS SDK v3CloudWatchVMwareDockerDocker ComposeContainerizationRabbitMQMessage BrokersDistributed WorkersSSH / ParamikoUvicornIntuneServiceNowMicrosoft ExchangeServer ManagementSystem AdministrationSystem HardeningIT System MonitoringCloud MonitoringDisaster RecoveryIncident ResponseInformation SecurityScalable SystemsERP SystemsPerformance Optimization
🤖 AI & Data
AI / Machine LearningLLM IntegrationLLM OrchestrationOpenAI APIAnthropic APIAI-Gated DeploymentsAI Workflow AutomationAI ChatbotsSpeech-to-Text (Whisper)Text-to-Speech (TTS)Voice ActivationNLPComputer VisionHand Tracking / Gesture RecognitionMediaPipeIntel NPU AccelerationProcedural GenerationCombinatorial SystemsOSINTML-based AnalysisAnalyticsData TransformationData AnalysisData CollectionData ModelingData ArchitectureData IntegrationData VisualizationData-Driven Decisions
🛠️ Tools & Platforms
Git / GitHubViteKali LinuxLinux CLIPostman / API TestingVS Codenpm / YarndotenvMicrosoft OfficeMicrosoft ExcelMicrosoft WordMicrosoft OutlookGoogle SuiteQuickBooksDocuSignSalesforceZendeskHelp DeskWindowsMac OSAndroidiOS
🤝 Business & Soft Skills
LeadershipProject ManagementStakeholder ManagementCross-functional CollaborationCommunicationRequirements GatheringBusiness AnalysisCustomer ServiceCRMAccount ManagementB2BTask PrioritizationTime ManagementBudgetingFinancial ReportingReport WritingAttention to DetailOrganizational Skills
📈 Sales & Marketing
SalesUpsellingProduct DemosInside SalesOutbound SalesWireless SalesTechnology SalesAchieving Sales TargetsMarketingMerchandisingE-commerce