1

Software Development Manager Jobs in Vancouver, WA

The FaST Division portfolio of metrology products includes hardware and software solutions for ... and management skills. * Demonstrated track record in new concept development for a variety of ...

Senior Manager, Software Engineer, Design Engineering - Nike WHO YOU WILL WORK WITH The Consumer ... Experience driving process improvement within the Agile development framework. * Experience with CI ...

Software Engineer Join our growing Software for External Medical Device team and contribute to the ... experience with development environments, debugging tools, configuration management, test ...

Software Product Manager Description - Job Summary This role is responsible for guiding the development and success of software products or features. The role is essentially the advocate for the ...

Defines processes that comprise the software development lifecycle and mentors, other members of ... Manages program budgets, including forecasting, tracking expenditures, and ensuring projects are ...

Defines processes that comprise the software development lifecycle and mentors, other members of ... Expertise in managing cross-organizational software development projects from initiation through ...

Development Intern

Portland, OR · On-site

$16 - $21.25/hr

Working with CRM software such as Volgistics and Raiser's Edge. * Assist the Development team in ... preparing for large-scale events, drafting and distributing event materials, managing guest and ...

New

Showing results 41-60

Software Development Manager information

See Vancouver, WA salary details

$83.2K

$148.8K

$186.9K

How much do software development manager jobs pay per year?

As of Aug 23, 2026, the average yearly pay for software development manager in Vancouver, WA is $148,775.00, according to ZipRecruiter salary data. Most workers in this role earn between $129,300.00 and $170,700.00 per year, depending on experience, location, and employer.

What does a software development manager do?

As a software development manager, your primary responsibilities are to oversee software development teams and to act as a liaison between your teams and senior management. You hire and train new staff, manage and evaluate existing developers, provide guidance on the design and implementation of new software applications, and ensure that projects stay on schedule and within budget. You collaborate with upper-level management and your developers to make sure that new and existing software applications meet business objectives.

What does a software development manager do?

A Software Development Manager oversees teams of software engineers to ensure successful planning, development, and delivery of software projects. They coordinate project timelines, allocate resources, and facilitate communication between team members and stakeholders. Additionally, they mentor developers, set technical standards, and help align software initiatives with business objectives. Their role balances technical expertise with leadership and project management responsibilities.

What are the key skills and qualifications needed to thrive as a software development manager?

To thrive as a Software Development Manager, you need a solid background in software engineering, leadership experience, and usually a degree in computer science or a related field. Familiarity with project management tools (like Jira or Trello), version control systems (such as Git), and sometimes certifications like PMP or Scrum Master are highly beneficial. Exceptional communication, problem-solving abilities, and the capacity to motivate and mentor teams are critical soft skills. These competencies ensure successful project delivery, foster team development, and align technical efforts with business goals.

How does a software development manager typically balance technical leadership with people management responsibilities?

As a Software Development Manager, you’ll find that balancing hands-on technical leadership with people management is a central part of the role. You’ll spend part of your time guiding architectural decisions and overseeing code quality, while also focusing on coaching, mentoring, and supporting your team’s professional growth. Effective delegation, setting clear priorities, and maintaining open communication with both developers and stakeholders are key to managing these dual responsibilities. Many managers also work closely with product managers, QA, and other departments to ensure alignment across projects.

What is the difference between Software Development Manager vs Software Engineer?

AspectSoftware Development ManagerSoftware Engineer
ResponsibilitiesOversees development teams, manages projects, sets strategic goalsDesigns, codes, tests software applications
Required SkillsLeadership, project management, technical expertiseProgramming, problem-solving, technical skills
CredentialsBachelor's or higher in CS or related field, often with experience in managementBachelor's or higher in CS or related field
Work EnvironmentTeam management, collaboration with stakeholdersIndividual or team coding tasks, development environments

The main difference between a Software Development Manager and a Software Engineer lies in their focus and responsibilities. Managers oversee teams and projects, while engineers focus on designing and coding software. Both roles require technical skills, but managers also need leadership and project management abilities.

What are the most commonly searched types of Software Development jobs in Vancouver, WA?

The most popular types of Software Development jobs in Vancouver, WA are:

What job categories do people searching Software Development Manager jobs in Vancouver, WA look for?

The top searched job categories for Software Development Manager jobs in Vancouver, WA are:

What cities near Vancouver, WA are hiring for Software Development Manager jobs?

Cities near Vancouver, WA with the most Software Development Manager job openings:

Infographic showing various Software Development Manager job openings in Vancouver, WA as of July 2026, with employment types broken down into 100% Full Time. Highlights an 57% In-person, 17% Hybrid, and 26% Remote job distribution, with an average salary of $148,754 per year, or $71.5 per hour.

Software Development Engineer, Kiro Web

Amazon

Portland, OR

Full-time

Posted 18 days ago


Amazon rating

7.4

Company rating: 7.4 out of 10

Based on 7,111 frontline employees who took The Breakroom Quiz

6th of 39 rated national retailers


Job description

The future of software development is agentic. AWS is building Kiro - a frontier AI-powered development environment that autonomously tackles development tasks, maintains context across interactions, and continuously learns from its work. Kiro is already transforming how developers build and maintain software, and we're just getting started.
We're looking for a Software Development Engineer to build the server-side systems that power Kiro Web - a local web application that manages multiple AI agent sessions through the Agent Client Protocol (ACP)

You'll own the backend that spawns, orchestrates, and communicates with kiro-cli processes, handling JSON-RPC 2.0 messaging over stdin/stdout, WebSocket fan-out to connected browsers, and the REST APIs that enable multi-agent team coordination.
The challenges are systems-level and novel: managing a pool of AI agent child processes with independent lifecycles, building a WebSocket gateway that multiplexes real-time notifications from dozens of concurrent sessions, implementing tool approval interception and relay, and designing the inter-agent communication layer that lets orchestrator agents delegate work to specialized agents via REST. You'll also build the distribution infrastructure that delivers Kiro to millions of developers - multi-platform builds, CDN-backed metadata services, and update delivery mechanisms.
Your impact spans both the local development experience and global distribution. Every developer managing AI sessions through the Kiro Web UI depends on your server layer

Every developer downloading Kiro for the first time uses your distribution systems.
This is your chance to build the engine behind the agent that builds the future.
Key job responsibilities
- Build and maintain the Kiro Web server (Fastify/Node.js/TypeScript) - session manager, ACP client adapter, WebSocket gateway, and REST API
- Implement the process-per-session architecture: spawning kiro-cli ACP child processes, managing JSON-RPC 2.0 communication over stdin/stdout, and handling lifecycle events (crash recovery, session resume, stale PID handling)
- Build the multi-agent team orchestration layer - team session lifecycle, inter-agent prompt routing with topology validation, parallel dispatch, and skill injection
- Design and implement the WebSocket fan-out system that multiplexes notifications from multiple ACP processes onto browser clients, tagged by session/team/role
- Build and operate Kiro's multi-platform distribution system - metadata services, platform detection, CDN configuration (CloudFront), custom channel authorization, and release automation
- Implement tool approval interception: hold execution when agents request permissions, emit approval requests to the frontend, and relay user decisions back to the agent
- Write comprehensive tests, build monitoring/alerting, and participate in on-call rotations
- Contribute to API design, architecture reviews, and team technical direction
About the team
Kiro Web builds the web-based experiences and platform services for Kiro. Our server layer is the bridge between browser UIs and kiro-cli's Agent Client Protocol - we spawn and manage AI agent processes, multiplex their real-time output to the browser via WebSocket, and orchestrate multi-agent teams through REST APIs. We also own the distribution platform that delivers Kiro builds worldwide via CloudFront

Tech stack: TypeScript, Node.js 22, Fastify, WebSockets, JSON-RPC 2.0, pnpm monorepo. The team is between Seattle and Portland, shipping weekly.


What Amazon employees say

Pay

Benefits

Hours and flexibility

Workplace

Get the full story on Breakroom


Amazon logo

About Amazon

Sourced by ZipRecruiter

Amazon.com, Inc., commonly known as Amazon, is an American multinational technology company. It was founded by Jeff Bezos in 1994 and initially started as an online marketplace for books. Since then, Amazon has expanded its operations and become one of the largest e-commerce companies in the world. Amazon's primary business is its online retail platform, where customers can purchase a vast array of products, including electronics, clothing, books, home goods, and much more. The company offers a convenient and user-friendly shopping experience, with features such as fast shipping, customer reviews, and personalized recommendations. In addition to its e-commerce platform, Amazon has diversified its business into various other areas. One of its notable ventures is Amazon Web Services (AWS), a comprehensive cloud computing platform that provides services such as storage, compute power, and database management to individuals and businesses. AWS has become a leader in the cloud computing industry, powering many websites and applications worldwide. Amazon has also developed its own consumer electronics, including the popular Amazon Kindle e-reader, Fire tablets, Fire TV streaming devices, and the Alexa-powered Echo smart speakers. The Alexa voice assistant, integrated into these devices, allows users to interact with their devices using voice commands, perform tasks, and access information. Furthermore, Amazon has expanded into media and entertainment. It operates Prime Video, a streaming service that offers a wide range of movies, TV shows, and original content. Amazon Music provides a platform for streaming and purchasing digital music, while Audible offers audiobooks and other audio content. The company's commitment to customer satisfaction and convenience is demonstrated by its membership program, Amazon Prime. Prime members receive various benefits, including free two-day shipping, access to streaming services, exclusive deals, and more.

Industry

It services, book publishers, retail, real estate, computer and electronic product manufacturing and software development

Company size

10,000+ Employees

Headquarters location

Seattle, WA, US