1

Senior Full Stack Developer Jobs in Kennard, IN (NOW HIRING)

The Full Stack Software Developer works as a member of an agile development team to create software products that support business objectives and deliver value to customers. This role collaborates ...

... engineering assets, and experience working with senior client stakeholders to facilitate ... As a Full Stack Engineer Manager in Deloitte Cyber's Digital Trust & Privacy practice, you will ...

We are seeking a highly experienced Senior Web Application Developer to serve as a technical leader ... This role requires a well-rounded full-stack background across modern web technologies, including ...

We are seeking a highly experienced Senior Web Application Developer to serve as a technical leader ... This role requires a well-rounded full-stack background across modern web technologies, including ...

We are seeking a highly experienced Senior Web Application Developer to serve as a technical leader ... This role requires a well-rounded full-stack background across modern web technologies, including ...

We are seeking a highly experienced Senior Web Application Developer to serve as a technical leader ... This role requires a well-rounded full-stack background across modern web technologies, including ...

next page

Showing results 1-20

Senior Full Stack Developer information

See Kennard, IN salary details

$22

$54

$79

How much do senior full stack developer jobs pay per hour?

As of Sep 9, 2026, the average hourly pay for senior full stack developer in Kennard, IN is $54.59, according to ZipRecruiter salary data. Most workers in this role earn between $45.38 and $62.88 per hour, depending on experience, location, and employer.

What is a senior full stack developer?

Senior Full Stack Developers are experienced professionals who design, develop, and maintain both the front-end and back-end components of web applications. They are proficient in multiple programming languages and frameworks, enabling them to handle servers, databases, APIs, and user interfaces. In addition to coding, they often lead development teams, make architectural decisions, and ensure software quality and scalability. Their expertise allows them to oversee the entire application lifecycle, from concept to deployment.

How does a senior full stack developer typically collaborate with cross-functional teams during a project lifecycle?

As a Senior Full Stack Developer, you'll frequently collaborate with designers, product managers, QA engineers, and other developers to deliver end-to-end solutions. You'll be involved in requirements discussions, offer technical guidance, and help align frontend and backend development with business goals. Your role often includes code reviews, mentoring junior team members, and ensuring seamless integration across various systems. This collaborative environment encourages knowledge sharing and innovation while ensuring project success.

What are the key skills and qualifications needed to thrive as a senior full stack developer, and why are they important?

To thrive as a Senior Full Stack Developer, you need advanced proficiency in both front-end and back-end programming languages, frameworks, and a solid understanding of software architecture, usually supported by a relevant degree and several years of experience. Mastery of tools such as Git, Docker, CI/CD systems, and cloud platforms like AWS or Azure is typically required, alongside familiarity with databases and version control systems. Strong problem-solving abilities, leadership, effective communication, and collaboration skills set exceptional developers apart. These skills and qualities are crucial for delivering robust, scalable solutions while mentoring teams and efficiently bridging gaps between client requirements and technical implementation.

What is the difference between Senior Full Stack Developer vs Backend Developer?

AspectSenior Full Stack DeveloperBackend Developer
Required SkillsProficiency in both frontend and backend technologies, such as JavaScript, HTML, CSS, and server-side languages like Node.js, Python, or JavaSpecialized in server-side development, working with languages like Java, Python, Ruby, or PHP, and database management
Work EnvironmentCollaborates across frontend and backend teams, often involved in full project lifecycleFocuses primarily on backend systems, APIs, and database integration
Common UsageUsed in roles requiring full project oversight and versatile development skillsUsed in roles focused on server-side logic, database management, and API development

The main difference is that a Senior Full Stack Developer handles both frontend and backend development, providing a comprehensive approach to projects, while a Backend Developer specializes solely in server-side logic and database management. Both roles require strong programming skills, but the Full Stack Developer's expertise spans the entire technology stack.

What cities near Kennard, IN are hiring for Senior Full Stack Developer jobs?

Cities near Kennard, IN with the most Senior Full Stack Developer job openings:

Infographic showing various Senior Full Stack Developer job openings in Kennard, IN as of August 2026, with employment types broken down into 67% Full Time, and 33% Contract. Highlights an 100% In-person job distribution, with an average salary of $113,538 per year, or $54.6 per hour.

Senior Full Stack Developer

Indianapolis, IN • On-site

Prophecy Technologies
Professional, Scientific, and Technical Services • 11 - 50 employees

Full-time

Posted 9 days ago


Key responsibilities

  • Design and prototype application screens, wireframes, and interaction flows in Figma.

  • Translate Figma designs into pixel-perfect, responsive React and Next.js components.

  • Build and maintain RESTful APIs using Python or Node.js, and set up CI/CD pipelines for deployment.


Job description

Role Overview:
We are looking for a technically strong Senior Full Stack Developer with 6+ years of hands-on experience building scalable, production-grade web applications. The ideal candidate is equally comfortable designing UI mockups in Figma, building responsive React/Next.js frontends, architecting RESTful APIs in Python or Node.js, and owning the CI/CD pipelines that ship it all. You will work across the full delivery lifecycle - from blank canvas to production.
Key Responsibilities:
  • Design and prototype application screens, wireframes, and interaction flows in Figma.
  • Translate Figma designs into pixel-perfect, responsive React and Next.js components.
  • Implement robust state management using Redux, Zustand, React Query, or Context API.
  • Consume and integrate REST APIs, handling loading, error, and edge-case states in the UI.
  • Ensure cross-browser compatibility, accessibility (WCAG), and mobile responsiveness.
  • Maintain component libraries and enforce design-system consistency across products.
  • Design and build RESTful APIs using Python (FastAPI / Flask / Django) and Node.js (Express / NestJS).
  • Model and manage relational and non-relational databases; write optimised queries and migrations.
  • Implement authentication, authorisation, and security best practices (OAuth 2.0, JWT, RBAC).
  • Build reusable services, middleware, and shared libraries consumed across applications.
  • Perform code reviews and enforce backend coding standards, error handling, and logging.
  • Bootstrap new projects from scratch: repository structure, tooling, linting, testing scaffolds.
  • Define and document architecture decisions (ADRs) for new applications.
  • Evaluate and select appropriate frameworks, libraries, and cloud services for each use case.
  • Set up and maintain CI/CD pipelines (GitHub Actions, Azure DevOps, Jenkins, or equivalent).
  • Containerise applications with Docker; manage multi-service environments with Docker Compose.
  • Deploy and configure cloud infrastructure on AWS, Azure, or GCP (compute, storage, networking).
  • Automate UI and API deployment workflows including build, test, lint, security scan, and release gates.
  • Monitor application health, set up alerting, and respond to production incidents.

Required Skills:
  • React.js (Hooks, functional components, performance patterns)
  • Next.js (SSR, SSG, ISR, App Router, API routes)
  • State management - Redux / Redux Toolkit, Zustand, or React Query
  • TypeScript - strong typing across components, hooks, and API contracts
  • HTML5, CSS3, Tailwind CSS or CSS Modules; responsive and accessible design
  • Figma - design, prototyping, component library creation, and design handoff
  • Python - FastAPI, Flask, or Django REST Framework; async patterns
  • Node.js - Express or NestJS; REST API design and middleware patterns
  • RESTful API design principles; OpenAPI / Swagger documentation
  • SQL (PostgreSQL / MySQL) and NoSQL (MongoDB / Redis)
  • Authentication & authorisation: OAuth 2.0, JWT, session management
  • Git (branching strategies: GitFlow, trunk-based); PR workflows and code review
  • Docker and Docker Compose; basic Kubernetes familiarity is a plus
  • CI/CD tooling: GitHub Actions, Azure DevOps, Jenkins, or CircleCI
  • Cloud platforms: AWS (EC2, S3, Lambda, RDS) or Azure or GCP
  • Testing: Jest, Vitest, React Testing Library (frontend); Pytest, Supertest (backend)
  • Package management via JFrog Artifactory (organisation standard - npm and PyPI are not permitted)

Qualifications:
  • 6+ years of professional full stack development experience
  • Bachelor's degree in computer science, Software Engineering, or equivalent practical experience
  • Demonstrable portfolio or codebase showing end-to-end ownership (design ? deploy)
  • Strong written and verbal communication skills; ability to work across cross-functional teams

Preferred Skills:
  • Experience with GraphQL or gRPC alongside REST APIs
  • Familiarity with micro-frontend or monorepo architectures (Nx, Turborepo)
  • Infrastructure-as-code experience (Terraform, Pulumi, or AWS CDK)
  • Exposure to observability tooling (Datadog, Grafana, OpenTelemetry)
  • Contributions to open-source projects or published npm / PyPI packages