Available for Work  ·  Los Angeles, CA

Daniel Pall

// personal projects and technical lab  ·  @mechaniel-coder

Personal Projects
and Technical Lab

This page is the supporting portfolio archive: prototypes, internal tools, security labs, automation systems, and experimental builds used to explore architecture, tooling, and implementation patterns.

GoPythonNode.jsTypeScript ReactDockerKali LinuxFastAPI Three.jsPyTorchRabbitMQAWS EC2 PostgreSQLMLflowOSINT
GitHub Profile LinkedIn View Resume CTO Case Study Request Quote View Projects ↓
18+Shipped Projects
6Languages for AI/ML
9OSINT Tools Deployed
140+Diagnostic Rules
33+Discord Commands
15yrIndustry Experience

Archive Note

The full skills inventory and engineering depth archive is preserved below for reference. The primary senior profile is on the homepage and case-study pages.

Show Full Skills and Engineering Inventory (Archive)

Technical Stack

⚙️
Backend Engineering
Go / Gin Python / FastAPI Node.js REST APIs JWT Auth WebSockets SQLAlchemy
🎨
Frontend / 3D
React 19 TypeScript Three.js React Three Fiber Vite Zustand Next.js
🤖
AI / LLM Engineering
PyTorch OpenAI API Anthropic MLflow Weights & Biases Multimodal RL Agents DDP Training TensorFlow.js
🐳
Infrastructure & DevOps
Docker Docker Compose Kali Linux AWS EC2 PostgreSQL Redis RabbitMQ SSH Tunnels
🔐
Security / OSINT
Kali Linux 2026.1 OSINT Frameworks Phone Intelligence Username Enum Google Dorking AES Encryption OWASP
🎮
Platforms & Ecosystems
Discord.js v14 Sapphire Framework MediaPipe Intel NPU Voice AI (Whisper) Python automation pyttsx3 / edge-tts
📊
Data & Databases
PostgreSQL SQLite Redis SQLAlchemy ORM DB Migrations Pydantic v2 Zod
🌐
Multi-Language AI
Python R + Torch Julia / Flux.jl Java / DL4J C++ / Libtorch JavaScript / TF.js
🔧 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 ApplicationsImplementing APIsBackend 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 SystemsScalabilityPerformance Optimization
🤖 AI & Data
AI / Machine LearningLLM IntegrationLLM OrchestrationOpenAI APIAnthropic APIAI-Gated DeploymentsAI Workflow AutomationAI ChatbotsSpeech-to-Text (Whisper)Text-to-Speech (TTS)Voice ActivationNLP (Natural Language Processing)Computer VisionHand Tracking / Gesture RecognitionMediaPipeIntel NPU AccelerationProcedural GenerationCombinatorial SystemsOSINT / Open Source IntelligenceML-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 SuiteGoogle DocsQuickBooksDocuSignSalesforceZendeskHelp DeskWindowsMac OSAndroidiOSDiscordCAD
🤝 Business & Soft Skills
LeadershipProject ManagementStakeholder ManagementCross-functional CollaborationCommunicationRequirements GatheringBusiness AnalysisCustomer ServiceCustomer Relationship ManagementAccount ManagementB2BTask PrioritizationTime ManagementBudgetingFinancial ReportingWriting SkillsReport WritingAttention to DetailOrganizational Skills
📈 Sales & Marketing
SalesUpsellingProduct DemosInside SalesOutbound SalesWireless SalesTechnology SalesAchieving Sales TargetsMarketingMerchandisingE-commerce

Engineering Depth

Each discipline maps directly to verified patterns in real project code — not textbook exercises.

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 DispatchState Stores
🗄️
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 PoolingSchema Migrations
🔐
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 10Audit LoggingRate Limitingbcrypt
🏗️
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 EnginesMulti-tier Architecture
🤖
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 with token budget controls. OpenAI + Anthropic provider abstraction.

LLM OrchestrationWhisper STTVoice PipelineAI-Gated DeploysNPU Acceleration
👁️
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 build pipeline.

MediaPipeThree.js / WebGLReal-time CVReact 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 ChecksIdempotent DesignCloudWatch
🔑
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 ManagementKey DerivationSignature 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 LayersAsset Pipelines

Personal Projects & Technical Lab

Client Build Production Build Internal Tool Prototype Security Lab
🔍
2026 Security Rust
ShadowScan
Async Rust network recon — TCP port scanner, service banner grabbing, CVE lookup via NIST NVD API 2.0. Color CLI + HTML/JSON reports. Tokio async runtime.
Rust Tokio async/await NVD API TCP/Banner
2026 Cloud Native IaC
NetWatch — Cloud Infrastructure
// Terraform + EKS + Helm: production K8s on AWS
Production-grade AWS EKS deployment for NetWatch. Terraform modules for VPC, EKS, RDS PostgreSQL 16 & ElastiCache Redis. Helm chart with HPA and liveness probes. GitHub Actions CI/CD using OIDC — no long-lived credentials. Encryption at rest and in transit throughout.
Terraform Kubernetes Helm AWS EKS AWS RDS ElastiCache GitHub Actions OIDC IAM
👤
2026 C# / .NET Security
ADRecon
// Active Directory auditor — enumerate, risk-score, report
C# .NET 8 tool that enumerates Active Directory — users, groups, GPOs, and password policy — then risk-scores every finding (Critical/High/Medium/Low) with NIST-aligned remediation recommendations. Exports self-contained dark HTML report + JSON. Targets stale accounts, adminCount=1 accounts, weak password policies, unlinked GPOs, and reversible encryption.
C# .NET 8 Active Directory LDAP System.DirectoryServices Spectre.Console Risk Scoring GitHub Actions CI
📱
2026 Mobile TypeScript
NetWatch Mobile
// React Native iOS + Android infrastructure monitoring
Mobile companion for NetWatch — real-time host status, alert management, and server configuration. Dashboard with stat cards and critical alert banners, filterable alerts with haptic-feedback ACK, host detail with uptime/latency/port/tag views, and a settings screen for server URL, API key, polling interval, and push notifications. TypeScript strict mode, Zustand state, React Navigation v6.
React Native 0.74 TypeScript Expo 51 React Navigation v6 Zustand expo-haptics expo-notifications Jest
📐
3D 2026
Custom CAD-Like 3D App
// browser-based 3D design with real-time hand tracking

A browser-based 3D design application combining Three.js with MediaPipe hand tracking for gesture-driven interaction. Built with React 19, React Three Fiber, and Zustand for state management. Enables users to manipulate 3D objects directly with their hands via webcam — no external hardware needed. TypeScript throughout, Vite for ultra-fast dev cycles.

React 19 Three.js MediaPipe Hands React Three Fiber TypeScript Zustand Vite @react-three/drei
🎲
Deployed AWS
420 & Games Discord Bot
// 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 backup encryption, and is deployed live on AWS EC2 with CloudWatch monitoring.

Node.js Sapphire Framework AWS EC2 discord.js v14 SQLite / better-sqlite3 AWS SDK v3 CloudWatch AES Encryption 33+ Commands
🎁
Live
Activity Giveaway Bot
// voice-aware giveaway system with ticket ledger

A local Discord bot that rewards members for genuine activity — messages with cooldown/daily caps and real voice-speaking events via @discordjs/voice. Tickets are accumulated in an append-only SQLite ledger with idempotent event keys. 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 Zod dotenv ES Modules
⚔️
Phase 8
Hytale Mods 2.0
// 958B+ character combinations · WoW-inspired mount system

A comprehensive character and mount creation engine for Hytale. Supports 958+ billion character combinations across 139 customizable features, 30 unique mounts (flying, ground, aquatic) with saddle and magical effects customization, and an age-gate content system providing family-friendly and adult tiers. Inspired by WoW, D&D/Baldur's Gate, and Genshin Impact.

Python 139 Features 30 Mounts Age-Gate System Profile Manager Asset Pipeline Texture Generation
🔐
2026
CertSentry
// 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 scheduled TLS scans run automatically with color-coded expiry countdowns (green/amber/red/grey). 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.22 React 19 PostgreSQL 16 Docker Compose Gin Framework TypeScript Zustand Tailwind CSS TLS Scanning WHOIS Parser Cron Scheduler
📡
2026
NetWatch
// 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.22 React 19 WebSockets Docker Compose PostgreSQL 16 Redis JWT Auth TypeScript Zustand Tailwind CSS Threshold Alerting

OSINT Toolkit

Kali Linux OSINT Environment
Docker container · osint-tools:latest · Kali 2026.1 Rolling · SSH :2222 · VS Code Remote Tunnel
PhoneIntel
Advanced phone number intelligence — carrier lookup, geolocation, Google dork generation, OpenStreetMap mapping, Tellows & SpamCalls integration, batch processing.
DIGI-NETRA
Modular OSINT assistant toolkit 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 with 6 specialized features — owner lookup, spam risk, related links, comment aggregation, and 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 an active community of contributors.
MetaGhost
Metadata extraction and analysis tool for OSINT professionals. Extracts hidden metadata from files and digital artifacts to build intelligence profiles.
Telespot v5.0.0
Phone number OSINT via multi-engine search (Google, Bing, DuckDuckGo). Generates format variations, correlates results, surfaces names, locations, and 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

A 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.

LANGUAGES
Python R Julia Java C++ JavaScript
FRAMEWORKS
PyTorch DDP Flux.jl DL4J Libtorch TF.js
MLflow Weights & Biases Multimodal (Audio+Vision+Text) RL / Policy Gradient Distributed Training Gymnasium OpenAI API Anthropic API Whisper YAML Config Merging Experiment Tracking CLI Harness

Project Timeline

JUNE 2026
CertSentry — SSL & Domain Health Monitor
Built a self-hosted Go + React domain health scanner tracking SSL certificate expiry, port state, and WHOIS data. Cron scheduling, webhook/email alerting, color-coded expiry dashboard.
JUNE 2026
NetWatch — Real-Time Infrastructure Monitor
Shipped a lightweight Go monitoring agent + React WebSocket dashboard for real-time CPU, memory, disk, and network metrics across any number of hosts.
JUNE 2026
PipelineForge — Self-Hosted CI/CD Platform
Built a Python/FastAPI CI/CD platform — YAML pipeline definitions, GitHub webhook triggers, paramiko SSH executor, live WebSocket log streaming, and role-based access.
JUNE 2026
TicketFlow — IT Help Desk & Asset Management
Delivered a full ITSM platform with ticket lifecycle, SLA timers, hardware/software asset inventory, RBAC, append-only audit trail, and warranty tracking. Built from 15 years of real IT operations.
MAY 2026
Kali Linux OSINT Toolkit — Docker Environment
Built and deployed a custom Kali Linux 2026.1 Docker container integrating 9 OSINT tools (PhoneIntel, DIGI-NETRA, Moriarty, Tookie-OSINT, Mr.Homes, MetaGhost, Telespot, Dark-Hydro, Wiwok). Accessible via VS Code Remote Tunnel over SSH.
MAY 2026
XCEED Tech — Full Production Infrastructure (72 hrs)
Built a complete production hosting stack for X-CEED Tech Solutions in under 72 hours — Skyhigh Hosting Discord bot (50+ commits, web dashboard, Stripe/PayPal/Square, Pterodactyl integration), ip-manager IMAP-authenticated IP whitelist with iptables automation, and full Unraid server security hardening. 13 Docker containers verified live and healthy at archive date.
APRIL 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 for catalog and runtime operations.
FEBRUARY 2026
Diagnostic Platform v1.0.0 — Enterprise Release
Launched enterprise computer diagnostics platform. 140+ rules, FastAPI backend, 5-minute diagnostic cycle at 95% accuracy. Targets IT repair shops and MSPs.
2026
Custom CAD-Like 3D App — Browser + Hand Tracking
Built a WebGL 3D design tool using React Three Fiber and MediaPipe Hands — real-time hand gesture control of 3D objects entirely in the browser, no plugins required.
2025–2026
Jarvis — Distributed AI Automation Platform
Designed and built a full distributed AI agent with RabbitMQ queue-per-tool routing, voice activation, Python/Node/remote worker mesh, NPU acceleration, and natural language workflow planning.
2025–2026
AI / LLM Multi-Language Training Workspace
Established a production-grade LLM research workspace spanning Python, R, Julia, Java, C++, and JavaScript — unified pipelines for supervised, multimodal, and RL training with MLflow + W&B tracking.
2024–2025
420 & Games Bot + Activity Giveaway Bot
Deployed two production Discord bots — a full-feature community bot (33+ commands, AWS EC2, enterprise encryption) and a voice-activity giveaway bot with append-only ticket ledger.
2024
Hytale Mods 2.0 — Character & Mount System
Built a game-mod creation engine with 958B+ character combinations, a WoW-inspired mount system with 30 mounts, age-gate content layers, and a profile sharing community — Phase 8 complete.

Professional Experience

15 years of hands-on IT before software development. The 140+ diagnostic rules in the Diagnostic Platform didn't come from documentation — they came from this.

CTO / Lead Engineer (Contract)
X-CEED Tech Solutions LLC
Engaged as CTO and sole engineer. Architected and deployed a full production hosting platform — Discord bot, web dashboard, payment integrations, Pterodactyl game-server panel, Docker Mailserver, Nginx Proxy Manager, WordPress, Roundcube, and a custom IMAP-authenticated dynamic IP whitelisting system — entirely from scratch. 72 hours from first commit to 13 containers live in production. Security hardening: iptables-legacy INPUT/DOCKER-USER chains, admin-only port lockdown, rate limiting, HTTPS via Let's Encrypt DNS-01. All systems verified healthy and functional at archive.
Node.js Docker Compose Unraid / Linux discord.js v14 iptables System Architecture Security Hardening Payment Integration Server Administration
May 19–22, 2026
Remote
Location Manager
MonsterFix
Managed a full face-to-face computer repair store end-to-end: opening procedures, customer intake, ticketing system, inventory, hands-on repairs, and staff training. Serviced high-end desktops, workstations, laptops, cellphones, tablets, all-in-ones, and performed component-level board repairs.
Component-Level Repair Store Management Staff Training Customer Intake Ticketing Systems Inventory
Feb 2020 – May 2021
Long Beach, CA
Technician
Home Tech Shop
Laptop, computer, and cellphone repair. Extended role into graphic design and early work on hosting server setup and configuration.
Laptop Repair Cellphone Repair Graphic Design Server Hosting
Jan 2016 – Mar 2020
San Pedro, CA
Technician
Just Tech Solution
Broad technical scope: computer diagnostics, phone & tablet repairs, custom desktop builds, custom application development, and bespoke data solutions for clients. The real-world diagnostic patterns from this role directly informed the Diagnostic Platform's 140+ rule engine.
Computer Diagnostics Custom Desktop Builds Custom Applications Data Solutions Phone & Tablet Repair
Sep 2014 – Jan 2016
San Pedro, CA
Technician
ABC Computers
Started as a volunteer technician — the origin of a 15-year hands-on career in computer repair and custom hardware.
Computer Repair Hardware
Jan 2011 – Sep 2014
San Pedro, CA

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
📡
Wireless Network Admin
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 · HashiCorp
🚀
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

Languages

🇺🇸 English — Fluent / Bilingual
🇭🇺 Hungarian — Intermediate
🇪🇸 Spanish — Beginner
🇸🇪 Swedish — Beginner