Pre-screened and vetted in California.
Mid-Level Software Engineer specializing in cloud microservices and GenAI RAG systems
Senior QA Engineer specializing in test automation for web, mobile, and APIs
QA Supervisor specializing in web, mobile, and game testing in Agile environments
Senior QA Engineer and Software Developer specializing in test automation for AAA games
Senior Technical Support & Sales Enablement leader specializing in cloud security and enterprise infrastructure
Senior Full-Stack Java Engineer specializing in microservices, cloud, and enterprise platforms
Mid-Level Unreal Engine Engineer specializing in gameplay systems and UI tools
“Unreal Engine 5 gameplay/systems developer who led major core features for the Early Access Steam city builder Geopogo Cities: Windsor Detroit, including an end-to-end building placement system tightly integrated with economy, AI pedestrians (Mass AI/Zone Graph/State Trees), and procedural city block generation. Also built a third-person exploration layer with character customization, stamina, and animation retargeting on top of the City Sample Crowd framework, plus shipped player-driven UX improvements based on live Early Access feedback.”
Junior Software Engineer specializing in AI and FinTech payments
“Forward-deployed software engineer at PayStand who uses LLM prototyping tools (e.g., Cursor, Lovable) to rapidly build customer-specific demo environments and drive sales outcomes—citing ~$100K in technical buy-in before production development. Experienced supporting an enterprise expense management product (Teampay) with agentic AI workflows, emphasizing observability (Grafana/Loki/Tempo) and cross-functional communication with sales, product, developers, and customers.”
Mid-Level Software Engineer specializing in Cloud Infrastructure and Full-Stack Platforms
“Built and shipped a production LLM-powered grading platform that automates rubric-aligned scoring and feedback, with strong guardrails (RAG grounding, structured JSON, validation/retries) and operational rigor (metrics, drift monitoring). Experienced using CrewAI to orchestrate multi-agent workflows end-to-end and validating quality via gold-set benchmarking against human graders with regression testing on every prompt/model change.”
Mid-level Software Engineer specializing in ML, LLM apps, and cloud data systems
“Built a production SQL chatbot for access-log analytics that replaced manual custom report requests with natural-language querying, using LangGraph and a ChromaDB-backed RAG pipeline for grounded, consistent answers. Implemented a privacy-preserving design where the LLM never sees raw customer data (only query metadata) and has experience building multi-agent/tool-calling systems with LangGraph (DeepAgents), including solving sub-agent communication drift via self-reflection.”
Engineering Manager & Senior Full-Stack Engineer specializing in e-commerce platforms
“Backend-focused JavaScript/Node.js engineer with e-commerce domain depth from Decathlon, working on foundational microservices for order management, inventory, and fulfillment integrations. Led an infrastructure redesign and shipped a Shopify-based persistent cart experience, diagnosing early production issues via monitoring/log analysis and improving reliability through stronger session persistence and fault-tolerant architecture.”
Mid-level QA Tester specializing in game and audio quality assurance
“Game QA tester with experience at QLOC (Poland) and EA Burnaby (Canada), focused on audio/commentary quality for the FIFA/FC franchise. Shipped FIFA 23, FC 24, and FC25, including validating a major new commentary team integration and ensuring situational commentary triggers correctly using debug tools, evidence capture, and close collaboration with audio artists/developers.”
Mid-Level Software Engineer specializing in iOS and full-stack development
“Cross-platform (web + mobile) product engineer working on coupon clipping experiences. Built and shipped category-based filtering informed by external market data (Rakuten/Honey) and internal user-journey analytics, validated via A/B testing and resulting in a 30% traffic lift. Experienced handling on-call production incidents, including rapid root-cause analysis and hotfixing a mobile crash that was blocking a release.”
Senior Computer Vision & Robotics Engineer specializing in perception and warehouse automation
“Robotics engineer with hands-on experience scaling a multi-vendor heterogeneous warehouse robot fleet, building a distributed “traffic manager” for collision avoidance and real-time rerouting using CBS/MAPF and DCOP-style negotiation. Strong real-time/safety-critical systems background (RTOS, deterministic lock-free multithreading) plus modern perception and simulation tooling (CNN-LSTM/transformers, CARLA/Isaac Sim, VIO/GTSAM, camera-IMU calibration). Startup-oriented and comfortable moving quickly from prototype to production.”
Senior Full-Stack Software Engineer specializing in API architecture and AI agentic RAG systems
“Hands-on backend/AI engineer who solo-built two production Claude-based agent systems: an internal Slack RAG over Confluence/Jira/code/regulatory docs and a HIPAA/GDPR-compliant patient chatbot with embedding guardrails and expert-in-the-loop evals. Also architected a multi-region patient portal + microservices platform with Terraform/CI-CD and federated gateways, delivering major onboarding automation and strong reliability wins (PgBouncer, chaos/perf testing).”
Junior Software Engineer specializing in full-stack systems and LLM automation
“Full-stack engineer who shipped a production "Financial Insight" assistant dashboard in Next.js App Router/TypeScript, integrating a RAG pipeline (embeddings + ChromaDB + LLM) via route handlers and owning post-launch performance (latency, token cost, retrieval relevance). Also built/optimized Postgres-backed workflows for an outbound dialer and callback routing engine handling ~10,000 daily contacts, validating query performance with EXPLAIN (ANALYZE, BUFFERS).”
Mid-level Backend Software Engineer specializing in Python/FastAPI on AWS
“Backend engineer with healthcare domain experience building AI-driven radiology workflow systems. Evolved tightly coupled APIs into secure, reliable FastAPI-based services by moving heavy imaging/data processing into idempotent asynchronous pipelines with retries, feature-flagged incremental rollout, and strong data-integrity controls (constraints, backfills, validation). Strong focus on defense-in-depth security for sensitive patient data (OAuth2/JWT, RBAC, and database-level protections).”
Intern Software Engineer specializing in agentic RAG and full-stack web development
“Entry-level software engineer who built an agentic AI backend in Python/FastAPI, including APIs for conversation history retrieval and user data storage, and worked through async/concurrency challenges for multiple agents querying simultaneously. Also has practical AWS experience using S3 for static hosting with Lambda and RDS for backend/data access.”
Senior Full-Stack Software Engineer specializing in cloud, AWS, and enterprise web apps
“Software engineer with BitSight experience owning and revitalizing a critical internal Entity Management Portal (Django/React), clearing 30+ backlog items and boosting internal workflow efficiency ~40% through performance re-architecture (Redis caching) and disciplined testing. Also built a collaborative chore management platform (React/FastAPI) emphasizing responsiveness (optimistic UI) and scalability (connection pooling, Docker), and improved microservices security by centralizing secrets management with AWS Secrets Manager across multi-cloud environments.”
Junior Software Engineer specializing in Python, cloud, and full-stack web development
“Built a college AI chatbot during a master’s program, owning the full Python/Flask backend plus Google Gemini integration and a Postgres persistence layer (course info + conversation history), including caching/performance tuning. Also deployed and migrated ETL/ELT workloads from AWS Lambda into Kubernetes/EKS with GitHub Actions-based GitOps CI/CD, IRSA permissions, and Secrets Manager/S3/Postgres connectivity.”
Senior QA Automation Engineer specializing in API and microservices testing
“QA automation engineer who owned an end-to-end automated regression suite for a PlayStation digital store flow (login through checkout/payment), building a hybrid POM/data-driven framework from scratch with Selenium/TestNG/Cucumber and also using Playwright/TypeScript and Cypress. Integrated the suite into Jenkins CI/CD with nightly runs and reporting, improved coverage (happy + negative paths), and reduced release risk by catching critical issues like session timeout and transaction/payment defects before production.”
Mid-level Full-Stack Software Engineer specializing in AI-powered web products
“Early engineer at a fast-growing startup who owned an AI-powered portfolio/site generation workflow end-to-end (frontend in Next.js App Router/TypeScript through backend orchestration). Emphasizes server-first security/performance (Server Components/Actions, revalidation), and production hardening with validation, caching, observability, retries/idempotency, and CI/E2E testing.”