Senior Developer (Front-End)
General Dynamics Information Technology
- Location
- United States
- Job Type
- full-time
- Salary
- $111,155 - $150,385
- Posted
- December 21, 2025
Job Description
Your Impact
Own your opportunity to work alongside federal civilian agencies. Make an impact by providing services that help the government ensure the well being of U.S. citizens.
Job Description
Overview: We are seeking a highly skilled Senior Developer with over 7 years of experience in ReactJS and JavaScript to join our dynamic team. The ideal candidate should have a strong background in UI/UX design, particularly with a focus on Human-Centered Design (HCD), and must possess deep expertise in dynamic form building. This position offers an exciting opportunity to work on cutting-edge projects in a collaborative environment.
We are excited to welcome a motivated Senior Developer who is passionate about creating exceptional user experiences and driving innovation in web development. Join us in shaping the future of our products and services through cutting-edge technology!
Key Responsibilities:
- Develop responsive web applications using ReactJS, ensuring high performance and responsiveness.
- Collaborate with UI/UX designers to implement designs into functional user interfaces, adhering to best practices and design principles.
- Build reusable components and front-end libraries for future use.
- Optimize applications for performance, scalability, and cost-efficiency in cloud environments.
- Ensure adherence to security and compliance best practices throughout the development lifecycle.
- Provide technical leadership, mentorship, and code reviews to junior developers.
- Write clean, maintainable, and testable code.
- Mentor and coach junior developers, providing technical guidance and code reviews.
Qualifications:
- Bachelor's degree in Computer Science, Computer Programming, Computer Engineering, UI/UX Design or relevant computer-based major.
- 10+ years of experience in developing IT solutions and cloud infrastructures.
- Experience in software engineering and design architectures.
- Experience and understanding of best practices regarding system security measures.
- Experience with building and migration software and IT services to align to strategic business needs and goals.
- Experience in conducting research for advanced technologies to determining how IT can support business needs leveraging software, hardware, or infrastructure.
- Excellent problem-solving skills and ability to troubleshoot complex issues.
- Strong communication and interpersonal skills, with a collaborative mindset.
- Ability to work effectively in a fast-paced environment.
- Proven track record of delivering scalable and reliable software solutions.
- A portfolio demonstrating expertise in UI/UX design and relevant projects.
Must Have:
- Minimum of 7 years of strong experience in UX Design, including a deep understanding of UX Design Thinking and Principles.
- At least 7 years of experience with ReactJS and JavaScript.
- Experience working with TypeScript.
- Experience with Data Structures and Algorithms.
- Proficiency with CSS, Tailwind, and related technologies.
- Extensive experience in creating cards and implementing drag & drop functionality.
- Proven experience in developing dynamic forms with emphasis on intuitive user experience and efficient design.
- Experience developing Component-based Architecture in React, Event Driven Architecture and Microservice framework.
- Proficiency working with UX frameworks and templates.
- Ability to lead user testing and analysis sessions.
- Expertise in dynamic form building, with a strong background and extensive practical experience.
- Solid background in maintaining design standards.
- Experience with state management libraries such as Redux or Context API.
- Familiarity with modern front-end build pipelines and tools.
- Experience with version control systems (e.g., Git) and CI/CD pipelines.
- Experience working in an Agile development environment using DevSecOps principles and tools.
Nice to Have:
- Associate or Professional level certifications in cloud platforms (e.g., Azure, AWS).
- Experience in UI/UX design, with a focus on Human-Centered Design principles.
- Experience in developing and testing wireframes and prototypes
- Experience with server-side Node.js development.
- Knowledge of creating NPM packages.
- Knowledge of server-side rendering framework such as Next.js.
- Experience writing Unit Tests for JavaScript frameworks.
- Familiarity with GraphQL and RESTful APIs.
Communication and Organizational
- Excellent presentation and communication (oral and written) skills.
- Consultant mindset with the ability to work with high level customer stakeholders and build excellent customer relationship.
- Experience identifying and applying industry tools, solutions, methods best practices, and emerging technologies.
- Strong analytical skills and problem-solving skills with the ability to formulate and communicate recommendations for improvement.
- Experience with process design and documentation methodologies, and design and production of quality deliverables.
- Demonstrated ability to work effectively, independently, and as part of a team.
- Strong project management, leadership & meeting facilitation skill with knowledge of Project Life Cycle
π― Who is this job for?
This position is suited for a senior front-end engineer with deep React and UX expertise who wants to lead the development of complex, dynamic, and highly interactive interfaces—particularly form builders, drag-and-drop systems, and component-driven architectures—in a cloud-focused, government-oriented environment. It fits someone who enjoys blending technical leadership with hands-on implementation, collaborating on human-centered design, maintaining strict design and security standards, and driving scalable UI solutions within Agile and DevSecOps practices.
π¬ Potential Interview Questions
-
How do you approach building dynamic, schema-driven forms in React for complex UX requirements?
I usually design a JSON-based schema that defines fields, validation, conditional visibility, and layout, then build a generic FormRenderer that consumes the schema. This allows non-developers or configuration to drive form changes while keeping React components reusable and testable. -
Can you describe how you apply Human-Centered Design principles when building new UI flows?
I start with understanding user goals and constraints through research or stakeholder interviews, then create low-fidelity prototypes to validate flows early. I iterate based on usability feedback, focusing on clarity, reducing cognitive load, and ensuring the interface supports real user workflows, not just business assumptions. -
How do you implement drag & drop card interfaces in React while keeping state predictable and accessible?
I use a library like React DnD or @dnd-kit, modeling state as an ordered list of items and updating it immutably on drag events. I also ensure keyboard alternatives and ARIA attributes are present so the interaction is usable beyond mouse/pointer devices. -
What’s your strategy for structuring a React application with component-based and event-driven architecture?
I organize by feature/domain, encapsulate UI and logic in well-defined components, and use events or callbacks to decouple components where direct props drilling would create tight coupling. For larger systems, I use pub/sub patterns or context/event buses carefully to keep responsibilities clear. -
How do you choose and manage state with tools like Redux or Context API in a large front-end codebase?
I keep most state as local as possible, reserve Redux or similar for cross-cutting/global concerns, and use slices/selectors to avoid over-coupling components. I’m careful to separate server state (often via query libraries) from client UI state, and I measure performance impacts of global updates. -
How do you ensure performance and scalability of a React/Tailwind application in a cloud environment such as Azure?
I focus on code splitting, lazy loading heavy routes, minimizing re-renders, and using Tailwind’s JIT to keep CSS bundles small. On Azure, I leverage CDN, caching headers, and proper build pipelines, then monitor real-user metrics to drive targeted performance improvements. -
How do you integrate DevSecOps principles into your front-end development workflow?
I embed security checks into CI/CD with dependency scanning, linting, and basic SAST, enforce code reviews with security in mind (XSS, CSRF, injection), and ensure secure configuration of environment variables and build artifacts. I treat security issues like any other defect with clear ownership and remediation paths. -
Describe how you would lead a code review for a new UX-heavy feature built in React and TypeScript.
I review for correctness, accessibility, and UX fidelity first, then check type safety, component boundaries, and test coverage. I give specific, constructive feedback, ask clarifying questions where intent isn’t clear, and highlight positive patterns to encourage consistency across the team. -
How do you collaborate with UX designers when implementing Human-Centered Design in a government or public-sector context?
I engage early in design discussions, translate their wireframes into technical constraints and opportunities, and provide feedback on feasibility and performance. Throughout implementation, I validate UX assumptions with stakeholders and, where possible, user testing, adjusting the UI to meet both policy and user needs. -
How do you handle accessibility and design standards in a long-lived enterprise or federal front-end project?
I align with established design systems and accessibility standards (WCAG, Section 508), build reusable components that encode those standards, and use automated and manual accessibility testing. I document patterns and enforce them via linting, code review, and Storybook or similar component catalogs.
π Job Summary
GDIT is hiring a Senior Developer (Front-End) (US Remote) to build responsive, human-centered web applications for federal civilian agencies that directly impact the well-being of U.S. citizens. You’ll lead development in React, TypeScript, and Tailwind, design dynamic form experiences, and shape component-based architectures within secure, cloud-based (Azure) and DevSecOps-driven environments. This role offers a salary range of $111,155–$150,385, plus comprehensive benefits and growth opportunities. Join a mission-focused team applying UX design thinking and modern frontend engineering to high-impact government projects.