Location
United States
Job Type
contract
Work Format
🌍 Remote Worldwide
Salary
Not specified
Posted
September 7, 2026

Job Description

Description

  • Reports To: Software Development Lead / Practice Lead
  • Location: Remote (US-Based / Eastern or Central Time Zone Preferred)
  • Employment Type: Contract

Ready to build sleek, enterprise-grade cloud applications that blend high-performance UI, cloud-native backends, and modern search architectures? RevStar is an AI-first innovation shop and AWS Advanced Tier Partner delivering end-to-end cloud, data, and AI solutions for forward-thinking clients. We are seeking an experienced Full Stack JavaScript Web Developer to build responsive React frontends, architect secure Node.js microservices, and integrate modern AWS search and data pipelines. In this role, you will work in an agile, client-facing environment where you turn complex business problems into production-grade digital products. Above all, the ideal candidate embodies RevStar’s core values:

Self-Mastery: We hold a high bar for how we think, communicate, and improve.

Ownership: We own outcomes, not just effort.

Shared Destiny: We rise or fall together.

Your Impact Pillars

Your engineering contribution is organized into four core pillars:

1. Frontend Architecture & UI Delivery

  • Build performant, accessible, and responsive web applications in ReactJS using modern JavaScript and TypeScript patterns.
  • Translate Figma mockups into reusable component libraries that drive consistent user experiences across client products.
  • Optimize client-side performance, state management, and user interaction flows.

2. Backend Engineering & AWS Integration

  • Design and deploy secure, scalable RESTful APIs and backend microservices using Node.js, Express, and AWS serverless tooling (Lambda, API Gateway, ECS).
  • Model and manage structured and unstructured data using SQL and NoSQL databases (PostgreSQL, DynamoDB, RDS, S3).
  • Maintain robust CI/CD pipelines, GitHub workflows, and automated testing suites to ensure production-grade code quality.

3. Advanced Search & Data Workflows

  • Implement enterprise search, indexing, and data retrieval capabilities using Amazon OpenSearch and Kendra.
  • Collaborate with data engineers to build ETL pipelines that unify disparate client data sources into searchable, actionable architectures.
  • Integrate identity management and authentication best practices using AWS Cognito.

4. Agile Client Delivery & Collaboration

  • Partner directly with Product Managers, UX Designers, and client stakeholders to refine requirements and demo completed features.
  • Active participant in architecture reviews, sprint ceremonies, and team code reviews to elevate engineering standards across projects.

Requirements

What You Bring

  • Experience: 3–5+ years of professional full-stack engineering experience utilizing JavaScript and TypeScript.
  • Core Stack: Deep expertise in ReactJS, Node.js, Express, RESTful APIs, and database design (SQL & NoSQL).
  • AWS Cloud Depth: Proven track record building and deploying cloud-native applications on AWS infrastructure (Lambda, API Gateway, ECS, S3).
  • Consulting Mindset: Excellent written and verbal communication habits with experience (or strong desire) working in client-facing agile teams.

Nice to Haves

  • Experience in client-facing roles or consulting environments
  • Expertise with OpenSearch, Kendra, or similar search/indexing services
  • Experience implementing semantic search or working with LLMs in search pipelines
  • Familiarity with AWS Glue, Athena, Step Functions, or other ETL tooling
  • Working knowledge of Cognito and identity management best practices
  • Experience with React Native or mobile-focused frontends
  • Exposure to HIPAA, SOC2, or other compliance environments

Benefits

Benefits for Full-Time W2 Positions:

  • Paid Time Off – Take the time you need to recharge and stay productive.
  • Remote-First Working Environment – Collaborate from anywhere while staying connected with our global team.
  • Comprehensive Health Coverage – Medical, Dental, Vision
  • 401(k) Retirement Plan – Plan for your future with access to a company-sponsored 401(k) program.
  • Annual Learning & Development Stipend – Invest in your skills with conferences, certifications, or courses.
  • Peer Mentorship & Coaching – Learn from experienced engineers, product managers, and architects to accelerate your growth.
  • Professional Growth Opportunities – Exposure to cutting-edge AWS GenAI, data, and cloud technologies across diverse industries.
  • Company Outings & Volunteer Opportunities – Build relationships and give back to the community.
  • Collaborative, Innovative Culture – Work alongside top talent in a fast-paced, supportive environment that values curiosity and initiative.

Equal Opportunity Employment

At RevStar, we don’t just accept differences — we celebrate them, we support them, and we thrive on them for the benefit of our employees, our customers, and our community. RevStar is proud to be an equal opportunity workplace.

Reasonable Accommodations

RevStar is committed to providing access, equal opportunity and reasonable accommodation for individuals with disabilities in employment, its services, programs, and activities. To request reasonable accommodation, contact HR at hr@revstarconsulting.com.

🎯 Who is this job for?

This role is suitable for a Middle-level Full Stack JavaScript Developer with 3–5+ years of professional experience, particularly in React, TypeScript, Node.js, Express, REST APIs, AWS, and SQL/NoSQL databases. The candidate should be skilled in building responsive frontends, secure cloud-native microservices, CI/CD pipelines, authentication systems, and AWS integrations including Lambda, API Gateway, ECS, S3, and ideally OpenSearch or Kendra. They should be familiar with agile, client-facing delivery, translating designs into reusable components, developing search and data pipelines, participating in architecture and code reviews, and collaborating with product and design teams.

💬 Potential Interview Questions

How would you structure a scalable React and TypeScript application for an enterprise client?

I would organize the application by business domain, using reusable, accessible components and clearly defined TypeScript interfaces. I would separate presentation, state management, API services, and routing concerns to improve maintainability and enable independent feature development.

What techniques would you use to improve React application performance?

I would measure performance using tools such as Lighthouse and React Profiler, then apply techniques such as code splitting, lazy loading, memoization, virtualization, and optimized data fetching. I would also minimize unnecessary renders and ensure assets and API responses are efficiently cached.

How would you design a secure REST API using Node.js and Express?

I would separate routing, controllers, services, and data-access layers, validate all inputs, and use centralized error handling. Security measures would include authentication and authorization, rate limiting, secure headers, parameterized queries, logging, and careful management of secrets.

When would you choose AWS Lambda and API Gateway over ECS for a backend service?

Lambda and API Gateway are well suited to event-driven, variable workloads where rapid scaling and minimal infrastructure management are priorities. I would choose ECS when the service requires long-running processes, specialized runtime configuration, predictable resource allocation, or more control over networking and deployment.

How would you model data across PostgreSQL, DynamoDB, and S3?

I would use PostgreSQL or RDS for relational data, transactions, and complex queries, DynamoDB for high-scale access patterns with predictable key-based lookups, and S3 for durable storage of documents and large objects. The design should begin with access patterns, consistency requirements, lifecycle needs, and compliance constraints.

How would you implement authentication and authorization with Amazon Cognito?

I would use Cognito User Pools for user authentication and JWT tokens for API access, validating token signatures, issuers, audiences, and expiration on the backend. Authorization would be enforced through groups, claims, scopes, or application-level policies rather than relying solely on frontend controls.

What is your approach to designing an Amazon OpenSearch indexing pipeline?

I would define an explicit document schema, mappings, analyzers, and searchable fields before indexing data. An ETL or event-driven pipeline could extract and transform source data, load documents in batches, handle retries and dead-letter cases, and support versioned mappings and reindexing strategies.

How would you decide between Amazon OpenSearch and Amazon Kendra for enterprise search?

OpenSearch is a strong choice when the team needs control over indexing, analyzers, relevance tuning, aggregations, and custom search behavior. Kendra is better suited to managed enterprise search across diverse content sources with built-in relevance features and natural-language query capabilities.

How would you build a semantic search pipeline using embeddings or LLM technologies?

I would chunk and normalize source content, generate embeddings, store them in a vector-capable search system, and combine semantic retrieval with keyword and metadata filtering. I would evaluate relevance with representative queries and consider access controls, freshness, hallucination risks, and protection of sensitive data.

How would you create a reliable CI/CD and testing strategy for this stack?

I would use GitHub workflows to run formatting, linting, TypeScript checks, unit tests, integration tests, and security scans before deployment. Deployments should use environment-specific configuration, infrastructure automation, staged releases where appropriate, observability, and automated rollback or recovery procedures.

📋 Job Summary

RevStar, an AI-first innovation shop and AWS Advanced Tier Partner, is hiring a contract Full Stack JavaScript Web Developer to build enterprise-grade cloud applications for forward-thinking clients. You’ll develop React and TypeScript interfaces, Node.js and Express microservices, AWS serverless solutions, CI/CD pipelines, and advanced search and data workflows with OpenSearch, Kendra, SQL, NoSQL, and Cognito. This is a remote, US-based role, with preference for candidates in Eastern or Central Time; salary is not specified. Apply to work on cutting-edge AWS, data, and AI projects in a collaborative, client-facing environment with strong opportunities for growth.

Required Skills

React JavaScript TypeScript Node.js Express.js AWS PostgreSQL GitHub

Never miss a JavaScript opportunity

Subscribe to get similar jobs and weekly insights delivered to your inbox

Hiring JavaScript developers?

Post your job to 8,500+ registered developers. Starting free.

See Pricing

Related jobs

Asia / Taiwan, Taipei / UAE, Dubai

Senior Frontend Engineer - Stablecoin

Binance

Full-time
Cairo, Cairo Governorate, Egypt

Mid-Level Frontend Engineer (React.js) - 4 Months - Remote

Octopus by RTG

Contract

Is this your listing? Claim or request removal