2

Entry Level Front End Web Developer Jobs in Seattle, WA

Be it core Java, full-stack Java, Web/UI designers, Big Data or Cloud or Mobility developers/architects, we have them all. Functional requirement understanding of Front End development Understand the ...

Front End Engineer , AWS APO Engineering

Seattle, WA · On-site

$111K - $151K/yr

Amazon Web Services (AWS) has been leading the world into the cloud computing era since its ... Key job responsibilities Are you interested in building front end for secured, highly available ...

Java Developer

Bellevue, WA · On-site

$57.50 - $74.50/hr

Calibri,sans -serif">Involved in creating and managing Web Services as a part of the application ... Calibri,sans -serif">Experience with Front end technologies JSP, AngularJs, JQuery, HTML / CSS ...

UI Engineer, Lattice C2

Seattle, WA · On-site

$118K - $158K/yr

This role requires a solid foundation in web technologies, efficient front-end data structures, and ... Support and mentor fellow engineers on engineering best practices, and on how to best use our tools ...

.Net fullstack Lead

Redmond, WA · On-site

$66 - $86.50/hr

Build modern, responsive web interfaces using ReactJS (or similar front-end frameworks) * Develop ... Work with SQL and/or NoSQL databases for efficient data storage and retrieval DevOps & Operational ...

Java Full Stack with UI

Seattle, WA · On-site

$59.75 - $77/hr

... front end engineering using HTML5 and CSS, JavaScript and JS libraries and frameworks. * Experience with client-side frameworks such as Angular or React. * Experience with responsive web design ...

Showing results 41-60

Entry Level Front End Web Developer information

See Seattle, WA salary details

$54.6K

$115.6K

$182.7K

How much do entry level front end web developer jobs pay per year?

As of Aug 15, 2026, the average yearly pay for entry level front end web developer in Seattle, WA is $115,564.00, according to ZipRecruiter salary data. Most workers in this role earn between $91,000.00 and $133,700.00 per year, depending on experience, location, and employer.

What are some typical challenges faced by entry level front end web developers when working on team projects?

Entry level front end web developers often encounter challenges such as adapting to a team’s established coding standards, learning to use version control systems like Git in collaborative workflows, and communicating effectively with designers, back-end developers, and project managers. It can also be challenging to manage feedback and code reviews, which are crucial for maintaining code quality. Over time, these experiences help new developers grow their technical and soft skills, making them more effective contributors to the team.

What does an entry level front end web developer do?

An entry-level front end web developer helps create the user interface and interactive aspects of a website. As an entry-level worker, you assist members of the web development team who program websites using HTML, CSS, and JavaScript code. As a junior member of a web development team, your duties include testing site code or handling specific aspects of a design and development project. Your responsibilities often include preparing visual elements using code and image editing software such as Photoshop or InDesign. In addition to web sites, entry-level front end developers program and test mobile and web applications.

What is the difference between Entry Level Front End Web Developer vs Junior Web Designer?

AspectEntry Level Front End Web DeveloperJunior Web Designer
Required SkillsHTML, CSS, JavaScript, basic codingDesign principles, Adobe Photoshop, UI/UX basics
Work EnvironmentCollaborates with developers and back-end teamsFocuses on visual design and layout
Common Industry UsageWeb development projects, coding tasksDesign projects, visual mockups

While both roles are entry-level and involve web-related tasks, the Entry Level Front End Web Developer primarily focuses on coding and building functional websites, whereas the Junior Web Designer emphasizes visual design and user interface aesthetics. Understanding these differences helps clarify career paths and skill development in web industry roles.

What are the key skills and qualifications needed to thrive as an entry level front end web developer, and why are they important?

To thrive as an Entry Level Front End Web Developer, you need a solid understanding of HTML, CSS, JavaScript, and responsive design, often demonstrated through a portfolio or relevant coursework. Familiarity with version control tools like Git, basic knowledge of frameworks such as React or Vue.js, and exposure to code editors and browser developer tools are typically expected. Strong problem-solving, attention to detail, and effective communication skills help you collaborate with teams and address user needs efficiently. These skills and qualities are crucial for building functional, user-friendly interfaces and ensuring successful project delivery in a fast-evolving tech environment.

What are the most commonly searched types of Front End Web Developer jobs in Seattle, WA?

The most popular types of Front End Web Developer jobs in Seattle, WA are:

What are popular job titles related to Entry Level Front End Web Developer jobs in Seattle, WA?

For Entry Level Front End Web Developer jobs in Seattle, WA, the most frequently searched job titles are:

What job categories do people searching Entry Level Front End Web Developer jobs in Seattle, WA look for?

The top searched job categories for Entry Level Front End Web Developer jobs in Seattle, WA are:

What cities near Seattle, WA are hiring for Entry Level Front End Web Developer jobs?

Cities near Seattle, WA with the most Entry Level Front End Web Developer job openings:

Infographic showing various Entry Level Front End Web Developer job openings in Seattle, WA as of August 2026, with employment types broken down into 71% Full Time, and 29% Contract. Highlights an 85% In-person, 5% Hybrid, and 10% Remote job distribution, with an average salary of $115,564 per year, or $55.6 per hour.

Software Development Engineer, Kiro Web

Amazon

Seattle, WA • On-site

Full-time

Posted 11 days ago


Amazon rating

7.4

Company rating: 7.4 out of 10

Based on 7,089 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 and computer and electronic product manufacturing

Company size

10,000+ Employees

Headquarters location

Seattle, WA, US