Senior Software Engineer
Mozilla
- Location
- Germany
- Job Type
- full-time
- Salary
- β¬68.000 - β¬99.000 EUR
- Posted
- December 12, 2025
Job Description
Why Mozilla?
Mozilla Corporation is the non-profit-backed technology company that has shaped the internet for the better over the last 25 years. We make pioneering brands like Firefox, the privacy-minded web browser. Now, with more than 225 million people around the world using our products each month, we’re shaping the next 25 years of technology and helping to reclaim an internet built for people, not companies. Our work focuses on diverse areas including AI, social media, security and more. And we’re doing this while never losing our focus on our core mission – to make the internet better for people.
The Mozilla Corporation is wholly owned by the non-profit 501(c) Mozilla Foundation. This means we aren’t beholden to any shareholders — only to our mission. Along with thousands of volunteer contributors and collaborators all over the world, Mozillians design, build and distribute open-source software that enables people to enjoy the internet on their terms.
About this team and role:
addons.mozilla.org (AMO) is the foundation of the Firefox add-ons ecosystem. It’s a showcase for developers to publish and grow their extensions, and a place of discovery for millions of users who customize Firefox to make it their own. AMO carries the responsibility of building a great, secure, and trustworthy experience for both users and developers.
As a Senior Software Engineer, you’ll bring a passion for crafting beautiful, accessible experiences to AMO. You’ll work closely with designers and product managers to turn ideas into polished features, modernize the platform and its architecture, and see your work reach millions of people around the world.The Add-ons Engineering team builds and maintains AMO as a critical part of Firefox’s customizability. Our responsibilities include:
- Frontend and full stack development: React/TypeScript frontends, Django backend, MySQL datastore.
- Platform reliability: deployments, monitoring, and incident response on Google Cloud.
- Feature development: submission flows, trust and safety signals, and DevHub modernization.
- Open collaboration: We work in the open, with contributions from Mozilla staff and community members.
What you’ll do:
- Design, build, and refine frontend experiences in AMO and DevHub, ensuring they are fast, accessible, and user-friendly.
- Contribute to modernization and improvements in architecture and maintainability.
- Help keep the platform safe and trustworthy, with attention to security and user trust.
- Step in to resolve issues impacting users and developers, from small bugs to larger incidents.
- Collaborate with designers, product managers, QA, and community contributors to deliver end-to-end improvements.
- Contribute in the open through pull requests, code reviews, and discussions.
What you’ll bring:
- 4+ years of professional experience building modern web applications.
- Proficiency in React, JavaScript/TypeScript, HTML, and CSS, with strong debugging and testing skills.
- Familiarity with Python/Django or similar backend frameworks.
- Understanding of web security principles and practices.
- Awareness of accessibility, responsive design, and API integration.
- Strong collaboration and communication skills in a distributed team environment.
- Comfortable working in an environment that includes contributions from both staff and the open-source community.
- Commitment to our values:
- Welcoming differences
- Being relationship-minded
- Practicing responsible participation
- Having grit
Bonus points for:
- Experience with relational databases such as MySQL.
- Exposure to cloud infrastructure (Google Cloud or similar).
- Contributions to open source projects.
- Other front end stacks such as Jinja2.
- Experience mentoring or supporting junior developers.
What you’ll get:
- Generous performance-based bonus plans to all eligible employees - we share in our success as one team
- Rich medical, dental, and vision coverage
- Generous retirement contributions with 100% immediate vesting (regardless of whether you contribute)
- Quarterly all-company wellness days where everyone takes a pause together
- Country specific holidays plus a day off for your birthday
- One-time home office stipend
- Annual professional development budget
- Quarterly well-being stipend
- Considerable paid parental leave
- Employee referral bonus program
- Other benefits (life/AD&D, disability, EAP, etc. - varies by country)
About Mozilla
Mozilla exists to build the Internet as a public resource accessible to all because we believe that open and free is better than closed and controlled. When you work at Mozilla, you give yourself a chance to make a difference in the lives of Web users everywhere. And you give us a chance to make a difference in your life every single day. Join us to work on the Web as the platform and help create more opportunity and innovation for everyone online.
Commitment to diversity, equity, inclusion, and belonging
Mozilla understands that valuing diverse creative practices and forms of knowledge are crucial to and enrich the company’s core mission. We encourage applications from everyone, including members of all equity-seeking communities, such as (but certainly not limited to) women, racialized and Indigenous persons, persons with disabilities, persons of all sexual orientations, gender identities, and expressions.
We will ensure that qualified individuals with disabilities are provided reasonable accommodations to participate in the job application or interview process, to perform essential job functions, and to receive other benefits and privileges of employment, as appropriate.
We are an equal opportunity employer. We do not discriminate on the basis of race (including hairstyle and texture), religion (including religious grooming and dress practices), gender, gender identity, gender expression, color, national origin, pregnancy, ancestry, domestic partner status, disability, sexual orientation, age, genetic predisposition, medical condition, marital status, citizenship status, military or veteran status, or any other basis covered by applicable laws. Mozilla will not tolerate discrimination or harassment based on any of these characteristics or any other unlawful behavior, conduct, or purpose.
π― Who is this job for?
This role is a strong match for an experienced front-end engineer who wants to work in a mission-driven, open-source environment building high-impact, user-facing features at scale. It suits someone who enjoys modern React/TypeScript development, values accessibility, security, and clean architecture, is comfortable contributing across the stack with Python/Django, and thrives in a collaborative, distributed team where both staff and community contributions shape a widely used platform.
π¬ Potential Interview Questions
-
What frontend technologies are you most proficient with for building modern web applications?
React with TypeScript, along with semantic HTML and modern CSS (including CSS Modules or CSS-in-JS), focused on accessibility, performance, and maintainability. -
How do you ensure accessibility when building React components for a large user base?
I use semantic HTML by default, proper ARIA attributes only when necessary, full keyboard navigation support, visible focus states, correct roles and labels, and test with tools like axe and screen readers. -
What is your approach to state management in a React/TypeScript codebase?
I prefer React’s built-in hooks and context for local and shared state, and introduce external state libraries only when complexity demands it, keeping types strict and state co-located with the relevant UI. -
How do you debug and fix complex frontend issues in production?
I reproduce the issue locally or in staging, use browser DevTools (network, performance, React Profiler), inspect logs and monitoring data, narrow down the offending component or API call, then add tests to prevent regressions. -
What experience do you have with Python/Django on the backend?
I’ve built and maintained Django applications using models, views, serializers, and DRF APIs, handled authentication/permissions, and worked with migrations, admin tooling, and integration with relational databases like MySQL. -
How do you approach web security in a full-stack application (React + Django)?
I rely on Django’s built-in protections (CSRF, XSS, SQL injection defenses), use HTTPS everywhere, validate and sanitize inputs, avoid exposing sensitive data in the frontend, and implement secure auth/session handling. -
How do you design and consume REST APIs between a React frontend and a Django backend?
I design clear, resource-based endpoints with consistent status codes and error shapes, document them, and consume them via typed API clients or hooks, handling loading, error, and retry logic in a consistent pattern. -
What is your experience working with relational databases like MySQL in web applications?
I’ve designed schemas, written and optimized queries, used ORM features (e.g., Django ORM) responsibly, added indexes where needed, and debugged performance issues related to N+1 queries and heavy joins. -
How do you ensure that your frontend code is well-tested and maintainable?
I write unit tests for pure logic, integration tests for components (with React Testing Library), add end-to-end tests for critical flows, enforce TypeScript strictness, and keep components small and reusable. -
How do you collaborate effectively in an open-source and distributed team environment?
I communicate clearly and asynchronously, write detailed PRs and issues, participate in code reviews and discussions in the open, document decisions, and respect community contributions and coding standards.
π Job Summary
Mozilla is hiring a Senior Software Engineer (Frontend, Remote in Germany) to craft fast, accessible web experiences for addons.mozilla.org and DevHub, shaping how millions of Firefox users discover and manage extensions. You’ll work with React, TypeScript, HTML/CSS, and a Python/Django/MySQL backend on Google Cloud to build and modernize core features, improve platform reliability, and keep the ecosystem safe and trustworthy. This fully remote role offers a salary range of €68,000–€99,000 plus strong benefits, wellness stipends, and generous parental leave. Join a mission-driven, open-source-focused team building an internet that puts people and privacy first, not corporations.