Senior Software Engineer at Memorang · Remote only · 4 - 10 years · ₹20L - ₹40L / yr · Raised funding · Remote only · Posted 9 Feb 2022

Role
Do you want to build the next BYJU'S but better? As a Senior Software Engineer at an exponential-growth startup (+30% month-over-month) you will be responsible for architecting, building, and implementing end-to-end features throughout the stack that will impact millions of students around the world across hundreds of career paths. This role is perfect for a highly-skilled engineer who wants to explore new technologies, push their skills to the limit, have creative freedom, and feel like they have significant ownership of major features that change lives around the world.
📝 Absolute Requirements
- 4+ years experience as a backend or full-stack engineer
- Expert in Node.js and serverless technologies (e.g. AWS Lambda)
- Expert in NoSQL databases (e.g. DynamoDB, Neptune)
- Expert in GraphQL APIs
- Excellent communication and interpersonal skills
- Passionate about education
🚀 Exciting Projects
- AI/ML for predictive study algorithms
- Innovative content authoring: Quantum Questions
- Hybrid DB architecture (Graph + DynamoDB)
- New interactive learning types
- Gamification, leaderboards, and achievements
- Offline mode for mobile and desktop apps
- Real-time user collaboration
- Data visualizations and insights
- NLP assistant for content authoring and imports
- And much, much, much more!
📚 Core Serverless Stack
- API: Node.js, Lambda, GraphQL, AppSync
- DBs: DynamoDB, Neptune, S3
- Frontend: React.js, React native, Next.js
⚒️ Core Tools
- Jira, Confluence, Slack, Drive, Bitrise, Sentry, GitHub, Zoom

About Memorang
About
Memorang is building the world's most advanced EdTech platform that powers learning experiences of leading education companies around the world for millions of students and hundreds of career paths. Our AI learning and assessment platform was founded by MIT engineers, doctors, and world-famous experts on pedagogy and cognition to be "content agnostic" - it's being used for everything from medical boards to real estate and art history. Our current partners include leaders in niche markets through global powerhouses like McGraw-Hill. The ultimate goal of Memorang is to become the "backbone" of modern learning, like "Shopify" but for EdTech.
Benefits of working for Memorang include:
- Cutting-edge tech stack
- Challenging problems to solve
- Ownership of features and roadmap
- All ideas treated equally
- Competitive salary
- 100% remote work
- Medical benefits and flexible leave policy
- M1 Macbooks and other equipment
- Career and learning opportunities
Photos
Connect with the team
Company social profiles
Similar jobs (10)
About Us
We believe the future of software development is AI-native — where engineers operate at a higher level of abstraction and quality remains non-negotiable.
Incubyte is a software craft consultancy where the “how” of building software matters as much as the “what”.
We partner with companies of all sizes, from helping enterprises build, scale, and modernize to early-stage founders bring their ideas to life.
Our engineers operate in an AI-native development model, using AI as a collaborator across the SDLC to accelerate development while upholding the discipline of software craftsmanship. Guided by Software Craftsmanship and Extreme Programming practices, we build reliable, maintainable, and scalable systems with speed, without compromising quality. If this way of building software resonates with you, we’d like to talk.
Our Guiding Principles
These principles define how we work at Incubyte. They are non-negotiable.
Relentless Pursuit of Quality with Pragmatism
We build high-quality systems without losing sight of delivery.
Extreme Ownership
We take responsibility end-to-end for decisions, execution, and outcomes.
Proactive Collaboration
We collaborate closely, challenge each other, and solve problems together.
Active Pursuit of Mastery
We continuously improve our craft and raise our bar.
Invite, Give, and Act on Feedback
We seek, give, and act on feedback to get better every day.
Ensuring Client Success
We act as trusted partners and focus on real outcomes, not just output.
Experience Level
This role is ideal for engineers with total 3+ years of experience with a proven track record of shipping complex projects successfully.
An experienced individual contributor and leader who thrives in large, complex projects with widespread impact.
What You’ll Do as a Software Craftsperson
- Design and build high-quality, maintainable systems using disciplined engineering practices such as TDD, continuous refactoring, and pair programming
- Operate in an AI-native development model, using AI as a collaborator to explore architecture and design, accelerate development, and continuously improve systems while applying strong judgment to ensure that speed never compromises quality
- Take end-to-end ownership of outcomes from problem understanding and system design to implementation, deployment, and operation in production
- Make thoughtful design decisions that balance simplicity, scalability, and long-term maintainability in real-world systems
- Maintain a high bar for engineering quality through rigorous testing, code reviews, and continuous feedback
- Investigate and resolve production issues, and implement systemic improvements to prevent recurrence
- Work directly with clients, navigate ambiguity, and translate business problems into well-designed technical solutions
- Contribute to improving team practices, tooling, and systems to raise the overall quality and effectiveness of engineering
Requirements
What You’ll Bring
- 3+ years of experience building high-quality, production systems (flexible based on demonstrated capability)
- Strong fundamentals in software engineering, including object-oriented design, system design, and testing practices such as TDD
- Demonstrated ability to build simple, maintainable, and scalable systems with a focus on long-term reliability
- Proficiency in one or more modern technologies, Python, PHP, JavaScript, or TypeScript, with the ability to learn new technologies quickly
- Deep experience working with Git in collaborative environments, including managing shared codebases, conducting code reviews, and maintaining a high bar for quality
- Ability to operate effectively in an AI-native workflow using AI as a collaborator to explore solutions and accelerate development, while applying strong judgment to ensure correctness, quality, and maintainability
- Clear thinking and strong problem-solving ability, with the capacity to break down complex problems into simple, well-structured solutions
- A strong sense of ownership — you take responsibility for outcomes, care deeply about quality, and are not comfortable shipping work that does not meet your standards.
Benefits
Life at Incubyte
We are a remote-first company with structured flexibility. Teams commit to shared rhythms during core hours, ensuring smooth collaboration while maintaining autonomy. Twice a year, we come together in person for a co-working sprint and once a year for a retreat - with all travel expenses covered.
Our environment is built for crafters: pairing, refactoring, experimenting with AI, and pushing the boundaries of software excellence. We are all lifelong learners, and our work is our passion.
Perks
- Dedicated learning & development budget.
- Sponsorship for conference talks.
- Comprehensive medical & term insurance.
- Employee-friendly leave policies.
- Home Office fund
- Medical Insurance
This is a backend role. You won't build screens, and you don't need frontend experience. The mobile team will add a language picker and pass a locale to the backend. Everything behind that is yours: the data model, content pipelines, LLM generation, retrieval, audio, notifications, and making sure all of it holds up in production.
What you'll build
1. The language data model
- Design how language lives in the database: user language preference, per-story translations, fallback chains (e.g. pt-BR → pt → en), and versioning so a translation is marked stale when its English source changes.
- stories.translations (jsonb) already exists and nothing reads it yet. Decide whether it stays, or whether we move to a dedicated story_translations table, and write down why.
- Everything ships as new, reversible migrations. We never edit an existing migration.
2. The content translation pipeline
- Our library has already been translated into several languages using the Anthropic Batch API, with a two-pass generate-then-review process. Move this into the repo so it's idempotent, re-runnable and cheap, and so it handles only the stories that changed.
- Build a glossary and style layer: Hebrew terms, names of sages and sources, and terms that must never be translated. Add automated QA checks (completeness, glossary adherence, length drift, broken formatting) plus a sampling workflow for native-speaker review.
3. Generation in the user's language
- Reflections, bridge text, the three practices (Echo, Naming, Walking) and Path arcs are generated by Claude through shared prompt modules in our Supabase edge functions. Make them produce native, natural output in the target language. That means writing in the language directly, not translating English after the fact. Our existing rules must still hold, e.g. each practice carries a Hebrew term with its meaning explained, now explained in the user's language.
- Build a per-language evaluation harness so we can check quality before a language goes live and catch regressions when prompts change.
4. Multilingual matching
- Today, language-validation detects the language of the user's input and blocks anything that isn't English. Replace that gate with detection and routing.
- Story matching uses OpenAI text-embedding-3-large over pgvector. Measure how well non-English input retrieves the right English-indexed stories. Then decide between cross-lingual matching, per-language embeddings, or a hybrid, and back the decision with numbers.
5. Audio
- Stories and reflections are read aloud by ElevenLabs voices. Audio is currently stored per voice (audio_urls), so it has to become per voice and per language. Pick voices for each language, and plan batch pre-rendering, storage, cost and backfill.
6. Server-side copy
- Move push notification copy (including our Shabbat-aware scheduling), transactional and lifecycle emails, and database-driven home-screen messages out of the code and into a locale-aware string system with proper plurals and date formats.
7. Safe rollout
- Several app versions are live at the same time, and older builds can't be changed. Every change you make must stay backward compatible: English stays the default, current RPC signatures stay the same, and each language can be switched on independently behind a flag.
- Track cost and quality for each language: tokens, TTS credits, fallback rate and generation failures.
Our stack
- Backend: Supabase: Postgres (RLS, RPCs, pgvector, jsonb, pg_cron) and 50+ Deno/TypeScript edge functions
- AI: Anthropic Claude (Messages and Batch APIs, prompt caching), OpenAI embeddings, ElevenLabs TTS
- Data/scripts: Python and Node
- Other: RevenueCat, Resend, Expo Push/FCM. The app is Expo/React Native, but you won't need to work in it.
You'll be a fit if you have
- 5+ years of backend engineering, with strong PostgreSQL: schema design, migrations on live data, RLS, stored functions, and performance tuning.
- Production TypeScript (Deno or Node) and solid Python for data pipelines.
- Shipped LLM features to production, beyond prototypes: prompt design, structured output, batch processing, cost control, and above all evaluation. You know how to tell whether output in a language you don't speak is good.
- Built backend internationalization before: locale negotiation, fallback chains, ICU/CLDR plurals and dates, and translation workflows with versioning.
- Worked with embeddings and vector search, and can design a retrieval evaluation.
- Care about keeping production running: backward compatibility, feature flags, and rollouts that can be undone.
- Write clearly. Decisions here get written down before they get built.
Nice to have
- Experience with ElevenLabs or other TTS pipelines.
- Supabase-specific experience.
🧾 PDF Generation Developer
Full-time / Remote
We're looking for a junior or entry-level developer to join our team full-time and help us build and generate PDF documents quickly and efficiently using PDFmake.
This is a focused, straightforward role that involves converting structured data into clean, formatted PDF reports — such as financial summaries, client forms, or templated documentation.
While the work is a bit repetitive and requires attention to detail, it's an ideal position for someone who enjoys consistency, works well independently, and wants to gain real-world development experience in a production environment.
Experience with generating PDFs is not required — it's a simple, and you’ll quickly learn everything you need while working with us.
✅ What You'll Be Doing
- Use PDFmake to build and generate PDF documents from JSON or templated data
- Write clean and reusable code for repeated document structures
- Make small adjustments and fixes to existing PDF templates
- Occasionally assist with basic front-end (React) or back-end (NestJS) tasks — very minimal
🛠 Basic Requirements
- Solid knowledge of JavaScript or TypeScript
- Some hands-on experience with PDFmake or similar libraries (please share examples if available)
- Basic understanding of React and NestJS (enough to navigate and make small changes)
- Able to write clean, maintainable code with minimal supervision
- Good understanding of layout/positioning concepts (coordinates, grids, etc.)
🤝 Soft Skills We're Looking For
- Reliable, consistent, and self-motivated — you enjoy completing tasks without much variation
- Good communication in English (written and verbal)
- Organized and responsive — this role requires clear updates and attention to formatting details
- Open to feedback and iterative improvement
💼 What We Offer
- A stable, remote full-time role with consistent tasks
- Opportunity to improve and learn through production code
- Supportive and flexible team culture
- Note: This is a low-complexity role with a modest salary, ideal for someone early in their career or looking for focused, stable work.
Role: Senior Backend Engineer(Nodes.js+Typescript+Postgres)
Location: Pune
Type: Full-Time
Who We Are:
After a highly successful launch, Azodha is ready to take its next major step. We are seeking a passionate and experienced Senior Backend Engineer to build and enhance a disruptive healthcare product. This is a unique opportunity to get in on the ground floor of a fast-growing startup and play a pivotal role in shaping both the product and the team.
If you are an experienced backend engineer who thrives in an agile startup environment and has a strong technical background, we want to hear from you!
About The Role:
As a Senior Backend Engineer at Azodha, you’ll play a key role in architecting, solutioning and driving development of our AI led interoperable digital enablement platform.You will work closely with the founder/CEO to refine the product vision, drive product innovation, delivery and grow with a strong technical team.
What You’ll Do:
* Technical Excellence: Design, develop, and scale backend services using Node.js and TypeScript, including REST and GraphQL APIs. Ensure systems are scalable, secure, and high-performing.
* Data Management and Integrity: Work with Prisma or TypeORM, and relational databases like PostgreSQL and MySQL
* Continuous Improvement: Stay updated with the latest trends in backend development, incorporating new technologies where appropriate. Drive innovation and efficiency within the team
* Utilize ORMs such as Prisma or TypeORM to interact with database and ensure data integrity.
* Follow Agile sprint methodology for development.
* Conduct code reviews to maintain code quality and adherence to best practices.
* Optimize API performance for optimal user experiences.
* Participate in the entire development lifecycle, from initial planning , design and maintenance
* Troubleshoot and debug issues to ensure system stability.
* Collaborate with QA teams to ensure high quality releases.
* Mentor and provide guidance to junior developers, offering technical expertise and constructive feedback.
Requirements
* Bachelor's degree in Computer Science, software Engineering, or a related field.
* 5+ years of hands-on experience in backend development using Node.js and TypeScript.
* Experience working on Postgres or My SQL.
* Proficiency in TypeScript and its application in Node.js
* Experience with ORM such as Prisma or TypeORM.
* Familiarity with Agile development methodologies.
* Strong analytical and problem solving skills.
* Ability to work independently and in a team oriented, fast-paced environment.
* Excellent written and oral communication skills.
* Self motivated and proactive attitude.
Preferred:
* Experience with other backend technologies and languages.
* Familiarity with continuous integration and deployment process.
* Contributions to open-source projects related to backend development.
Note: please don't apply if you're profile if you're primary database is postgres SQL.
Join our team of talented engineers and be part of building cutting edge backend systems that drive our applications. As a Senior Backend Engineer, you'll have the opportunity to shape the future of our backend infrastructure and contribute company's success. If you are passionate about backend development and meet the above requirements, we encourage you to apply and become valued member of our team at Azodha.
Skills:
Design and build web applications with React and TypeScript, ensuring high-quality and responsive
user interfaces.
Write unit tests and integration tests using Jest to ensure code reliability, performance, and
scalability.
Ensure performance optimization, code modularity, and maintainability of applications
Node.js Developer / NestJS Developer – Job Description
A Bachelor’s Degree or Master’s Degree in Computer Science is preferred with excellent problem solving skills.
Job Type: Full-time
Job Location: Bengaluru (on site)
Preferred Skills: TypeScript / Nodejs, SQL/ MySQL
Experience: Min 2yrs in similar Role.
Responsibilities:
- Develop and Maintain Server-side Logic: Design, implement, and maintain the server-side logic using Node.js, ensuring high performance and responsiveness to requests from the front-end.
- API Development: Build and maintain RESTful APIs for seamless integration with front-end services and third-party applications.
- Database Management: Work with databases (such as MongoDB, MySQL, PostgreSQL) to ensure data consistency, reliability, and optimal performance.
- Code Quality and Testing: Write clean, maintainable, and efficient code. Implement automated testing platforms and unit tests.
- Collaboration: Work closely with front-end developers, designers, and other team members to define and implement technical solutions that meet business requirements.
- Troubleshooting and Debugging: Identify issues, debug, and resolve bugs and other technical problems in a timely manner.
- Documentation: Create and maintain documentation related to application development, API usage, and system operations.
- Stay Updated: Keep up-to-date with the latest industry trends and technologies to ensure the application remains modern and competitive.
Roles and Responsibilities:
1.Build high-performance applications by writing testable, reusable, and efficient code.
2. Strong knowledge in Nodejs, Javascript & Typescript
3.Develop and maintain all server-side components.
4.Develop high-performance and scalable APIs to serve clients.
5.Collaborate with front-end developers on the integration of well written APIs.
6.Implement effective security protocols, data protection measures, and storage solutions.
7.Investigate issues by reviewing/debugging code, provide fixes and workarounds, and review changes for operability to maintain existing software solutions.
8.Develop and manage well-functioning databases and applications
9.Run diagnostic tests, repairing defects, and provide technical support.
10.Be our NodeJS champion by keeping an eye out for emerging technologies and recommending improvements.
11. You will work within a team, collaborate and add value through participation in peer code reviews, provide comments and suggestions, and work with cross functional teams to achieve goals.
12. Design back end services for various business processes
13. You will assume technical accountability for your specific work products within an application and provide technical support during solution design for new requirements.
14. Design server side architecture
- 5+ years of software development experience in Java 8+ and Microservices.
- Experience in developing micro services. Experience in developing High Cohesion & Loosely Coupled Micro Services.
- Experienced in skills of requirement, analysis, design, develop, Java, springboot, microservices, rest api, AWS, lambda, EC2, Jenkins, design pattern, spring security, splunk, auth, docker, SOLID
- Hands on experience on Microservices Architecture.
- Should have excellent acumen in Data Structures, algorithms, problem-solving and Logical/Analytical skills. Thorough understanding of OOPS concepts, Design principles and implementation of different type of Design patterns.
- Experience with Multithreading, Concurrent Package and Concurrent APIs
- Basic understanding of Java Memory Management (JMM) including garbage collections concepts.
- Experience in RDBMS or NO SQL databases and writing SQL queries (Joins, group by, aggregate functions, etc.)
- Hands-on experience with Message Broker like Kafka/Rabbitmq or other. Hands-on experience in creating RESTful webservices and consuming web services. Hands-on experience with spring Cloud/Spring Boot.
- Hands-on experience with any of the logging frameworks (SLF4J/LogBack/Log4j)
- Experience of writing Junit test cases using Mockito / Powermock frameworks. Should have practical experience with Maven/Gradle and knowledge of version control systems like Git/SVN etc.
- Hands on experience on Cloud deployment/development like AWS/Azure/GCP.
- Good communication skills and ability to work with global teams to define and deliver on projects. Sound understanding/experience in software development process, test-driven development.
Benefits of Working Here:
- Gender Neutral /Diversified Culture
- 51 Leaves annually
- Insurance covered for family
- Incentives, Bonus
- Permanent WFH Option
- Generous parental leave and new parent transition program
- Flexible work arrangements
JOB SUMMARY
|
Job Title: |
Backend Web Application Developer (AWS Cloud) |
|
Team/Department: |
Omnicom Media Group IT (OMG – IT) |
|
Reporting: |
Manager – OMG IT |
|
Location: |
Bangalore |
ABOUT THE ROLE
THE ROLE IN SUMMARY
Omnicom Media Group (OMG) has an immediate opening for a highly motivated and talented backend web application developer, specializing in AWS cloud technologies. In this position you will be joining an in-house development team whose primary responsibility is developing new features and functionality for multiple existing web applications and day to day troubleshooting and issue resolution. The ideal candidate will possess excellent critical thinking and troubleshooting skills and have proven experience using popular AWS services commonly used to build serverless web application architectures. Candidates are expected to have strong knowledge of AWS API Gateway, Lambda, DynamoDB and Python programming. Familiarity with Cloud infrastructure as code frameworks, such as Serverless Framework, Terraform or CloudFormation, etc. is also required. Excellent English communication skills are a must as you will be a part of a team working alongside our primary development team in addition to several business analysis and project managers. 5+ years of prior backend and Cloud web application and software development experience required.
WHAT WILL YOU DO
KEY WORKING PRINCIPLES
- Passionate about modern web application architecture and programming. Hands on backend developer.
- Prior experience with modern RESTful API design and implementation. Microservices and single page web applications.
- Strong AWS knowledge, specifically serverless technologies (S3, API Gateway, Lambda, IAM, DynamoDB) as they relate to web application development.
- Excellent knowledge of web application security fundamentals (identity management, authentication, authorization, SSO).
- Designed several application databases in SQL and at least one non-relational database system, preferably
- Familiarity with DevOps practices including continuous integration and deployment, infrastructure as code in preferably Serverless Framework.
- Excellent verbal and written communication skills.
- 5+ years professional software development experience.
- Bachler’s degree in computer science or related field.
MUST HAVE SKILLS
- Backend Web Application Development
- Python
- AWS Services Including, CloudFront, S3, API Gateway, Lambda, Step Functions, SES, DynamoDB, Serverless Framework
- AWS Identity and Access Management principles (IAM)
- SQL (MS SQL Server, PostgreSQL, AWS Aurora or comparable)
- GIT, JIRA, Agile / Scrum
NICE TO HAVE SKILLS
- AWS Cognito













