Senior Software Engineer (Full-Stack, JavaScript)
Able
Get hot jobs first on Telegram
New positions appear faster in our channel
- Location
- Remote, LatAm
- Job Type
- full-time
- Work Format
- 馃實 Remote LATAM
- Salary
- Not specified
- Posted
- August 1, 2026
Job Description
Senior Software Engineer (Full-Stack, JavaScript)Remote, LatAm
Back in 2012, we were a group of engineers and designers who decided we wanted to build things, so we did. Able started as an engineering and product hub building for a portfolio of early-stage startups. We built many relationships while developing products that were thoughtful, effective, and genuinely useful. But, since then, we’ve grown… and so has our ambition.
Now, we’re entering our next chapter, defined by applied AI. AI is a powerful force in the end-to-end software development cycle, and we’re creating practices that allow us to deliver software fast and more effectively than traditional approaches, creating meaningful value for our partners. Today, our builder mindset is driving us to become an AI-native organization across every function. We’re still evolving, and that’s part of the opportunity. If you want to build, learn, and tackle challenges alongside an ambitious team, let’s build together.
This position is 100% remote within LatAm.
About the Role
We’re looking for a Senior Software Engineer to design and build high-quality products using Next.js, Node.js, and TypeScript. You will operate across architecture and delivery, taking ownership of systems while also guiding teams and driving technical direction.
What We’re Looking For
Day-to-Day Responsibilities
- Design and build end-to-end applications across frontend and backend.
- Define system architecture, APIs, and data models for scalable products.
- Lead technical discovery by understanding systems, constraints, and opportunities.
- Guide engineering decisions and support other engineers through design and code reviews.
- Partner with product and design to shape solutions from idea to implementation.
- Write and review code with a focus on quality, performance, and maintainability.
- Communicate clearly with stakeholders on approach, progress, and risks.
- Drive delivery while helping maintain a high technical bar across the team.
Required Skills & Experience
- 10+ years building production-grade applications with real-world complexity.
- Experience operating as a technical lead or owning significant parts of a system.
- Strong expertise in JavaScript or TypeScript, React including Next.js, and Node.js.
- Experience building full-stack applications across frontend and service layers using modern TypeScript frameworks such as React, React Native, or NestJS.
- Experience designing and building APIs using REST and GraphQL.
- Strong experience working with databases and data modeling across systems such as PostgreSQL, MySQL or DynamoDB.
- Strong understanding of system design, application architecture, and scalable system patterns.
- Hands-on experience with cloud environments such as AWS, GCP, or Azure.
- Experience with deployment, CI/CD, and infrastructure practices such as Terraform or similar.
- Ability to clearly explain technical decisions to both technical and non-technical audiences.
- Experience producing clear architecture documentation and guiding implementation.
- Strong ownership with the ability to drive problems end-to-end.
Nice to Have
- Experience operating as a technical lead or owning end-to-end systems
- Experience building AI-enabled product features or integrating ML systems
- Experience working in client-facing roles or multi-project environments
Able is powered by curious, thoughtful people who care about what they build and how they build it. We’re actively investing in our team through AI training, knowledge-sharing, and hands-on experimentation to ensure everyone grows alongside the technology.
This position is 100% remote within LatAm. Strong verbal and written communication skills in English are a requirement. As a team member, you can expect:
- To work 40 hours per week, and be available during normal business hours as needed.
- Payments made in USD.
- 18 days of PTO per year, observance of local holidays, and an annual break between Christmas and New Years.
- A monthly wellness stipend and snack boxes delivered to your home.
About Able
Able builds technology products in a portfolio model. We believe that people, teams, and processes are more important than the ideas themselves, so we’ve focused on bringing great people together, and investing in their growth.
We’ve built products in a variety of industries. Everything from media to finance to toys to healthcare. Sometimes we work with management teams to help their businesses grow faster or unlock value using technology. Other times we start or buy businesses outright. Each time, we look for opportunities to leverage technology built at the portfolio-level to drive value faster.
Able is committed to inclusion and diversity and is an equal-opportunity employer. All applicants will receive consideration without regard to race, color, religion, gender, gender identity, sexual orientation, national origin, disability, or veteran status.
This is but the beginning of a conversation we’d love to have with you.
Apply, and let’s get this adventure started!
馃幆 Who is this job for?
Senior-level candidates with 10+ years of experience building production-grade full-stack applications and leading significant systems are best suited for this role.
They should be highly skilled in JavaScript or TypeScript, React/Next.js, Node.js, REST and GraphQL APIs, databases, system architecture, cloud platforms, CI/CD, and infrastructure tools such as Terraform, with strong English communication skills.
The ideal person should be familiar with designing scalable architectures, building end-to-end products, leading technical discovery, collaborating with product and design, conducting code and design reviews, documenting decisions, mentoring engineers, and driving delivery from concept to deployment.
馃挰 Potential Interview Questions
How would you structure a scalable Next.js application that includes both server-rendered pages and interactive client-side features?
I would separate server and client components intentionally, keep data fetching close to the server where possible, and define clear domain boundaries. I would also establish conventions for routing, loading and error states, caching, authentication, and shared UI to keep the application maintainable as it grows.
How would you design a Node.js and TypeScript backend for a product with multiple domains and evolving requirements?
I would organize the backend around domain modules with explicit service, repository, and API layers. TypeScript types, validation schemas, dependency inversion, structured logging, and consistent error handling would help preserve boundaries and support future changes.
What factors would you consider when choosing between REST and GraphQL for an API?
REST is often preferable for simple resource-oriented APIs, HTTP caching, and clear operational semantics, while GraphQL is useful when clients need flexible, aggregated data with varying shapes. I would evaluate client needs, authorization complexity, caching, observability, versioning, and operational cost before choosing.
How would you design a PostgreSQL data model for a high-traffic application with complex relationships?
I would begin with the business entities and access patterns, then choose normalized schemas where consistency is important and controlled denormalization where read performance requires it. I would use appropriate indexes, constraints, transactions, query analysis, and migrations, while planning for connection pooling and growth.
How would you improve the performance of a slow Next.js application?
I would measure first using browser profiling, application metrics, and server traces. Typical improvements include reducing client JavaScript, using server components and streaming, optimizing images and caching, eliminating unnecessary renders, improving database queries, and moving expensive work to asynchronous processes.
How would you implement authentication and authorization across a Next.js frontend and Node.js API?
I would centralize identity verification at the API boundary, use secure, short-lived sessions or tokens, and enforce authorization based on roles or resource ownership on the server. Cookies should be secure and HttpOnly where appropriate, while validation, CSRF protection, rate limiting, and audit logging should be considered.
What would a reliable CI/CD pipeline for a TypeScript full-stack application include?
The pipeline should run formatting, linting, type checks, unit tests, integration tests, and security checks before building immutable artifacts. Deployments should use environment-specific configuration, infrastructure managed through Terraform or similar tooling, automated migrations, health checks, observability, and a safe rollback strategy.
How would you design a cloud architecture for a scalable application on AWS or another major cloud provider?
I would separate compute, storage, networking, and data services according to the application’s requirements, using managed services where they reduce operational burden. The design should include least-privilege IAM, private networking for sensitive resources, autoscaling, backups, monitoring, disaster recovery, and cost controls.
How would you approach integrating an AI-enabled feature into a production application?
I would define the user outcome and evaluation criteria first, then isolate the AI integration behind a typed service boundary. I would address prompt or model versioning, latency, cost, privacy, retries, rate limits, fallbacks, output validation, monitoring, and human review for high-impact workflows.
How do you lead technical discovery and communicate architecture decisions to both engineers and non-technical stakeholders?
I would clarify goals, constraints, risks, and success metrics before comparing viable options. I would document the chosen design with diagrams and decision records, explain trade-offs in business terms, and validate the approach through prototypes, reviews, and incremental delivery.
馃搵 Job Summary
Able is an ambitious, AI-native technology company building thoughtful products for a diverse portfolio of businesses. As a Senior Full-Stack Software Engineer, you’ll design scalable applications, APIs, architectures, and data models while guiding technical direction and collaborating with product and design. The stack includes TypeScript, JavaScript, React, Next.js, Node.js, REST, GraphQL, PostgreSQL/MySQL/DynamoDB, cloud platforms, CI/CD, and Terraform. This is a 100% remote role within Latin America, with compensation paid in USD (salary not disclosed), generous PTO, wellness benefits, AI-focused learning, and the opportunity to solve meaningful challenges with an ambitious team.
Required Skills
Never miss a JavaScript opportunity
Subscribe to get similar jobs and weekly insights delivered to your inbox
Hiring JavaScript developers?
Post your job to 7,400+ registered developers. Starting free.
See PricingRelated jobs
Is this your listing? Claim or request removal