Vetted React Professionals

Pre-screened and vetted.

JM

Jason Meno

Screened

Senior Full-Stack Software Engineer specializing in digital health and AI

San Francisco, CA7y exp
Feeling GreatPurdue University

ML practitioner with hands-on experience in healthcare time-series modeling (CGM-based blood glucose prediction) including a novel ICA-based blind source separation approach and robust data-cleaning for noisy, missing sensor data. Also built an embeddings + LLM-powered podcast recommendation workflow using YouTube transcript scraping and Vellum AI document indexing, with a strong emphasis on production-grade engineering practices (TDD, monitoring) and realistic rolling validation for forecasting.

View profile
SL

Steven Lee

Screened

Mid-Level Software Engineer specializing in Robotics, AI/ML, and XR

New York, NY4y exp
Engineering ServicesDrexel University

Candidate states they have worked on many robotics software system projects and has overcome many technical challenges, but declined to provide any project details during the screening and ended the interview early.

View profile
MM

Executive Enterprise Architect & CTO specializing in cloud, digital transformation, and AI/ML

Chicago, IL21y exp
WindyCity TraderDePaul University

Senior enterprise architecture and engineering leader (Sr. Director / Principal Architect) who has owned enterprise IT strategy and governance for a $100M budget and partnered directly with C-suite stakeholders. Led a cruise-industry employee/crew digital transformation, scaling to 10 agile teams (~70 people) using SAFe/TOGAF and making architecture decisions optimized for low-connectivity environments (local database to avoid internet authentication).

View profile
UJ

Junior AI Software Engineer specializing in GenAI and full-stack ML deployment

Bloomington, IN2y exp
IBMIndiana University Bloomington

Backend/Founding-Engineer-style builder who architected AESOP, a multi-agent distributed platform for biomedical literature evidence synthesis. Implemented an async FastAPI stack on AWS with LangGraph orchestration, Redis/Postgres+pgvector, and Celery-based background processing, plus defense-in-depth security (JWT refresh/rotation and DB-level isolation). Notable for hardening LLM workflows with multi-layer validation and convergence safeguards to prevent hallucinations and infinite agent loops.

View profile
BC

Senior Full-Stack Software Engineer specializing in scalable web platforms and cloud microservices

4y exp
DeloitteSyracuse University

Full-stack engineer with strong production ownership who built a "Problem Workspace" coding feature using Next.js App Router + TypeScript, combining Server Components for fast initial render with WebSocket-driven real-time execution updates. Demonstrates deep reliability and data-consistency expertise (idempotency keys, Postgres constraints/indexing, EXPLAIN ANALYZE) and has implemented durable async orchestration (Temporal-style workflows) to reduce failures and timeouts under load.

View profile
LB

Junior Software Developer specializing in full-stack, data platforms, and Azure cloud

California, USA2y exp
Our National ConversationCalifornia State University, Los Angeles

Backend engineer with hands-on experience designing and refactoring scalable Node.js/MongoDB systems and building Python/FastAPI services. Emphasizes production-grade security (JWT, refresh tokens, RBAC, Supabase Auth, RLS) and reliability practices like strong testing, monitoring, and rollback planning, including resolving concurrency and token/validation edge cases.

View profile
SM

Mid-level AI/ML Engineer specializing in GenAI agents, RAG pipelines, and MLOps

USA6y exp
UnitedHealthcareKent State University

AI/ML engineer who built a production RAG-based internal document intelligence assistant (LangChain + Pinecone) to let employees query enterprise reports in natural language. Demonstrated hands-on pipeline orchestration with Apache Airflow and tackled real production issues like retrieval grounding and latency using tuning, caching, and token optimization, while partnering closely with non-technical business stakeholders through iterative demos.

View profile
VN

Vinay Nadella

Screened

Mid-level Java Full-Stack Developer specializing in microservices and cloud-native web apps

Wichita, Kansas5y exp
Koch IndustriesUniversity of Central Missouri

Full-stack engineer who has shipped and owned production analytics dashboards using Next.js App Router + TypeScript, combining server components for data-heavy pages with client components for interactive charts/filters. Also built a Temporal-orchestrated payment reconciliation workflow with versioning, idempotency, and exponential-backoff retries, and has hands-on Postgres query/index optimization using EXPLAIN ANALYZE.

View profile
AP

Ankit Patra

Screened

Mid-Level Software Engineer specializing in cloud, microservices, and AI/ML

New York, NY6y exp
Binghamton UniversityBinghamton University

Backend/API engineer with ~4 years experience building production services in .NET Core/PostgreSQL/Redis/Docker and optimizing real-world latency issues (claims ~60% response-time improvement). Also built and owned an end-to-end RAG-based AI assistant using Python/FastAPI, OpenAI APIs, and Pinecone, plus agentic workflows with reliability guardrails (retries, confidence thresholds, monitoring). Currently pursuing a master’s degree and targeting a $150k base salary.

View profile
AA

Aayush Anand

Screened

Intern Full-Stack/Software Engineer specializing in web apps, cloud, and data/ML systems

New York, NY1y exp
The NorthStar GroupNYU

Built and productionized LLM-driven content intelligence/SEO agents for a high-traffic media platform, automating tagging/summarization/metadata with FastAPI + async orchestration and strict JSON-schema outputs. Demonstrated measurable impact (40% faster publishing, +20% organic traffic in 3 months) and strong reliability practices (offline evals, shadow mode, canaries, fallbacks, idempotency, and monitoring).

View profile
SG

Shiva Ganduru

Screened

Senior Backend Software Engineer specializing in microservices, Kafka, and cloud-native AWS platforms

USA5y exp
ExperianWestern Illinois University

LLM/agent engineer with production experience in the insurance claims domain, integrating OpenAI + LangChain into a claims platform to automate unstructured document extraction/classification and cut manual effort by 35%. Built reliable, fault-tolerant AWS/Kubernetes microservices with CloudWatch monitoring plus circuit breakers/retries/fallbacks, and implemented multi-step Spring Boot orchestration with schema validation, confidence gating, and human-in-the-loop handling for low-confidence cases.

View profile
AD

Aswani D

Screened

Mid-level Software Engineer specializing in cloud microservices and data pipelines

5y exp
Johnson & JohnsonIndiana Wesleyan University

Data engineer/platform builder who has owned production pipelines end-to-end processing millions of records/day, with strong emphasis on data quality (quarantine workflows) and reliability (monitoring, retries, incremental loads). Also designed large-scale external data collection/crawling with anti-bot handling and backfills, and shipped versioned REST data services optimized for performance and developer usability in an early-stage environment.

View profile
Ganesh Medepalli - Mid-level Java Developer specializing in Spring Boot microservices and AWS in USA

Mid-level Java Developer specializing in Spring Boot microservices and AWS

USA3y exp
Berkshire HathawayMissouri University of Science and Technology

Backend engineer with primary experience in Java/Spring Boot microservices, AWS (EC2/ECS/Lambda), and CI/CD automation with Jenkins. Supported modernization/migration efforts at Berkshire Hathaway and Citius Infotech by containerizing legacy components with Docker, refactoring services to be stateless, and managing infra changes via Terraform and Git-based workflows; has limited but practical Python API prototyping experience (Flask/FastAPI) and solid conceptual grounding in Kubernetes and Kafka.

View profile
Prateek Pravanjan - Junior Machine Learning Engineer specializing in LLM evaluation and GenAI pipelines in Remote

Junior Machine Learning Engineer specializing in LLM evaluation and GenAI pipelines

Remote1y exp
MercorStevens Institute of Technology

LLM/agent engineer who built a production LangGraph multi-agent orchestrator connecting GitHub and APM/observability signals with a chain-of-verification loop for root-cause analysis. Emphasizes pragmatic architecture (start simple with state summaries), performance tuning (async LLM calls, Docker), and rigorous evaluation (LLM-as-judge, adversarial testing, hallucination/instruction adherence metrics, tool-call tracing) while iterating with non-technical stakeholders via A/B testing.

View profile
Pravalika Kasojjala - Mid-level AI/ML Engineer specializing in LLM, RAG/GraphRAG, and fraud analytics in Charlotte, NC

Mid-level AI/ML Engineer specializing in LLM, RAG/GraphRAG, and fraud analytics

Charlotte, NC5y exp
Bank of AmericaUniversity of Wisconsin–Milwaukee

LLM/agent engineer who has deployed a production internal assistant to reduce employee inquiry resolution time while maintaining regulatory compliance. Experienced with RAG, hallucination risk triage, and graph-based orchestration (LangGraph) for enterprise/banking-style workflows, emphasizing schema-validated, citation-backed, tool-constrained agent designs and tight collaboration with non-technical business/compliance stakeholders.

View profile
Raviteja Kambhampati - Mid-level Full-Stack Java Developer specializing in cloud-native microservices and React in San Francisco, CA

Mid-level Full-Stack Java Developer specializing in cloud-native microservices and React

San Francisco, CA5y exp
Wells FargoUniversity of Missouri-Kansas City

Full-stack engineer who has owned customer-facing analytics and dashboard products end-to-end using TypeScript/React with Spring Boot microservices. Strong in scaling and stabilizing distributed systems (RabbitMQ, DLQs/retries, observability with correlation IDs) and in building internal tooling that consolidates ELK/CloudWatch signals to speed up support and operations; reported ~30% performance improvement on a recent dashboard.

View profile
Sri Chandana Topuri - Mid-level Java Full-Stack Developer specializing in Spring microservices and Angular

Mid-level Java Full-Stack Developer specializing in Spring microservices and Angular

5y exp
WalmartUniversity of Memphis

Backend-focused engineer working primarily with Python/Django who also handles full-stack responsibilities. Has hands-on experience deploying containerized Python/Java microservices to Kubernetes using Helm and GitOps (ArgoCD), plus building Kafka-based event streaming with reliability controls (acks, consumer groups, DLQ). Also supported major on-prem to cloud/hybrid migrations using Terraform/Ansible with blue-green cutovers and data replication to minimize downtime.

View profile
Weston Carpenter - Mid-level Backend Software Engineer specializing in distributed systems in San Francisco, CA

Mid-level Backend Software Engineer specializing in distributed systems

San Francisco, CA6y exp
GrubhubUC Berkeley

Technical/presales engineer with experience at Grubhub and Appen, spanning LLM-adjacent data labeling workflows and production AI troubleshooting. Built an integrations platform at Grubhub and has hands-on experience diagnosing prompt-related AI failures via Splunk, adding JUnit tests and logging to prevent recurrence. Known for shipping customer-specific workflow adaptations (e.g., OCR annotation coordinate transformations for crop/rotation) while keeping timelines intact through iterative delivery and parallelization.

View profile
Ashwini Ramesh Kumar - Junior AI Software Engineer specializing in LLMs, RAG, and agent workflows in Remote

Junior AI Software Engineer specializing in LLMs, RAG, and agent workflows

Remote1y exp
UMass Chan Medical SchoolUniversity of Massachusetts Amherst

Backend/ML-leaning engineer who built a content-based event recommender for FlowMingle using embeddings + HNSW vector search on Google Cloud, with Firebase as the backend and a managed recommendation lifecycle (15 recs/user, daily async generation, weekly deletion) now serving 1500+ users. Also led a cost-driven migration of ConvAI services to Azure AI using parallel request testing from a Unity client, with post-migration monitoring via logs and model evals; contributed to a Massachusetts law-enforcement conversation analysis system by expanding ingestion to PDF/TXT/Excel and multi-file inputs.

View profile
Sujith Julakanti - Junior MLOps Engineer specializing in LLMs and cloud infrastructure in College Station, TX

Junior MLOps Engineer specializing in LLMs and cloud infrastructure

College Station, TX3y exp
Texas A&M UniversityTexas A&M University

Built a production multimodal LLM system (Gemini on GCP) to automate behavioral coding of family-involved science experiment videos, including preprocessing for inconsistent lighting/audio and LangGraph-orchestrated parallel workflows. Also developed rubric-based AI grading workflows and partnered closely with non-technical education stakeholders through explainability-focused walkthroughs and manual-vs-AI evaluation alignment.

View profile
Upasana Pandey - Senior Product Designer specializing in enterprise, AI-driven, data-heavy products in Dallas, TX

Senior Product Designer specializing in enterprise, AI-driven, data-heavy products

Dallas, TX6y exp
RolyncRhode Island School of Design

Product/UX designer who has led end-to-end design systems for high-impact, multinational products—most notably a live African Union policy tracking platform used by 11 countries. Experienced translating complex, regulated workflows into intuitive experiences (including a gamified pediatric vaccination journey) and collaborating closely with engineers using component-based design systems and Agile delivery.

View profile
Matthew Penner - Intern Software Engineer specializing in systems programming and web development in Hillsboro, OR

Intern Software Engineer specializing in systems programming and web development

Hillsboro, OR3y exp
IntelPortland State University

Entry-level candidate who built an air-traffic-control (ATC) simulation game in Rust, using a tick-based loop to model real-time behavior. No hands-on robotics/ROS experience yet, but has foundational software development tooling experience with GitHub and Linux/Vim.

View profile
Saicharitha Yanamandala - Mid-Level Software Developer specializing in Java, Cloud, and Microservices in Chicago, IL

Mid-Level Software Developer specializing in Java, Cloud, and Microservices

Chicago, IL6y exp
Capital OneChicago State University

Backend/Python engineer who owned an end-to-end FastAPI + AWS internal natural-language document Q&A system (Textract extraction, embeddings/vector DB, LLM integration) with strong focus on reliability and latency. Hands-on with Kubernetes + GitOps (Argo CD, Helm, rolling updates/auto-rollback) and built/optimized Kafka streaming pipelines using Prometheus/Grafana. Also supported a zero-downtime on-prem to cloud migration with parallel run and gradual traffic cutover.

View profile
Rishabh Goyal - Mid-Level Full-Stack Software Developer specializing in Java/Spring and React in USA

Rishabh Goyal

Screened

Mid-Level Full-Stack Software Developer specializing in Java/Spring and React

USA6y exp
JPMorgan ChaseCalifornia State University

Python backend engineer focused on real-time e-commerce analytics systems, building FastAPI + Kafka microservices with strong idempotent processing patterns (Postgres upserts, manual offsets, Redis caching). Has hands-on Kubernetes (EKS) and GitOps delivery with Argo CD/GitHub Actions, plus experience migrating containerized services from on-prem VMs to AWS using Terraform and blue-green cutovers.

View profile

Need someone specific?

AI Search