Pre-screened and vetted.
Mid-Level Full-Stack Java Developer specializing in Spring Boot microservices and Angular
Intern Robotics Software Engineer specializing in ROS2 multi-robot autonomy
“Robotics intern at the University of Delaware who built and debugged ROS2-based multi-robot coordination systems, focusing on real-time reliability (timestamp alignment, latency/jitter instrumentation, QoS/executor tuning). Also improved SLAM stability by fixing LiDAR/encoder synchronization and tuning state-estimation parameters, with a simulation-first workflow using Gazebo and Docker/CI for reproducible deployments.”
Senior Full-Stack JavaScript Developer specializing in React and Node.js
Junior Software Engineer specializing in cloud infrastructure, observability, and full-stack systems
“Built and productionized a predictive maintenance system (predictEngineLife) estimating Remaining Useful Life for PW4000 turbofan engines from large-scale, noisy telemetry—emphasizing modular pipeline design, deterministic preprocessing, and strong observability/guardrails. Also has hands-on experience diagnosing multi-agent LLM customer-support workflows (schema/state issues, fallback paths, regression tests) and has led developer workshops (GDG Pune) while partnering with sales teams on technical discovery and POCs.”
Senior Machine Learning Engineer specializing in NLP, computer vision, and edge AI
“AI/LLM engineer who built a production RAG-based Text2SQL engine using Qdrant, including creating the underlying business/DB documentation, generating a test dataset, and designing detailed SQL-quality metrics for validation. Also partnered with non-technical stakeholders on a speech recognition project to prioritize medical terminology, improving accuracy through targeted corpora, lookup-table correction, and fine-tuning with a modified loss function.”
Mid-level Full-Stack Developer specializing in healthcare cloud applications
“Master’s-program backend engineer with strong Java/Spring Boot industry experience who also owned a Python analytics service (Flask/Postgres, JWT, Celery/Redis) and optimized large-dataset performance via SQL/batching. Has hands-on Kubernetes microservices deployment and GitLab+Terraform CI/CD/GitOps workflows, plus experience supporting phased on-prem to AWS migrations and building Kafka-based real-time streaming pipelines.”
Mid-level Software Engineer specializing in Java microservices and ML model integration
“Backend/ML platform engineer who owns end-to-end delivery of ML-serving APIs (FastAPI + TensorFlow) and runs them reliably on Kubernetes using ArgoCD GitOps. Has hands-on experience solving production-only issues (probe tuning for model warm-up, resource profiling) and building scalable Kafka streaming pipelines, plus supporting phased on-prem to AWS migrations with dependency discovery and recreation of hidden jobs/workflows.”
Senior Backend Software Engineer specializing in distributed systems and cloud microservices
“Backend engineer with NTT Data experience building Java/Spring Boot services for product-data ingestion, including Kafka-based asynchronous pipelines and Redis read-through caching. Also built a personal RAG system deployed on Google Kubernetes Service using FastAPI, LangChain, and Pinecone with multi-tenant data isolation; holds a Master’s background in Machine Learning.”
Intern Full-Stack Software Engineer specializing in web apps and distributed systems
“Built an itinerary-planning startup MVP (LessGO) using React/TypeScript and a Node/Express backend integrating Google Maps and Gemini AI. Notably optimized Gemini latency from ~40 seconds to ~3 seconds through frontend caching, debugging, and model selection, and has TA experience supporting others with deployments and database connectivity.”
Senior Full-Stack .NET Developer specializing in Angular/React and cloud (Azure/AWS)
“Gameplay engineer with hands-on ownership of real-time C++/UE5 systems, including an end-to-end ability system and a networked dash feature using client prediction and server reconciliation. Strong in performance profiling/optimization (object pooling, collision-check gating) and applied math for projectile motion validated via debug visualization and QA/playtesting; particularly interested in soccer/football gameplay mechanics and feel.”
Mid-level Full-Stack Java Developer specializing in microservices and cloud-native systems
“Backend engineer with hands-on experience building real-time, event-driven systems at Walgreens, including a Kafka-based prescription status notification service and scalable pipelines for messy prescription/inventory data. Strong focus on reliability patterns (retries, idempotency, DLQs) and iterating based on pharmacist feedback to improve usability.”
Senior Python Developer specializing in FastAPI, Django, and cloud-native web applications
“Backend engineer working on Plumas Bank’s digital modernization, building a FastAPI-based loan origination/processing system with OAuth2/JWT security, AWS Lambda-driven PDF document generation to S3, and MongoDB integration. Has led a legacy workflow migration to a new microservice using dual-write/dual-read and monitoring, and emphasizes multi-tenant isolation via layered API controls plus row-level security.”
Senior Robotics Software Engineer specializing in ROS 2 autonomy and distributed systems
“Robotics Software Engineer with 2.5 years at the Army Research Lab building production tools and cloud infrastructure for large-scale ROS/Unity simulation on AWS. Created a Python GUI to streamline analysis of massive (100GB) ROS bag/MCAP datasets and has deep ROS2/Nav2 performance debugging experience (executor/QoS/TF tracing). Also built an in-house ROS perception pipeline for an assembly-line use case, reaching 92% accuracy.”
Senior 3D Generalist specializing in real-time 3D, VR, and procedural animation
“UK-based Unity/VR generalist who shipped a Meta Quest VR installation to art galleries worldwide while at Julian Opie Studio, acting as sole programmer and producing the art pipeline. Built a custom Spatial Anchors-based spatial mapping system with little documentation and developed real-world operational procedures to keep installations stable for exhibitions with hundreds of daily visitors. Also contracted as a 3D generalist at Blue Zoo, producing all assets/animations and environment setup for a Tate Gallery kids game, finishing ahead of schedule.”
Junior Machine Learning Engineer specializing in LLMs and RAG systems
“Production-focused applied ML/LLM engineer who has deployed an LLM-powered RAG assistant and improved reliability through rigorous retrieval evaluation (recall/MRR), reranking, and guardrails that prevent confident wrong answers. Experienced running containerized ML/LLM services on Kubernetes (including AWS-managed layers) with CI/CD and observability, and has delivered a real-time predictive maintenance system using streaming sensor data and time-series anomaly detection in close partnership with maintenance teams.”
Senior .NET Full-Stack Developer specializing in cloud, IoT messaging, and real-time web apps
“Full-stack engineer who owns customer-facing web products end-to-end (React/TypeScript + Node.js), shipping frequent releases with strong testing, staged deploys, and production monitoring. Improved a key user flow by batching backend calls and simplifying frontend rendering, driving ~30% faster load times and ~30% higher completion rates. Also built an ops monitoring dashboard using ELK + Prometheus/Grafana that cut incident response time by 40% and has hands-on microservices messaging experience (RabbitMQ/Kafka, idempotency, DLQs).”
Junior Full-Stack Software Engineer specializing in React, Kubernetes, and AI-powered apps
“Backend/DevOps-leaning engineer managing multiple customer service platforms end-to-end (requirements through deployment). Built an in-house Python monitoring/alerting solution for Salesforce-to-Java contact sync jobs (Snowflake dependencies) that increased uptime ~60%, and helped modernize delivery by moving the team from manual releases to automated Jenkins-based deployments while coordinating an Oracle EBS→Fusion transition with business/data/IT stakeholders.”
Mid-level Full-Stack Developer specializing in healthcare analytics and microservices
“Built and maintained an air-quality prediction backend in Python/Flask that serves offline-trained ML models to a React dashboard via JSON REST APIs. Demonstrates strong performance focus across the stack—low-latency inference under load, SQLAlchemy/Postgres query optimization, multi-tenant data isolation, and caching/background task strategies for high-throughput systems.”
Mid-Level Full-Stack Developer specializing in AWS and scalable web platforms
“Software engineer with hands-on AWS experience optimizing an email campaign delivery system—re-architected a monolithic worker into multi-threaded/multi-worker ECS components to boost throughput ~600% (5 to 35 emails/sec). Comfortable debugging production issues (e.g., SQS/EventBridge policy misconfiguration) and emphasizes maintainable delivery via design docs, TDD, versioned APIs, and strong test coverage.”
Intern Robotics & Autonomous Driving Engineer specializing in ROS and computer vision
“Robotics software engineer with multi-robot perception and ROS integration experience, including work on CoLoc-Net improving global visual descriptors (DINOv2-SALAD style) and training a metric head for scale-aware 3D pose/odometry with a UKF backend. Built a ROS node/GUI to synchronize monocular vision and radar outputs at ITRI, and independently created a custom camera driver to enable reliable image sharing across AgileX Limo robots under real hardware constraints.”
Mid-level Full-Stack Developer specializing in Java, Spring Boot, and Angular
“Full-stack engineer who modernized mission-critical legacy COBOL/AS400 systems into a Java + Angular/TypeScript web application, owning backend APIs, UI, database performance tuning, and JWT security end-to-end. Built and transitioned an internal docketing/hearing scheduling system with complex business rules, emphasizing smooth adoption, performance, and quality through phased agile delivery.”
Junior Robotics & AI Engineer specializing in perception, planning, and manipulation
“Robotics software engineer who led the full perception/manipulation/planning stack for an autonomous watermelon-harvesting robot, including ripe-vs-unripe instance segmentation deployed on Jetson AGX Orin with TensorRT and quantization. Deep ROS 2 experience (custom ZEDx mask driver, LiDAR+stereo fusion, MoveIt 2/Nav2/ros2_control) and proven real-time optimization—cut latency ~40% and achieved consistent 7-second pick cycles in outdoor field conditions.”
Junior Data Scientist and Robotics Perception Engineer specializing in GenAI and autonomous systems
“Robotics software architect who built an automated pick-and-place palletizing prototype at BLACK-I-ROBOTICS, spanning perception (multi-RealSense fusion, segmentation, 6D pose, ICP), GPU-accelerated motion planning (MoveIt 2 + NVIDIA CuRobo), grasp generation, and safety (human detection + safe mode). Also brings cloud/CI/CD depth from VERIDIX AI (AWS Cognito/Lambda/ECS and CodePipeline stack) and demonstrated strong debugging chops by reducing outdoor rover EKF drift to ~5 cm via Allan variance-based IMU tuning.”
Mid-level Robotics Software Engineer specializing in perception, localization, and autonomous navigation
“Robotics software engineer with hands-on ROS2 experience building perception-driven navigation for AMRs, integrating YOLO11 + Depth Anything V2 and multi-sensor fusion (LiDAR/RGB-D/IMU) to boost pose accuracy by 30%. Strong in real-time debugging and edge deployment on NVIDIA Jetson (ONNX/CUDA), plus cloud-enabled telemetry (Azure) and simulation-driven testing (Isaac Sim) that cut physical test cycles by 25%.”