Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Full Stack TypeScript Engineer (Delivery Toolkit)

$92.75k - $101.25k

Bain & Company

General InformationJob TitleFull Stack TypeScript Engineer (Delivery Toolkit)Job ID106367Work AreasTechnology & EngineeringEmployment TypePermanent Full-TimeLocation(s)Atlanta, Austin, Chicago, Dallas, HoustonDescription & RequirementsWHAT MAKES US A GREAT PLACE TO WORKWe are proud to be consistently recognized as one of the world’s best places to work. We are currently the top ranked consulting firm on Glassdoor’s Best Places to Work list and have earned the #1 overall spot a record seven times.Extraordinary teams are at the heart of our business strategy, but these don’t happen by chance. They require intentional focus on bringing together a broad set of backgrounds, cultures, experiences, perspectives, and skills in a supportive and inclusive work environment. We hire people with exceptional talent and create an environment in which every individual can thrive professionally and personally.WHO YOU’LL WORK WITHAs the premier consulting partner for the private equity industry, Bain's PEG boasts a global practice that is over three times larger than any competitor. Our network of over 1,000 professionals supports private equity and institutional investor clients through every stage of the investment life cycle, from deal generation and due diligence to portfolio value creation and exit planning.Bain & Company is developing a suite of cutting-edge data and software solutions designed to revolutionize how the private equity industry uses data for investment insights and decision-making. The PEG Innovation team's mission is to create analytical solutions for Bain clients, teams, and the broader institutional investor space using proprietary software and data products. This includes the development, commercialization, and daily management of Bain's proprietary datasets, data, and software businesses.WHERE YOU’LL FIT WITHIN THE TEAMFull-Stack Engineers in Product Engineering build and maintain the end-user products that PE analysts, associates, and partners use daily, including Deal Screening, Due Diligence workflows, Portfolio Monitoring, Report Builder, and more. You contribute across the full product surface: Svelte frontend, concrete API contract surface, and product-specific Node.js/FastAPI services, with guidance from senior engineers. You are expected to deliver production-quality code, write tests for the workflows you build, and partner with Product and Design to translate requirements into reliable user experiences. You collaborate with Cross-team Engineering for shared services (Auth/RBAC, Audit, Notifications, File Service) and work with the Agent / AI as needed to integrate intelligent features safely and correctly.For this role we weight foundational engineering capability above AI engineering experience. The expected tenure is multi-year, and we believe AI tooling and techniques will continue to shift quickly, while strong programming fundamentals, system design judgement, and the ability to write maintainable, scalable code remain durable. Inside Core Product we treat AI as a co-pilot and tool, not an autopilot and replacement: every AI generated change is expected to be reviewed and validated by the engineer who commits it. Practical AWS and DevOps experience is a strong differentiator, given how heavily our products rely on AWS services, deployment pipelines, and cloud infrastructure day to day.WHAT YOU'LL DOProduct Feature Delivery Across UI and Services (80%) Build and maintain RESTful API functionality (TypeScript) under existing schemas and patterns: implement routes, schemas, and client queries/mutations with guidance.Implement product UI features in Svelte and TypeScript by following established component patterns and the shared design system.Implement and maintain product-specific Node.js/FastAPI endpoints using Zod/Pydantic v2 and PostgreSQL/SQLAlchemy patterns; follow established code conventions and PR standards.Write and update migrations for product schemas using safe, backwards-compatible patterns (expand/contract) with review support.Integrate with platform shared services correctly (Auth/RBAC, Audit, Notifications, File Service); raise contract issues early and coordinate changes through the team.Write unit and integration tests for delivered features (Vitest/RTL for frontend, Jest/pytest for backend); contribute to E2E tests (Playwright) for owned workflows.Add basic observability for owned changes: follow established logging patterns, emit standard metrics where applicable, and update dashboards/runbooks for impacted workflows.Contribute to containerized delivery for owned services (Docker) under guidance.Support releases for owned work: verify changes in staging, participate in incident triage when needed, and follow runbooks/escalation paths.Other (20%)Participate fully in team ceremonies (refinement, planning, standup, review, retro); ask clarifying questions early and communicate blockers clearly.Participate in code reviews as both author and reviewer; incorporate feedback and improve code quality over time.Contribute to shared product infrastructure: small enhancements to the design system and API client libraries (OpenAPI / type generation) under guidance.Use AI coding assistants to accelerate scaffolding, refactors, and first-pass tests; validate all generated code carefully before committing.Contribute to documentation for delivered features (release notes, runbook updates, and lightweight technical notes) as part of the Definition of Done.ABOUT YOUBachelor’s degree in Computer Science, Engineering, Information Systems, or a related field (or equivalent practical experience).2+ years of experience building web applications or backend services in a production or near-production environment.Demonstrated experience implementing features in TypeScript across Node.js services and frontend frameworks and writing tests for shipped work.Experience contributing to backend APIs in Node.js and FastAPI and working with relational databases, including basic schema evolution/migrations.Comfortable collaborating with Product and Design to translate requirements into working software and iterating based on feedback.Practical, hands-on AWS experience is a strong differentiator for this role. Production exposure to core AWS services (e.g. S3, RDS, Lambda, ECS, CloudWatch, IAM, API Gateway, SQS or SNS) and deployment pipelines built on top of AWS is highly valued.Demonstrated strength in foundational engineering: programming fundamentals, clean coding principles, system design judgement, and the ability to write maintainable, scalable code. We weight this above breadth or depth of AI engineering experience.Full-Stack Product EngineeringBackend fundamentals in Node.js (TypeScript) API endpoints, validation models, and basic async/service patterns under established conventions.Svelte or React and TypeScript fundamentals: hooks, component composition, state management basics, and performance-aware UI development.Frontend testing: Vitest basics; able to write reliable unit/integration tests and debug failures.Relational data fundamentals: comfortable writing and reading raw SQL, designing simple normalized schemas, and reasoning about tables, views, indexes, and foreign-key relationships, rather than relying solely on ORM-generated patterns.Working PostgreSQL knowledge: query plan analysis when debugging slow queries, JSONB usage patterns, and ability to read and reason about triggers and stored procedures where the team has used them.Migration discipline: writes safe, backwards-compatible migrations following the expand/contract approach, with review support; understands why breaking changes are dangerous in a multi-service environment.Docker basics: comfortable building/running containers locally and following non-root image conventions where required.CI/CD familiarity: comfortable reading GitHub Actions workflow output and fixing common test/lint issues in PRs.AWS services in practice: hands on use of core services (S3, RDS or Aurora, Lambda, ECS, CloudWatch, IAM, API Gateway, SQS or EventBridge) for product work, including reading IAM policies, triaging CloudWatch logs and metrics, and reasoning about cost and scaling implications of service choices.Deployment pipelines on AWS: comfortable extending CI/CD workflows that build, test, and deploy services into AWS environments; able to debug pipeline failures end to end (build, image push to ECR, deploy step, post deploy health checks).Infrastructure as code familiarity: working knowledge of Terraform or CloudFormation/CDK for AWS resources; able to read existing modules, make scoped changes, and review IaC PRs with a security and cost lens.Generative AI and Agentic SystemsTreats AI coding assistants (Cursor, GitHub Copilot, or equivalent) as a co-pilot, not an autopilot. Uses them to scaffold, refactor, and draft first pass tests, but applies strong critical thinking and engineering judgement to read, understand, and revise every line of generated code before committing. Does not ship AI generated code that the engineer cannot fully explain.Uses LLMs to draft first-pass documentation and test cases; validates correctness and fills gaps manually.Understands at a high level how AI features appear in product UIs (e.g., streaming responses, structured outputs) and follows established patterns for safe integration.GeneralBuilds for users: optimizes for analyst workflows and clarity, not just technical elegance.Delivers production-quality work: tests, basic observability, and documentation are part of the Definition of Done.Raises concerns early when requirements, contracts, or data models are unclear; seeks help rather than getting stuck.Uses AI tooling to move faster on routine work, but never as a substitute for understanding the change. Reads, reasons about, and revises every AI generated diff; rejects suggestions that the engineer cannot fully justify on their own meritsThis role follows a hybrid model, requiring in-office presence at least 1 day per weekU.S. COMPENSATION INFORMATIONCompensation for this role includes base salary, annual discretionary performance bonus, 401(k) plan with an annual employer contribution based on years of service and Bain’s best in class benefits package (details listed below).Some local governments in the United States require a good-faith, reasonable salary range be included in job postings for open roles. The estimated annualized compensation for this role is as follows:In Atlanta, the good-faith, reasonable annualized full-time salary range for this role is between $92,750 - $101,250In Texas, the good-faith, reasonable annualized full-time salary range for this role is between $97,375 - $106,250In Chicago, the good-faith, reasonable annualized full-time salary range for this role is between $102,250 - $111,500Placement within these ranges will vary based on factors such as experience, education, training, and skill level.Compensation also includes a discretionary annual performance bonus, 401(k) plan with employer contribution, and Bain’s best-in-class benefits—including full premium coverage for medical, dental, and vision, generous paid time off, and more.Annual discretionary performance bonus This role may also be eligible for other elements of discretionary compensation4.5% 401(k) company contribution, which increases after 3 years of service and is 100% vested upon start dateBain & Company's comprehensive benefits and wellness program is designed to help employees achieve personal independence, protection and stability in the areas most important to you and your family.Bain pays 100% individual employee premiums for medical, dental and vision programs, offering one of the most comprehensive medical plans for employees without impacting your paycheckGenerous paid time off, including parental leave, sick leave and paid holidaysFully vested 401(k) company contributionPaid Life and Long-Term Disability insuranceAnnual fitness reimbursementsGo back

Vacancy posted 5 days ago
Similar jobs that could be interesting for youBased on the Full Stack TypeScript Engineer (Delivery Toolkit) in Atlanta, GA vacancy
  • $140k - $180k

     ...a rapidly growing company that invests in its people and their ability to drive real progress.Job Title: Technical Delivery Lead - Full Stack Engineering (P&C Insurance)Location: New York. NY / Atlanta, GAOverview:We are seeking an accomplished and hands-on Technical Delivery... 
    Suggested
    Full time
    Worldwide

    Starr Companies

    Atlanta, GA
    4 days ago
  • OverviewPK, the Experience Engineering firm, is actively looking for a Senior Full Stack Developer to join our team as a full-time employee. ResponsibilitiesDesign...  ...is preferred.2+ years working experience in Typescript and Angular framework (preferred).Ability to create... 
    Suggested
    Full time
    Work experience placement

    Concentrix Catalyst

    Atlanta, GA
    5 days ago
  • $107k - $125.7k

     ...Description Summary: We are looking for a rigorous, cloud-native Software Engineer to join our team. In this role, you will design, build, and...  .../burst workloads, and AKS (Azure Kubernetes Service) for full-scale orchestration. Core Responsibilities Application Development... 
    Suggested
    Full time
    Local area
    Relocation

    The Coca-Cola Company

    Atlanta, GA
    1 day ago
  • $95.55k - $195.25k

     ...role ends on May 31, 2027. What You’ll Do As a Deloitte Tax Full Stack Engineer, Senior you’ll design, develop, and deploy cutting-edge web...  ...enterprise technology, tools, and standard processes to support the delivery of tax services. The TTO team focuses on enhancing Deloitte... 
    Suggested
    Work at office
    Local area
    Visa sponsorship
    Shift work
    2 days per week
    3 days per week

    Deloitte

    Atlanta, GA
    5 days ago
  •  ...teams to drive technical initiatives and mentor junior engineers.We are seeking a Full Stack Engineer to design, develop, integrate, and support enterprise...  ...such as IBM TRIRIGA, ServiceNow Workplace Service Delivery (WSD), Archibus, Planon, FM:Systems, or similar... 
    Suggested
    Permanent employment
    Full time
    Part time
    H1b
    Work at office
    Work visa
    Monday to Friday
    Shift work
    Day shift

    Truist

    Atlanta, GA
    2 days ago
  •  ...and services with cutting-edge engineering skills, artificial...  ...Group and our AWS North America delivery practice in June 2023. The Accenture...  ...features and systems, taking full ownership of outcomes. This...  ...FargateExperience with full-stack application development, particularly... 
    Full time
    Work experience placement
    Live in
    Work at office
    Local area

    Accenture

    Atlanta, GA
    3 days ago
  • About the job Sr Full Stack Software Engineer Position: Senior Full Stack Software Engineer Our client...  ...technologies such as React, TypeScript, NodeJS, and Redux to build responsive...  ...members to ensure successful project delivery. If you are a motivated and driven Senior... 

    TechStarsGroup

    Atlanta, GA
    1 day ago
  • $87.12k - $151.25k

     ...apply now.We are currently seeking a Full Stack C#/.NET Software Engineer (IoT) to join our team in Atlanta,...  ...using .NET, Java, JavaScript/TypeScript, and Microsoft Azure.Key ResponsibilitiesDesign...  ....Consulting or client-facing delivery experience.Pay TransparencyWhere... 
    Temporary work
    Work at office
    Remote work
    Flexible hours
    3 days per week

    NTT DATA

    Atlanta, GA
    4 days ago
  •  ...Join WorldVia as a Full Stack Engineer focused on our cutting-edge AI Platform and take your career to the next level! We are seeking a talented...  ...~4+ years building production web apps with TypeScript ~ Proficiency in front-end technologies such as React (or... 
    Full time
    Temporary work
    Work at office
    2 days per week
    1 day per week

    Worldvia

    Atlanta, GA
    14 hours ago
  • Senior Full Stack Software Engineer First Advantage (NASDAQ: FA) is a leading provider of global software...  ...end‑user‑facing platform, owning delivery from design through deployment with...  ...an emphasis on React, JavaScript/TypeScript, and modern UI practices. The role involves... 
    Work experience placement
    Work at office
    Work from home

    First Advantage

    Atlanta, GA
    2 days ago
  • $125k - $150k

     ...API-driven, and microservices solutions as well as full-stack web applications built with TypeScript, Node.js, and modern frontend frameworks such as React...  ...on AWS. Analyzes trends, applies software engineering best practices, and prepares for future business requirements... 
    Permanent employment
    Full time
    Part time
    H1b
    Work visa
    Shift work
    Day shift

    Truist

    Atlanta, GA
    2 days ago
  •  ...more, visit .We are looking for a talented Entry Level Software Engineer, who is passionate about working on the cutting edge of Cyber...  ...testedQualifications 1+ years of experience using Java technology stack and servlet containers1+ years of experience with frontend... 
    Worldwide

    iBoss

    Atlanta, GA
    4 days ago
  •  ...methodology, attending daily stand-ups, sprint planning, and retrospective meetings. Minimum 2-3 years of software engineering experience Have built mobile apps (and/or web apps) full-stack before Enthusiastic about photo sharing and/or AI and/or social media... 
    Full time

    Cheez

    Atlanta, GA
    3 days ago
  • $77k - $154k

     ...position and available to be filled at any Huntington Corporate office location (see location options on posting)Summary:As a Lead Full-stack Engineer you will work on Anti-Money Laundering/Bank Secrecy Act (AML/BSA) enterprise Fraud software applications - specifically... 
    Full time
    Work experience placement
    Work at office
    Remote work
    Work from home
    Flexible hours

    Cadence Bank

    Atlanta, GA
    2 days ago
  • $131k - $218.3k

     ...be part of tomorrow’s health today, we want to hear from you.We are seeking a highly skilled and experienced Senior AI Full Stack Software Engineer to join our innovative team at CMM. This role involves designing, developing, and deploying end-to-end AI-powered solutions... 
    Full time

    CoverMyMeds

    Atlanta, GA
    2 days ago
  •  ...seeking a Senior Fullstack Engineer to join our dynamic...  ...design, development, and delivery of the internal...  ...build across the entire stack — from React frontends...  ...RESPONSIBILITIES Own Full-Stack Feature Delivery:...  ...backend services written in TypeScript. Take work from ambiguous... 
    Work at office

    BIP Ventures

    Atlanta, GA
    1 day ago
  •  ...Mandatory Skills: Angular, NodeJS, JAVA Job Description Proven experience as a Full Stack Developer with expertise in Angular and Node.js. Proficiency in HTML, CSS, JavaScript, TypeScript, and front-end frameworks (e.g., Angular, React, or Vue.js). Strong... 

    Omni Inclusive

    Atlanta, GA
    2 days ago
  • Work for Demos Unlimited. Unlimited potential is a demo away. Highly trained and skilled in the following areas:   * Writing and simplifying difficult subjects * Leadership and collaboration * Project management and organization   Requirements: 3-5 years...
    Full time

    Demos Unlimited

    Atlanta, GA
    14 hours ago
  • Sr. Full Stack DeveloperPublished on: 2026-05-18|US, GA - Atlanta - GA - Atlanta|Position Type: 4|Job ID: 26-12318The Developer is responsible...  ...assembly/integration, cross-discipline functions, knowledge engineering, industry expertise, or legacy evolution. -Interacts with the... 

    Next Level Business Services

    Atlanta, GA
    9 hours ago
  •  ...and verbal communication skills Experience in Java, J2EE, Typescript, Oracle. Experience in Spring boot and Quarkus is required...  ...Elastic cache is added advantage. Working knowledge of the full Software Development Lifecycle, building GIT CI/CD pipelines... 
    Shift work

    3B Staffing LLC

    Atlanta, GA
    4 days ago
  •  ...Sr. Full Stack Developer Atlanta, GA - Day 1 Onsite; Hybrid Long-Term Contract...  ...tangible results. Top 5 Skillsets: TypeScript, Angular-Latest Version AWS Deployment...  ...application deployment, continuous delivery, and continuous integration (Git, GitLab... 
    Long term contract
    Local area
    Immediate start

    United IT

    Atlanta, GA
    1 day ago
  • OverviewJob PurposeAt Intercontinental Exchange (ICE), we engineer technology, exchanges and clearing houses that connect companies around the world to global capital and derivative markets. With a leading-edge approach to developing technology platforms, we have built... 

    Intercontinental Exchange

    Atlanta, GA
    9 hours ago
  • $125k - $205k

     ...future.About This Role:The Senior Product Delivery Manager collaborates with stakeholders...  ...as the connective tissue between engineering and the business by shaping roadmaps, defining...  ...no longer serve outcomes.Oversee a full-stack development team to produce stable and... 
    For contractors
    Remote work

    Forrester Research

    Atlanta, GA
    3 days ago
  •  ...Sr. Full Stack Developer - with UI Primary • 8+ years of Experience...  ...development experience in Typescript • Expert Level development...  ...Continuous Integration and Delivery, e.g., Jenkins •...  ...your teammates to be stronger engineers by staying ahead with technology... 

    3B Staffing LLC

    Atlanta, GA
    14 hours ago
  • OverviewJob PurposeICE Data Services (an Intercontinental Exchange company) is seeking a mid-level full-stack developer to join its Data Impact & Innovation team. This team supports a variety of reference data, index, climate finance, and alternative data products. This... 
    Remote work

    Black Knight Financial Services

    Atlanta, GA
    4 days ago
  •  ...Full Stack Developer Location: Atlanta, GA, Hybrid  Employment...  ...Next.js (App Router, React, TypeScript, Tailwind, shadcn/ui) frontend...  ...with designers, engineers, and product to architect medium...  ...large features from concept to delivery to live support. Troubleshoot... 
    Full time

    Datavault AI

    Atlanta, GA
    4 days ago
  • About The Role We are looking for an experienced Full Stack Developer to join our growing engineering team. You will work on cutting-edge projects, building...  ...-solving and communication skills Experience with TypeScript and modern development tools #J-18808-Ljbffr... 

    Mozaiiq

    Atlanta, GA
    14 hours ago
  • $69.3k - $158k

    Full Stack DeveloperThe Opportunity:As a full-stack developer, you can resolve a problem with a complete end-to-end solution in a fast, agile environment. If you’re looking for the chance to not just develop software, but to help create a system that will make a difference... 
    Full time
    Contract work
    Part time
    Work at office
    Local area
    Remote work

    Booz Allen Hamilton

    Atlanta, GA
    5 days ago
  • Sr. Full Stack DeveloperPublished on: 2022-03-28|US, GA - Atlanta - GA - Atlanta|Position Type: 4|Job ID: 22-10695Develop amazingly efficient and effective software using Java, C#, Python, .Net, Spring Boot, Microservices, APIs Enhance and maintain on prem and internal... 
    Immediate start
    Flexible hours

    Next Level Business Services

    Atlanta, GA
    9 hours ago
  •  ...DMAC AMD Team is seeking a Full Stack Developer. As a full stack...  ...frameworks such as React and TypeScript, ensuring seamless user...  ...developers, architects, and DevOps engineers to integrate front-end and...  ...improve team efficiency and delivery. Qualifications Basic... 

    GAP Solutions, Inc. (GAPSI)

    Atlanta, GA
    2 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Full Stack TypeScript Engineer (Delivery Toolkit). Be the first to apply!