Pre-screened and vetted.
Mid-level QA/SDET Automation Tester specializing in UI, API, mobile, and cloud testing
“SDET focused on end-to-end quality for web applications, owning UI/API/regression automation from framework design through CI/CD integration. Notably prevented a production payment/checkout incident by adding API validations that caught incorrect tax calculations (rounding logic) during CI before release, and has a track record of stabilizing flaky Cypress tests via robust selector and wait strategies.”
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 Full-Stack Java Engineer specializing in microservices, React, and Azure
“Full-stack engineer with hands-on ownership of a real-time loyalty rewards notification system at Dell, spanning React UI, Spring Boot/Node microservices, Kafka event processing, and Oracle/Postgres persistence. Strong production operations experience across AKS/Azure DevOps and AWS (EC2/RDS/S3, autoscaling, CloudWatch), including resolving peak-load Kafka lag and API latency incidents through scaling and performance tuning.”
Mid-Level Full-Stack Java Developer specializing in microservices, cloud, and AI integration
“Backend engineer working on high-volume insurance claims intake systems who shipped a production GenAI document-classification capability in Spring Boot microservices. Emphasizes reliability in LLM systems (strict schemas, confidence thresholds, monitoring, and manual-review fallbacks) and runs evaluation loops with labeled historical documents to drive prompt/validation improvements and reduce manual review.”
Mid-level Cloud DevOps Engineer specializing in AWS/Azure infrastructure and Kubernetes
“Backend/ML platform engineer in the insurance domain who built and shipped an AI-driven risk scoring/fraud detection service for underwriting. Runs containerized .NET Core and Python inference services on Azure (AKS + GPU nodes) with Terraform/ARM and Azure DevOps CI/CD, and has hands-on experience improving reliability under peak load plus implementing production AI guardrails (drift monitoring, fallbacks, human review, audit logs).”
Senior Software Engineer specializing in cloud-native microservices and secure enterprise platforms
“Full-stack engineer with strong production ownership in banking/identity & entitlements systems, building Spring Boot + Postgres/Redis services and React dashboards, then deploying on AWS EKS with Jenkins CI/CD. Demonstrated impact through reduced authorization latency and fewer access-related support tickets, plus strong observability and reliability practices (CloudWatch, tracing, autoscaling, Kafka pipelines with DLQs and reconciliation).”
Mid-level DevOps & Systems Engineer specializing in AWS, Kubernetes, and CI/CD automation
“Cloud/DevOps engineer (6+ years) with healthcare domain experience who has owned production AWS systems end-to-end—building real-time data pipelines and an admission forecasting ML service delivered via API and Tableau. Led EMR modernization from on-prem/VMs to containerized AWS using phased migration and blue-green deployments, achieving ~99.5% uptime while cutting on-prem footprint ~30% and driving major automation gains (up to ~90% manual work reduction).”
Senior Full-Stack Product Engineer specializing in Next.js, TypeScript, and distributed systems
“Full-stack engineer who built and shipped an analytics dashboard for search visibility using Next.js App Router/TypeScript with a server-components-first data strategy and server actions for interactivity. Designed and optimized the underlying Postgres analytics model and queries at scale, and implemented a durable Temporal-based indexing workflow with retries and idempotency—plus delivered a major frontend performance jump (Lighthouse low 70s to mid-90s).”
Executive CTO / Software R&D Leader specializing in mobile, GPU computing, and quantitative finance
“Serial entrepreneur since leaving corporate in 2009, working largely for equity on multiple startups. Building (1) academically rigorous, anti-overfitting quant/backtesting tools for retail investors (with potential applicability to smaller hedge funds lacking quant staff) and (2) a partner-led “social-as-a-service” platform for verticals like real estate/PropTech (including FSBO use cases) focused on first-party data capture vs. big tech.”
Mid-Level Full-Stack Software Developer specializing in Java microservices and modern web apps
“Software engineer with experience building and iterating high-volume Spring Boot microservices on AWS (Docker/Kubernetes) and integrating with React front-ends. Also delivered an LLM-powered document summarization system using embeddings + retrieval (RAG) with grounding/guardrails and built evaluation loops that directly drove retrieval and chunking improvements. Has scaled Kafka-based pipelines processing millions of messy financial/infrastructure records with reliability and cost/latency tradeoff management.”
Junior Software Engineer specializing in backend systems and LLM/RAG applications
“Full-stack engineer who built a cloud storage app feature (file upload/management) with Next.js App Router + TypeScript and owned post-launch improvements. Also has internship experience building a geospatial AI chatbot: designed Postgres/PostGIS data models and optimized spatial queries, and implemented an LLM workflow orchestrated with LangChain/LangGraph plus a RAG pipeline grounded in OpenStreetMap data to reduce hallucinations.”
Junior Full-Stack Software Engineer specializing in web and mobile applications
“Full-stack engineer with startup experience who owned an end-to-end rebuild of a production analytics page at VideoNest (Next.js/TypeScript frontend, FastAPI/Python backend, Postgres), including third-party data ingestion/sync and query/index optimization; the feature reached 2,500+ users and received positive feedback from large clients. Also built a habit/community mobile app (Celeri) with near-real-time step updates using polling and UI optimizations like pagination and selective re-rendering.”
Junior Cloud & Security Engineer specializing in Kubernetes, AWS, and DevSecOps
“Backend engineer with deep experience building and evolving financial-services workflow systems where correctness, data integrity, and reliable state transitions outweigh raw throughput. Emphasizes idempotent, contract-driven FastAPI APIs with defense-in-depth security (JWT + row-level security) and careful, low-blast-radius migrations using feature flags, dual writes/shadow reads, and incremental rollout.”
Mid-level Full-Stack Developer specializing in cloud-native healthcare applications
“Full-stack engineer with recent experience at Amgen building an internal healthcare data validation/transformation and workflow automation service: Python/FastAPI backend with REST APIs plus a React UI, designed around a canonical contract-first model to handle inconsistent upstream data. Operates production systems on AWS (EC2/ELB/S3/CloudFront) with strong focus on observability (structured logs, correlation IDs) and safe CI/CD-driven migrations; also has experience shipping quickly in ambiguous environments at TCS.”
Mid-level Data Scientist specializing in MLOps and Generative AI
“Robotics software/ML engineer who built perception and navigation-related ML systems for autonomous supermarket carts, including object detection, shelf recognition, and obstacle avoidance. Strong ROS/ROS2 practitioner who optimized real-time performance (reported 50% latency reduction) and deployed containerized ROS/ML pipelines at scale using Docker, Kubernetes, and CI/CD.”
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).”
Senior Software Engineer specializing in cloud-native microservices (AWS, Java, Kafka)
“Backend engineer with hands-on experience modernizing high-volume transactional systems by decomposing monoliths into Spring Boot microservices on AWS, using Kafka for async workflows and Redis/SQL tuning for latency. Has built Python/FastAPI services with strong API contracts and production-grade security (OAuth2/JWT, RBAC, row-level security), and proactively hardened payment flows against race conditions and double-charging via idempotency.”
Junior Full-Stack Software Engineer specializing in web apps and microservices
“Backend engineer focused on Node.js (Express/Fastify) and MongoDB who designed a multi-stage bill-approval workflow system for a manufacturing company, emphasizing RBAC, auditability, and scalability across multiple factory units. Also improved system robustness by catching a MongoDB connection leak in an Excise department project and has experience executing low-risk, incremental backend refactors with monitoring and rollback.”
Junior AI/ML Engineer specializing in RAG systems and cloud-native MLOps
“Built and shipped a production LLM-powered RAG system at Upstart enabling natural-language search across 50k+ scattered internal technical docs. Delivered sub-300ms p95 latency for ~50 active users with strong hallucination safeguards (retrieval-first, thresholds, citations) plus robust testing/monitoring and cost controls (prompt caching cutting API spend ~20%).”
Senior AI/ML & Full-Stack Engineer specializing in GenAI, RAG, and MLOps platforms
“Backend/data platform engineer who owned end-to-end production services for a fleet analytics/GenAI platform, spanning FastAPI microservices on Kubernetes and AWS (EKS + Lambda) event-driven workloads. Strong in reliability/observability (OpenTelemetry, circuit breakers, idempotency), data pipelines (Glue/Airflow/Snowflake), and measurable performance/cost wins (SQL 10s to <800ms P95; ~30% compute cost reduction).”
Mid-level Machine Learning Engineer specializing in Generative AI and LLM applications
“GenAI engineer who has deployed production LLM/RAG chatbots for internal document search, focusing on reliability (hallucination reduction via prompt guardrails + retrieval filtering) and performance (latency improvements via caching). Experienced with LangChain/LangGraph orchestration for multi-step agent workflows and iterates using monitoring/logs and benchmark-driven evaluation while partnering closely with product and business teams.”
Mid-level Full-Stack Developer specializing in React and Spring Boot
“Software engineer who built and owned a centralized Asset Management platform at Hyundai Mobis used daily by multiple internal teams, delivering everything from UI/TypeScript React frontend to Spring Boot services, databases, deployment, and post-release support. Experienced in scaling microservices with Kafka-based async workflows, improving data consistency/real-time updates, and implementing reliability patterns like standardized API contracts, retries, DLQs, and targeted caching.”
Mid-level Full-Stack .NET Engineer specializing in Sitecore and cloud-native microservices
“Backend/web API engineer with hands-on experience deploying .NET Core APIs to Azure App Service and stabilizing production systems through disciplined log-driven troubleshooting, environment configuration management, and SQL performance tuning (execution plans, query rewrites, indexing). Has also debugged cross-layer incidents involving DB locks and network latency, and modifies Python/XML automation scripts to meet customer-specific requirements while improving logging and performance.”