Pre-screened and vetted.
Intern Full-Stack/Backend Engineer specializing in cloud-native APIs and event-driven systems
“Backend-focused engineer who built an academic AI voice assistant with a Python microservice-style backend (speech recognition, spaCy-based NLP, and Kafka-driven automation) optimized to sub-500ms latency. Also has Sodexo internship experience deploying containerized services across Kubernetes/AWS ECS/Azure using ArgoCD GitOps, including solving config drift and secret-management challenges and supporting cloud-to-on-prem migrations with blue-green rollouts.”
Entry-Level Full-Stack Software Engineer specializing in web apps and cloud
“Full-stack engineer with production experience building a real-time order tracking system using React + Firebase/Firestore, emphasizing audit-friendly data modeling, state-machine-based status transitions, and strong post-launch ownership (performance, security rules, reliability). Demonstrated measurable frontend performance gains by isolating real-time updates to dynamic components and applying memoization, plus backend reliability patterns (idempotency, retries) and SQL query/index optimization validated with EXPLAIN ANALYZE.”
Mid-Level Backend Software Engineer specializing in distributed financial systems
“Full-stack engineer with fintech payments experience who shipped an end-to-end guest invoice payment flow emphasizing reliability under retries/failures (idempotency via DynamoDB, async processing with Lambda/EventBridge/SQS + DLQ). Also built a FastAPI backend with Cognito/JWT + scoped guest tokens and a polished React/TypeScript checkout UX, and has performance-focused Postgres/Redis design experience for flash-sale e-commerce workloads.”
Mid-Level Software Engineer specializing in AI/ML and cloud-native platforms
“Backend/AI engineer who has built production LLM orchestration and agentic workflow systems in Python/FastAPI on Kubernetes across AWS/Azure. Demonstrated strong reliability engineering by debugging a real-world memory retention issue that caused latency spikes/timeouts, and strong data/performance chops with a PostgreSQL optimization that cut query latency from ~1.2s to ~15ms. Targets roles building scalable, guardrailed AI-driven workflow automation with robust observability and human-in-the-loop controls.”
Mid-level Full-Stack & AI Engineer specializing in LLM applications
“Full-stack engineer who has shipped and operated generative-AI chat/QA features end-to-end, including a RAG-based pipeline with guardrails and cost/latency monitoring in production. Experienced with React/TypeScript + Node/Postgres architectures, Dockerized deployments to AWS (EC2) via GitHub Actions CI/CD, and building reliable ingestion/ETL systems with idempotency, backfills, and reconciliation.”
Mid-level Full-Stack Software Engineer specializing in authentication and SolidJS/TypeScript
“Mid-level full-stack engineer (Los Angeles) who built and shipped an end-to-end authentication system for SolidAuth, an open-source SolidStart ecosystem library published to NPM with 1000+ downloads. Experienced designing React/TypeScript + Node + Postgres architectures, operating lightweight production systems on AWS (EC2/S3/RDS/IAM/CloudWatch), and building resilient third-party ingestion/integration flows with idempotency, retries, queues, and backfills; also worked in an early-stage NIL startup (OFFSZN) shipping core onboarding/profile features amid changing requirements.”
Senior Software Engineer specializing in Backend Systems and Generative AI (RAG)
“Backend engineer with experience building an end-to-end civic tech AI platform that ingests city council meeting videos, transcribes them with Whisper, and enables natural-language Q&A via a LangChain/FAISS RAG pipeline. Demonstrated strong systems thinking by tuning retrieval for accuracy/latency/memory (cutting response time ~3s→1s and memory ~500MB→25MB) and by safely migrating an ERP from monolith toward services using dual writes, reconciliation, and idempotency to protect financial workflows.”
Mid-level Backend Software Engineer specializing in Python APIs and cloud-native systems
“Software/product engineer who owns customer-facing internal platforms end-to-end, with deep experience building data pipeline health and data quality tooling (near-real-time alerting and ops dashboards). Strong in React/TypeScript + Python REST architectures and microservices with RabbitMQ, emphasizing reliability patterns (idempotency, DLQs, correlation IDs) and fast, safe iteration via feature flags, testing, and observability.”
Mid-Level Full-Stack Engineer specializing in microservices and cloud APIs
“Software engineer who builds workflow-centric products end-to-end, including a customer-facing module on the Trident AI content platform and an internal content workflow tool adopted as the default process. Strong in TypeScript/React + FastAPI architectures and in scaling event-driven microservices with RabbitMQ, emphasizing reliability (idempotency, DLQs) and observability (correlation IDs) to reduce outages and debugging time.”
Junior Software Engineer specializing in full-stack web development and test automation
“Full-stack engineer who built and owned a production workflow/kanban-style drag-and-drop system in Next.js (App Router) with Postgres/Prisma, including reusable component abstractions, Cypress E2E coverage, and post-launch performance/bug ownership. Notable for measurable impact (25% faster UI dev, ~30% query perf improvement) and for leading an incremental Express→NestJS migration that reduced technical debt (~40%) through better structure, docs, and team enablement.”
Junior Full-Stack Software Engineer specializing in cloud-native web apps and AI tooling
“Software engineer with experience across edtech, live gaming, and an AI document intelligence platform, delivering end-to-end customer-facing features and production backends. Built secure, automated live-session scheduling integrating Zoom and TalentLMS (JWT/RBAC, idempotency, transactions) cutting setup time from ~3 minutes to under 1 minute, and optimized real-time gaming dashboards/APIs with query tuning, caching, and CDN improvements (~60% latency reduction under peak load) on AWS.”
Mid-level Python Full-Stack Engineer specializing in AI microservices and cloud data platforms
“Backend-leaning full-stack engineer in fintech/payments who shipped an end-to-end Stripe payments + webhook system for a financial microservices platform, emphasizing ledger accuracy via idempotency, transactional writes, retries, and DLQs. Also delivered a real-time React/TypeScript payment status dashboard informed by user interviews, and improved production performance by 35% p95 latency through PostgreSQL tuning and Redis caching on AWS.”
Senior Full-Stack AI/ML Engineer specializing in MLOps and GenAI
“Senior backend/data engineer who has built and maintained HIPAA-compliant, real-time clinical FastAPI services on AWS, orchestrating ML/LLM and vector DB calls with strong reliability patterns (auth, timeouts/retries, graceful degradation, idempotency). Also delivered AWS IaC/CI-CD (Terraform/Helm/GitHub Actions) across EKS/Lambda/SageMaker and built Glue/Spark ETL with schema evolution and data quality controls, plus demonstrated large SQL performance wins (15 min to <9 sec) and hands-on incident ownership.”
Mid-level Machine Learning & Generative AI Engineer specializing in AI agents and LLM workflows
“Customer-facing AppSec/solutions engineer with experience securing cloud-native AI/LLM deployments on Azure and Kubernetes. Led threat modeling and production hardening (Key Vault secrets migration, least-privilege IAM, rate limiting, structured logging/monitoring, LLM guardrails) and has supported retail search/catalog platforms using Elasticsearch, including performance triage and rollout playbooks that improved customer trust and enabled engagement expansion.”
Junior Full-Stack Software Engineer specializing in Node.js, React, and REST APIs
“Full-stack engineer who shipped and owned a production Document Chat feature built with Next.js App Router/TypeScript and a Node/Express RAG backend, including JWT-secured route handlers and streaming responses. Demonstrated strong post-launch ownership by improving latency (~30%) via MongoDB indexing/query optimization and reducing AI costs through caching, backed by profiling with React Profiler and Chrome DevTools.”
Mid-level Full-Stack Product Engineer specializing in React, TypeScript, and UX
“Full-stack engineer focused on Next.js (App Router) and TypeScript who has shipped and owned production role-based dashboards end-to-end, including post-launch reliability/performance work. Demonstrated measurable UI performance improvements (35–40% faster initial load) and strong backend rigor with Postgres query/index optimization (300ms to 30ms) plus durable Temporal-orchestrated onboarding/data-sync workflows with idempotency and retry strategy.”
Junior Full-Stack/Product Engineer specializing in Next.js, TypeScript, and AWS backends
“Full-stack engineer with startup-style end-to-end ownership, recently shipping a production dashboard at Find Me LLC using Next.js App Router/TypeScript with Supabase + Azure Blob Storage for secure asset/document uploads. Strong server-first React performance mindset and hands-on Postgres modeling/query optimization (EXPLAIN ANALYZE), plus experience building resilient AWS event-driven workflows with idempotency, retries, and DLQs.”
Intern Full-Stack Engineer specializing in AI-powered products
“Software engineer (internship experience) who built and owned an AWS serverless multi-user “challenge” feature end-to-end (UI + REST APIs + DynamoDB + deployment), delivering measurable gains in latency (-30%), debugging time (-50%), and join drop-offs (~-30%). Also productionized a multilingual RAG-based QA system with vector retrieval and guardrails, improving accuracy to ~85% and driving ~20% DAU growth.”
Junior Full-Stack Software Engineer specializing in GenAI and web platforms
“AI/software engineer with hands-on experience deploying an LLM-powered quiz generation platform for students, integrating Python services with Gemini APIs plus frontend and database components. Emphasizes production-grade reliability through observability, schema validation, async processing, and performance tuning under high concurrency, and has collaborated with product/operators (e.g., at Colombo AI) to translate real-world constraints into scalable technical solutions.”
Junior Machine Learning Engineer specializing in Document AI and LLM-powered workflows
“Built and owned a customer-facing Document Intelligence Service for legal contract analytics at Noasis Digital, delivering extraction/summarization with careful accuracy controls (confidence thresholds, versioned deployments, production logging). Also developed a React/TypeScript document review app and internal QA dashboard, and has hands-on microservices experience with async messaging (RabbitMQ), timeout tuning, and centralized structured logging for reliability at scale.”
Mid-level Full-Stack Software Engineer specializing in cloud-native apps and AI copilots
“Internship project building and deploying a LLaMA-based, RAG-enabled copilot inside a Professional Services Automation platform, enabling natural-language navigation, text-to-SQL reporting, and project/resource/budget insights across multiple modules. Addressed real production issues like context drift and vague queries with hybrid search, metadata enrichment, and an intent classification/rewriting layer, orchestrated via Apache Airflow—ultimately cutting PMO reporting time by 40%.”
Junior Full-Stack Software Engineer specializing in cloud-based web applications
“Product-focused full-stack engineer with strong performance and reliability instincts: improved production page responsiveness by 15% via lazy loading and render optimization, and built a polished React+TypeScript filtering dashboard with URL-synced state for shareable views. Also designed and operated a Django REST backend with versioning, token auth, structured logging, and API tests, and has handled real production scaling issues through PostgreSQL query-plan analysis and indexing.”
Mid-Level Software Engineer specializing in full-stack and cloud-native systems
“Backend/full-stack engineer who owned a cloud-native, AWS-based microservices backend for an HRIS product used by ~10,000 users, including onboarding and workflow orchestration. Strong production focus on event-driven architecture, idempotency/retries, observability, and developer-friendly API design (OpenAPI, versioning, JWT), plus hands-on Selenium automation for resilient checkout-style flows.”