# Backend Engineer (Node.js) | Prograd, UK

Remote from[Europe](https://jobicy.com/job-region/europe.md), [Poland](https://jobicy.com/job-region/poland.md)Annual salary Undisclosed Salary information is not provided for this position.
Check our [Salary Directory](https://jobicy.com/salaries.md) to estimate the average compensation for similar roles.Department  [Software Engineering](https://jobicy.com/categories/engineering.md) Employment type Full Time, Job posted10 Jun 2026Apply before10 Jul 2026Experience level  Midweight
Views / Applies 3010 / 872 [About company](https://jobicy.com/company/gt.md) [Share](#share)

About [GT](https://jobicy.com/company/gt.md)

GT provides clients with offshore product teams from CEE, a product development studio & data science services.

*

[Human Resources](https://jobicy.com/company-category/human-resources.md)
*  2019

Verified job posting This job post has been [manually reviewed](https://jobicy.com/tools/help-center/employee/how-does-jobicy-verify-the-legitimacy-of-remote-job-listings.md) for authenticity and compliance.       Tailor Resume Check Job Fit Cover Letter

### Tailor my resume to this job

Discover how to best rewrite and optimize your resume for this specific job. You'll receive personalized suggestions and detailed guidance to highlight your key strengths, effectively address the job requirements, and make your application more compelling to recruiters and hiring managers.     After analyzing your resume, I can provide several recommendations to better position yourself for this role.  Your background in software development shows strong technical skills, particularly in Java and Python development. However, for this Senior Backend Developer position, I notice there could be more emphasis on your experience with microservices architecture and cloud technologies, which are key requirements for this role. I recommend highlighting specific projects where you utilized these technologies and quantifying your achievements to demonstrate impact... Upgrade to Plus

### Am I a good fit for this job?

Understand your compatibility with this specific job opportunity. Our detailed analysis will assess your resume against the role's requirements, providing insights into your potential fit, key skill alignments, and areas you might need to develop to be a strong candidate.     After assessing your resume against the job requirements, here's a summary of your fit:  1. Overall Match: Moderate Fit (Approx. 65-70%). Your resume shows good alignment with several core responsibilities for the Project Manager role, especially your experience in agile methodologies and stakeholder communication.
2. Key Strengths: Your PMP certification and proven track record in delivering projects on time are strong assets for this position.
3. Potential Gap: The role specifies experience with 'XYZ specific software', which is not explicitly mentioned in your resume. If you have this experience, ensure it's highlighted.
4. Recommendation: Consider adding a quantifiable achievement related to budget management, as this is often a key metric for PM roles... Upgrade to Plus

### Cover Letter Assistant

Need help writing a compelling cover letter? Our system can analyze this job and your resume to help you draft personalized paragraphs that highlight your strengths and impress hiring managers.      Let me help you draft a strong opening...  Dear Hiring Manager, I am writing to express my keen interest in the Senior Marketing Manager position. My background in developing data-driven marketing strategies and leading successful product launches, as detailed in my resume, directly aligns with your need for a candidate capable of enhancing brand visibility and driving market share growth. I am confident I can make a significant contribution to your team... Upgrade to Plus

###  AI Summary

Prograd, a UK-based fintech startup supported by Deloitte, is seeking a Backend Engineer (Node.js) to build scalable systems for their platform that improves young people's financial literacy. The role requires at least 3 years of experience with Node.js, TypeScript, APIs, databases, AWS, and event-driven architectures. Ideal candidates are self-driven, collaborative, and comfortable in a fast-paced environment. You will work directly with the Tech Lead to ship features and shape backend infrastructure. This is an opportunity to make an immediate impact in a rapidly growing company.

### Role DNA

Job Complexity Easy Hard Pace & Pressure Relaxed Fast-paced Autonomy Level Guided Full Ownership Communication Load Independent Highly Collaborative

AI Insight The role requires solid experience in backend technologies and cloud infrastructure but isn't a senior lead position; the technical breadth and fast-paced environment place it at a moderate difficulty level.

### Salary Analysis

Median  Market Rate  $120,000US Market $90k – 160k 0 $176k      AI Insight No salary was provided in the listing. Based on US market data for a Backend Engineer (Node.js) with 3+ years of experience, the estimated median salary is $120,000, with a typical range of $90,000 to $160,000. This is competitive for a mid-level role in the fintech industry.

### Core Skills Required

[Node.js](https://jobicy.com/jobs?search_keywords=Nodejs.md) [TypeScript](https://jobicy.com/jobs?search_keywords=TypeScript.md) [GraphQL](https://jobicy.com/jobs?search_keywords=GraphQL.md) [REST APIs](https://jobicy.com/jobs?search_keywords=REST+APIs.md) [PostgreSQL](https://jobicy.com/jobs?search_keywords=PostgreSQL.md) [Prisma](https://jobicy.com/jobs?search_keywords=Prisma.md) [AWS](https://jobicy.com/jobs?search_keywords=AWS.md) [Microservices](https://jobicy.com/jobs?search_keywords=Microservices.md) [CI/CD](https://jobicy.com/jobs?search_keywords=CICD.md) [Event-Driven Architecture](https://jobicy.com/jobs?search_keywords=EventDriven+Architecture.md)

### Cover Letter Sample

Dear Hiring Manager,

I am writing to express my strong interest in the Backend Engineer (Node.js) position at Prograd. With over three years of experience building scalable backend systems using Node.js, TypeScript, and AWS, I am excited about the opportunity to contribute to your mission of improving financial literacy among young people.

In my previous role, I designed and implemented GraphQL and REST APIs, managed PostgreSQL databases with Prisma, and deployed event-driven architectures on AWS. I thrive in fast-paced environments and enjoy owning features from concept to deployment. My experience with microservices and monorepos like Turborepo aligns perfectly with your tech stack.

I am particularly drawn to Prograd's focus on financial education and would be thrilled to work alongside a tech lead to build robust backend systems that impact millions. Thank you for considering my application. I look forward to discussing how I can contribute to your team.

Sincerely,
[Your Name]

Copy

### Sample Interview Questions

Can you describe your experience with designing and implementing GraphQL APIs? How do you handle schema design and resolvers?I have designed several GraphQL APIs where I started with defining the schema based on client requirements, using tools like Apollo Server. For resolvers, I ensure they are modular and optimized, often using DataLoader to solve N+1 problems. I also prioritize security by implementing authentication and authorization checks at the resolver level.How do you approach debugging a performance issue in a Node.js application that uses AWS services?I start by identifying bottlenecks using APM tools like AWS X-Ray or CloudWatch. I look at slow database queries, high memory usage, or inefficient API calls. Then I optimize by adding indexes, refactoring code to use async patterns, or leveraging caching with ElastiCache. If needed, I also review Lambda function configuration and adjust memory or timeout settings.Explain your experience with event-driven architecture. Can you give an example of a system you built using it?I built an order processing system using AWS SQS and SNS. When an order is placed, an event is published to SNS, which triggers multiple SQS queues for inventory, billing, and shipping. This decoupled the services and allowed each to scale independently. I also used Inngest in a recent project to manage background jobs like email notifications.How do you ensure code quality and reliability in a fast-paced environment?I advocate for automated testing at multiple levels: unit tests for utilities, integration tests for API endpoints, and end-to-end tests for critical flows. I also set up CI/CD pipelines that run tests and linting on every pull request. Code reviews are essential, and I use feature flags to deploy incrementally and reduce risk.Can you describe a time you had to explain a technical concept to a non-technical stakeholder? How did you approach it?I once needed to explain the benefits of migrating from a monolithic to a microservices architecture to a product manager. I focused on business outcomes: faster feature releases, better scalability, and reduced downtime. I used analogies like a restaurant kitchen where each station works independently. I also created a simple diagram to illustrate the flow.  GT was founded in 2019 by a former Apple, Nest, and Google executive. GT’s mission is to connect the world’s best talent with product careers offered by high-growth companies in the UK, USA, Canada, Germany, and the Netherlands.

On behalf of Prograd, GT is looking for a Backend Engineer (Node.js) interested in building scalable systems and contributing to a fast-growing fintech platform.

## About the Client

Prograd is a fintech company that helps young people improve their financial literacy and make smarter financial decisions. The platform provides personalized job recommendations, side hustles, discounts, financial products, and educational content to support users on their financial journey.

Headquarters: UK

Industry: Fintech, EdTech

Focus: Personalized financial guidance for young people

## About the Role

Become a part of an extraordinary journey in redefining young people’s perception of money. We are seeking a passionate and skilled Backend Engineer (Node.js) to join a dynamic Prograd’s team and make an impact from day one.

Their rapidly expanding startup, supported by Deloitte, is breaking new ground in a field often overlooked in traditional education, and we invite you to play a pivotal role in our journey of success.

You will join forces with a Tech Lead to support and amplify our brand’s backend systems. This is an exceptional chance for an ambitious and self-driven individual to join a rapidly growing and exciting company where your contributions will be genuinely valued.

## Essential knowledge, skills & experience:

*

At least 3 years of experience with Node.js, TypeScript, and JavaScript

*

APIs: Experience in designing and implementing GraphQL and REST APIs

*

Database Management: Skills in SQL, PostgreSQL, and Prisma (or similar ORM)

*

Cloud Infrastructure: Hands-on experience with AWS services and cloud deployment processes – must have

*

Event-Driven Architecture: Experience with event-driven systems (e.g., Inngest)

*

Integrated Services: Experience with third-party integrations; understanding of OAuth and

SSO protocols

*

Patterns and Tooling: Experience with microservices, monorepos, and tools like Turborepo

*

Testing and CI/CD: Experience with automated testing frameworks and CI/CD pipelines

*

Fluency in English

## Nice-to-have

*

Familiarity with React and Next.js.

## Soft Skills

*

Collaboration and Communication: Excellent communication skills; ability to explain technical concepts to non-technical stakeholders

*

Adaptability: Quick learner, comfortable in a fast-paced environment

*

Independence and Initiative: Ability to independently ship features and proactively identify solutions

*

Business Mindset: Understanding of business processes and aligning technical solutions with business goals

*

Team Player: Strong team orientation, attention to detail, and commitment to quality

*

Problem-Solving: Strong analytical and problem-solving abilities

## Responsibilities

*

Build and maintain robust backend systems

*

Design and implement GraphQL and REST APIs

*

Manage database design and optimisation using SQL, PostgreSQL, and Prisma

*

Develop and deploy cloud infrastructure with AWS

*

Implement event-driven architectures.

*

Integrate third-party services (Resend, Onfido, Clerk, Hubspot)

*

Develop software following microservices and monorepo patterns

*

Ensure high-quality software through automated testing and CI/CD pipelines

*

Collaborate effectively with engineers and non-technical team members

*

Troubleshoot and resolve complex technical issues

## Interview Steps

*

GT interview with Recruiter

*

Technical interview

*

Culture fit interview (meeting with the Founder)

*

Reference Check

*

Offer

Show more

[Apply now >](https://jobicy.com/jobs/146065-backend-engineer-node-js-prograd-uk.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

## How to apply

## See a few more

Similar Software Engineering remote jobs

*
![Veeam Software logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/f7716b71-221.jpg)

Veeam Software

[Software Developer in Test (JavaScript)](https://jobicy.com/jobs/144087-software-developer-in-test-javascript-2.md)

Veeam is the Data and AI Trust Company, specializing in helping organizations ensure their data and AI are fully understood, secured, and resilient to enable the acceleration of safe AI…

![Poland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/pl.svg)
PL•Full TimeNEW*
![Aviatrix logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c783b38c-221.jpeg)

Aviatrix

[Senior Solutions Architect – ACE](https://jobicy.com/jobs/148145-senior-solutions-architect-ace.md)

WHO WE ARE: Aviatrix® is pioneering the Cloud Native Security Fabric — the architecture the Containment Era requires. The Cloud Native Security Fabric governs every workload communication path across…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 121,829-143,328/year*
![Chainguard logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e4b6aacf-221.jpeg)

Chainguard

[Engineering Manager, Internal Developer Platform](https://jobicy.com/jobs/148144-engineering-manager-internal-developer-platform.md)

Chainguard is the trusted source for open source. By delivering hardened, secure, and production-ready builds of all the open source software engineers and AI agents rely on, Chainguard helps organizations…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 205k-230k/year*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)

Reddit

[Senior Software Engineer, Storage](https://jobicy.com/jobs/148143-senior-software-engineer-storage.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 217k-303,900/year*
![Okta logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/d54f5eb5-221.png)

Okta

[Demo Engineer](https://jobicy.com/jobs/148141-demo-engineer.md)

Secure Every Identity, from AI to HumanIdentity is the key to unlocking the potential of AI. Okta secures AI by building the trusted, neutral infrastructure that enables organizations to safely…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 160k-246k/year*
![Verra Mobility logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/98f74d13-221.png)

Verra Mobility

[Senior Network Engineer](https://jobicy.com/jobs/143126-senior-network-engineer.md)

Position Overview: The Senior Network Engineer (Load Balancing) will be responsible for the design, implementation, and optimization of enterprise-grade load balancing and traffic management solutions across on-prem and cloud environments. This role is…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![Life360 logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/02/f269bad3-221.jpeg)

Life360

[Staff AI Architect, Family AI Lab](https://jobicy.com/jobs/143221-staff-ai-architect-family-ai-lab.md)

About Life360Life360’s mission is to keep people close to the ones they love. Our category-leading mobile app,Tile tracking devices, and Pet GPS tracker empower members to protect the people, pets,…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 197k-290k/year*
![Lumen Technologies logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/09/bab8bfe71b006d34181034e47e6b2c52.jpg)

Lumen Technologies

[Network Design Engineer V (WAN /Job Package Engineer) ABMS](https://jobicy.com/jobs/143399-network-design-engineer-v-wan-job-package-engineer-abms.md)

Lumen is the trusted network for AI. We’re transforming how businesses connect, secure, and scale in an AI-driven world.By connecting people, data, and applications quickly, securely, and effortlessly, we help…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 132,232-193,940/year*
![Remote logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/63a88d3a-221-1.png)

Remote

[Senior Backend Engineer (Elixir)](https://jobicy.com/jobs/148118-senior-backend-engineer-elixir-2.md)

About Remote Remote is solving modern organizations’ biggest challenge – navigating global employment compliantly with ease. We make it possible for businesses of all sizes to recruit, pay, and manage…

![EMEA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/emea.svg)
EMEA•Full TimeUSD 53,300-119,850/year*
![Sutherland logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/06060827-221.jpg)

Sutherland

[Full Stack Software Developer – Node.js & React (Bulgaria based)](https://jobicy.com/jobs/143731-full-stack-software-developer-node-js-react-bulgaria-based.md)

Company DescriptionAbout Sutherland: Sutherland is a global leader in driving business and digital transformation, and exceptional experiences along the entire journey of our client’s engagement with their customers. With over 35…

![Bulgaria flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/bg.svg)
BG•Full TimeNEW
[More Jobs](https://jobicy.com/jobs.md)