Daniel Pall
Full-Stack Engineer & AI Architect  ·  @mechaniel-coder
mechaniel@gmail.com +1 213 219 6068 Los Angeles, CA 90012 mechaniel-coder.github.io github.com/mechaniel-coder linkedin.com/in/mechaniel-coder
Professional Summary

Self-taught full-stack engineer and AI architect with 15 years of hands-on IT experience and 4+ years of software development. After building a career from the ground up — from volunteer bench technician to managing a computer repair store end-to-end — I pivoted into software and now build production-grade distributed systems, AI platforms, OSINT toolkits, real-time 3D browser applications, and game tooling. Every project listed here is real and deployed. The 140+ diagnostic rules in the Diagnostic Platform didn't come from documentation — they came from 15 years of real machine failures. Authorized to work in the US for any employer. No sponsorship required.

Core Technical Stack
Go 1.22 Python 3.14 Node.js TypeScript React 19 FastAPI Docker / Compose PostgreSQL RabbitMQ AWS EC2 Gin Framework Next.js Three.js / WebGL Redis SQLAlchemy Pydantic v2 PyTorch MLflow Weights & Biases OpenAI API Anthropic API MediaPipe Discord.js v14 Sapphire Framework Intel NPU Kali Linux JWT Auth AES-256-CBC Paramiko (SSH) Zustand Vite better-sqlite3 Zod OpenAI Whisper STT pyttsx3 / edge-tts
Professional Experience
Independent Software Developer  ·  Self-Employed
June 2021 – Present  ·  Los Angeles, CA
  • Built and shipped Haptic Mod System — Go 1.22 backend, React/Next.js frontend, AI-gated deployment via Anthropic API, Docker Compose infrastructure, dual PostgreSQL databases, JWT auth, snapshot rollback engine.
  • Built Jarvis — fully distributed AI automation platform with RabbitMQ DAG orchestration, Python + Node.js + SSH worker mesh, voice activation (OpenAI Whisper), Intel NPU acceleration, and natural language workflow planning.
  • Built Diagnostic Platform v1.0.0 — 140+ rule engine across 20+ diagnostic categories, FastAPI + SQLAlchemy + Pydantic v2 backend, .NET solution, 5-minute diagnostics at 95% accuracy targeting repair shops and MSPs.
  • Built CAD-Like 3D App — browser-based 3D design using React Three Fiber, Three.js, and MediaPipe real-time hand landmark detection (21 keypoints) for gesture-driven 3D object manipulation, no external hardware.
  • Built 420 & Games Discord Bot — 33+ slash commands, Sapphire Framework, AWS EC2 deployment, CloudWatch monitoring, AES-256-CBC enterprise backup encryption, license manager, monetization system.
  • Built Activity Giveaway Bot — voice-activity giveaway system, append-only SQLite ticket ledger with idempotent event keys, @discordjs/voice speaking detection, restart-safe with expiry sweep on boot.
  • Built Hytale Mods 2.0 — 958B+ character combinations across 139 feature axes, 30 mounts, age-gate policy layer, texture/asset pipeline, profile sharing community (Phase 8).
  • Built CertSentry — self-hosted SSL certificate & domain health monitor in Go 1.22 + React 19. Cron-based TLS/port/WHOIS scanning, color-coded expiry dashboard, webhook & email alerting, full scan history in PostgreSQL 16.
  • Built NetWatch — real-time infrastructure monitoring platform: lightweight Go agent (~6 MB) per host ships CPU/memory/disk/network metrics; React dashboard with live WebSocket charts, threshold alerting, PostgreSQL time-series, Redis session state.
  • Built PipelineForge — self-hosted CI/CD platform: YAML pipeline definitions, GitHub webhook receiver, paramiko SSH executor, live WebSocket log streaming, run history, JWT + RBAC (admin/developer).
  • Built TicketFlow — full-stack ITSM platform for repair shops and MSPs: ticket lifecycle (Open → Closed), SLA breach alerting, hardware/software asset inventory, asset-to-ticket linking, RBAC (Admin/Technician/User), append-only audit trail.
  • Deployed XCEED Tech Production Infrastructure (May 2026) — served as CTO/Lead Engineer for X-CEED Tech Solutions. Architected and shipped a complete production hosting platform in under 72 hours: Skyhigh Hosting Discord bot (discord.js v14, web dashboard, Stripe/PayPal/Square payments, Pterodactyl panel integration, health monitors, 50+ commits); ip-manager IMAP-authenticated dynamic IP whitelist system with iptables cron automation; Unraid server security hardening (iptables-legacy INPUT/DOCKER-USER chains, admin-only port lockdown). 13 Docker containers verified live and healthy at delivery.
  • Deployed Kali Linux OSINT Toolkit — Docker container (Kali 2026.1 rolling), 9 integrated OSINT tools, SSH :2222, VS Code Remote Tunnel.
  • Established Multi-Language AI/LLM Training Workspace — identical ML pipelines in Python, R, Julia, Java, C++, JavaScript; PyTorch DDP, Flux.jl, DL4J, Libtorch, TF.js; MLflow + Weights & Biases experiment tracking; multimodal (audio + vision + text); RL with Gymnasium.
Location Manager  ·  MonsterFix
Feb 2020 – May 2021  ·  Long Beach, CA
  • Managed full-service computer repair store end-to-end: opening procedures, customer intake, ticketing system, inventory management, staff training, and daily operations.
  • Hands-on repair of high-end desktops, workstations, laptops, cellphones, tablets, all-in-ones, and component-level board repairs including soldering and PCB work.
Technician  ·  Home Tech Shop
Jan 2016 – Mar 2020  ·  San Pedro, CA
  • Laptop, computer, and cellphone repair. Extended role into graphic design and server hosting setup and configuration — first exposure to server infrastructure.
Technician  ·  Just Tech Solution
Sep 2014 – Jan 2016  ·  San Pedro, CA
  • Computer diagnostics, phone & tablet repair, custom desktop builds, custom application development, and bespoke data solutions for clients.
  • Real-world diagnostic patterns from this role directly informed the 140+ rule engine in the Diagnostic Platform (2026).
Technician  ·  ABC Computers
Jan 2011 – Sep 2014  ·  San Pedro, CA
  • Started as a volunteer technician — the origin of a 15-year hands-on career in computer repair and custom hardware.
Featured Projects
🚩 FlagForge
// 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
🪝 HookPost
// 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
🛒 CartQL
// 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
🎮 Haptic Mod System
2026 · Live
// 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
GitHub
🧠 Jarvis — Distributed AI Platform
2025–2026
// 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
GitHub
🔍 Diagnostic Platform
Feb 2026 · v1.0.0
// 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
GitHub
📐 Custom CAD-Like 3D App
2026
// 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
🎲 420 & Games Discord Bot
2024–2025 · AWS EC2
// 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
🎁 Activity Giveaway Bot
2025 · Live
// 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
⚔️ Hytale Mods 2.0
2024 · Phase 8
// 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
🖥️ Skyhigh Hosting Bot + Infrastructure
May 2026 · 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
🔍 ShadowScan
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
GitHub
☁ NetWatch — Cloud Infrastructure
2026
// 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
GitHub
👤 ADRecon
2026
// 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
GitHub
📱 NetWatch Mobile
2026
// 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
GitHub
🔒 CertSentry
2026
// 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
GitHub
📡 NetWatch
2026
// 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
🔗 Live Demo    GitHub
⚙️ PipelineForge
2026
// 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
GitHub
🎫 TicketFlow
2026
// 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
GitHub
OSINT Toolkit  Kali Linux 2026.1 · Docker · SSH :2222 · VS Code Remote Tunnel · 9 Tools
PhoneIntel
Advanced phone number intelligence — carrier lookup, geolocation, Google dork generation, OpenStreetMap mapping, Tellows & SpamCalls integration, batch processing.
DIGI-NETRA
Modular OSINT assistant for phone number recon, username enumeration, and IP geolocation. CLI menu-driven with Google & social media integration.
Moriarty Project v4.1.2
Web-based phone number investigation — 6 specialized features: owner lookup, spam risk, related links, comment aggregation, social media footprint discovery.
Tookie-OSINT v4
Username enumeration across hundreds of platforms (~80% accuracy). Rebuilt from scratch in v4. Comparable to Sherlock — finds accounts across social networks worldwide.
Mr.Homes (Hanan Asif)
Comprehensive OSINT framework with 22 modules — username search, proxy support, multi-language, QR codes, site lists, and active contributor community.
MetaGhost
Metadata extraction and analysis tool. Extracts hidden metadata from files and digital artifacts to build intelligence profiles.
Telespot v5.0.0
Phone OSINT via multi-engine search (Google, Bing, DuckDuckGo). Generates format variations, correlates results, surfaces names, locations, usernames with confidence scoring.
Dark-Hydro
Python OSINT for phone number investigation via Google Dorking. Multi-API integration (Numverify, OpenCage, AbstractAPI, VeriPhone) for carrier, location, and social discovery.
Wiwok
Additional OSINT utility for intelligence gathering and target profiling, integrated into the unified Kali toolkit environment.
AI / LLM Research Workspace
Multi-Language LLM Training Workspace
2025–2026 · d:\AI & LLM
// 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
Engineering Depth  Demonstrated in production code — not claimed
Distributed Systems
Jarvis · Mod System
DAG-based task dependency resolution with per-step queue routing over AMQP. RabbitMQ virtual hosts, heartbeats, and per-workflow ephemeral result queues. Multi-worker dispatch (Python + Node.js) coordinated through a shared state store.
DAG OrchestrationRabbitMQ / AMQPMulti-worker Dispatch
🗄️
Database Engineering
Mod System · Discord Bot
Dual PostgreSQL pool (catalog + runtime) with set_config('app.tenant_id') session-variable RLS for multi-tenant isolation. JSONB columns, UUID PKs, versioned migrations, pool tuning (MaxOpenConns / ConnMaxLifetime).
PostgreSQL RLSMulti-tenant SaaSConnection Pooling
🔐
Security Engineering
Discord Bot · Diagnostic Platform
AES-256-CBC with crypto.randomBytes(16) IV per call, SHA-256 key derivation, bcrypt hashing. OWASP Top 10 input sanitization at every boundary. Audit logging, rate limiting, boot-time env validation with hard process exit on failure.
AES-256-CBCOWASP Top 10bcrypt
🏗️
Systems Architecture
Mod System · Diagnostic Platform
Go internal/ package isolation. Service layer + repository pattern. Multi-tier FastAPI + SQLAlchemy + Pydantic v2 architecture. 140+ diagnostic rules across 20+ categories with deterministic scoring. AI policy gating with per-tenant budget enforcement.
Service LayerRepository PatternRule Engines
🤖
AI / LLM Engineering
Jarvis · Mod System
LLM intent parsing with graceful degradation to pattern-based fallback. Full voice pipeline: hotword → Whisper STT → LLM NLU → TTS. Intel NPU acceleration. Anthropic API AI-gated deployment decisions. OpenAI + Anthropic provider abstraction.
LLM OrchestrationWhisper STTVoice Pipeline
👁️
Computer Vision & 3D Graphics
CAD App
Real-time MediaPipe hand landmark detection (21 keypoints) piped into Three.js scene transforms — webcam-only gesture control of 3D objects, no hardware required. WebGL via React Three Fiber, Zustand scene state, Vite HMR.
MediaPipeThree.js / WebGLReact Three Fiber
🟢
Production Reliability
Discord Bot · All Projects
Boot readiness gating blocks all commands until subsystems initialize. process.on('uncaughtException') with security-aware logging. DB health check with timeout + retry before accepting traffic. Restart-safe idempotent event keys. CloudWatch on AWS EC2.
Boot Readiness GatingHealth ChecksCloudWatch
🔑
Applied Cryptography
Discord Bot · Mod System
AES-256-CBC via Node.js native crypto — random IV per operation (never reused), correct IV-prepend format, SHA-256 key derivation before cipher use. Mod signature verification with public key validation. Encrypted backup pipeline with isolated key management.
AES-256-CBCIV ManagementSignature Verification
🔢
Combinatorics & Constraint Systems
Hytale Mods
958+ billion valid character combinations from 139 feature axes — too large to enumerate, requiring constraint-based generation. Age-gate content tiering as a policy layer over the combination engine. Asset pipeline resolves each configuration to textures + models.
Combinatorial SystemsConstraint-based GenerationPolicy Layers
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
Certifications
Active
🦺 OSHA 10
Occupational Safety & Health Administration
🏗️ Forklift Certification
February 2023
✅ Authorized to Work in the US
For any employer · No sponsorship required
Lapsed · Pre-2022 (expired during recovery — knowledge retained)
CompTIA A+
Hardware & OS Fundamentals
CompTIA Network+
Networking Fundamentals
CompTIA Linux+
Linux Administration
CompTIA Cloud+
Cloud Infrastructure
CompTIA Server+
Server Hardware & Software
MCSA: Windows 10
Microsoft Certified Solutions Associate
MCSA: Windows Server
Server 2016 Administration
AZ-104
Azure Administrator
CCNA
Cisco Certified Network Associate
CCNP Enterprise
Cisco Certified Network Professional
AWS SAA-C02
Solutions Architect Associate (2020)
LPIC-1
Linux Professional Institute Cert 1
LPIC-2
Linux Engineer
ITIL 4 Foundation
IT Service Management Framework
CWNA
Certified Wireless Network Administrator
☁️ Cloud Computing
AWS SAP-C01
Solutions Architect – Professional (2021)
AZ-303 / AZ-304
Azure Solutions Architect Expert (pre-2022)
GCP Associate Cloud Engineer
Google Cloud Platform
GCP Professional Cloud Architect
Google Cloud Platform
🌐 Networking & Infrastructure
Juniper JNCIA-Junos
Juniper Networks Associate
Aruba ACSA
Aruba Certified Switching Associate
⚙️ Operating Systems
RHCSA
Red Hat Certified System Administrator
RHCE
Red Hat Certified Engineer
MS-101 Endpoint Admin
Microsoft 365 Endpoint Administrator Associate
🔄 DevOps & Containers
CKA
Certified Kubernetes Administrator · CNCF
Docker DCA
Docker Certified Associate
HashiCorp Terraform Associate
Infrastructure as Code
AWS DevOps Engineer Pro
DOP-C01 · Continuous Delivery on AWS (2021)
📊 Data & Databases
DA-100 Power BI
Microsoft Power BI Data Analyst Associate (2021)
GCP Professional Data Engineer
Google Cloud Platform
Oracle SQL Associate
Database SQL Certified Associate
📁 Project Management
CAPM
Certified Associate in PM · PMI
Certified ScrumMaster (CSM)
Scrum Alliance
CompTIA Project+
IT Project Management
Spoken Languages
🇺🇸English— Fluent / Bilingual
🇭🇺Hungarian— Intermediate
🇪🇸Spanish— Beginner
🇸🇪Swedish— Beginner
Stats at a Glance
Shipped Projects13+
Diagnostic Rules140+
Discord Commands33+
OSINT Tools Deployed9
AI/ML Languages6
Industry Experience15 years
Lapsed Certifications28
Work AuthorizationAny employer · No sponsorship
Project Timeline
JUN 2026
CertSentry — SSL & Domain Health Monitor
Self-hosted Go + React platform tracking SSL expiry, port state, and WHOIS data. Cron scheduling, webhook/email alerting, color-coded dashboard, PostgreSQL scan history.
JUN 2026
NetWatch — Real-Time Infrastructure Monitor
Lightweight Go agent + React WebSocket dashboard for real-time CPU, memory, disk, and network metrics. PostgreSQL time-series, Redis alert state, multi-host support.
JUN 2026
PipelineForge — Self-Hosted CI/CD
Python/FastAPI CI/CD platform — YAML pipeline definitions, GitHub webhooks, paramiko SSH executor, live WebSocket log streaming, role-based access.
JUN 2026
TicketFlow — IT Help Desk & Asset Management
Full ITSM platform: ticket lifecycle, SLA timers, hardware/software asset inventory, RBAC (Admin/Technician/User), append-only audit trail, warranty tracking.
MAY 2026
Kali Linux OSINT Toolkit — Docker Environment
Built and deployed a custom Kali Linux 2026.1 Docker container integrating 9 OSINT tools. Accessible via VS Code Remote Tunnel over SSH :2222.
APR 2026
Haptic Mod System — Full Platform Release
Shipped complete mod management platform in Go + React/Next.js with AI-powered deployment gating, Docker Compose infrastructure, and dual PostgreSQL databases.
FEB 2026
Diagnostic Platform v1.0.0 — Enterprise Release
Launched enterprise computer diagnostics platform. 140+ rules, FastAPI backend, 5-minute diagnostic cycle at 95% accuracy targeting repair shops and MSPs.
2026
Custom CAD-Like 3D App — Browser + Hand Tracking
Browser WebGL 3D design tool using React Three Fiber and MediaPipe Hands — real-time hand gesture control of 3D objects entirely in the browser.
2025–2026
Jarvis — Distributed AI Automation Platform
Full distributed AI agent with RabbitMQ queue-per-tool routing, voice activation, Python/Node/remote worker mesh, NPU acceleration, and NL workflow planning.
2025–2026
AI / LLM Multi-Language Training Workspace
Production-grade LLM research workspace — Python, R, Julia, Java, C++, JavaScript. Supervised, multimodal, and RL training with MLflow + W&B tracking.
2024–2025
420 & Games Bot + Activity Giveaway Bot
Two production Discord bots — 33+ commands on AWS EC2 with enterprise encryption, and a voice-activity giveaway bot with append-only ticket ledger.
2024
Hytale Mods 2.0 — Character & Mount System
Mod creation engine with 958B+ character combinations, 30 mounts, age-gate content layers, and profile sharing community — Phase 8 complete.

Daniel Pall · mechaniel-coder · Los Angeles, CA · May 2026 mechaniel-coder.github.io  ·  github.com/mechaniel-coder  ·  linkedin.com/in/mechaniel-coder