1

Junior Front End Web Developer Jobs in Oregon (NOW HIRING)

Working alongside seasoned professionals, you'll gain hands-on experience with web technologies ... engineering teams when needed. * Assist the sales team in early-stage client engagements by ...

Experience with UI/UX development, design systems, or front-end web technologies, sufficient to engage credibly with designers and engineers on interaction design tradeoffs * Hands-on familiarity ...

Senior Software Engineer

Beaverton, OR · On-site

$127K - $168K/yr

... more junior engineers with their work. Preferred skills and experiences: * Leadership ... web services for front end utilization. * Have experience building consumer facing web ui utilizing ...

OR · On-site

Experience in developing web applications with frontend or backend frameworks, networking protocols ... Ability to coach & mentor junior level engineers. * Minimum of 5 years of relevant experience ...

Senior Principal Software Engineer

Beaverton, OR · On-site

$130K - $180K/yr

Strong track record with modern DevOps methodologies, automation, CI/CD pipelines, and infrastructure as code (IaC) * Experience with front-end web application tech (javascript, CSS, html5, Vue ...

$54.50 - $72/hr

Overview LMI is seeking a skilled Developer to join our team and contribute to developing ... Develop, update, and maintain front-end code for web applications that surface data science ...

OR · On-site

$125K - $153K/yr

... Apex, Lightning Web Components (LWC), Visualforce, SOQL/SOSL, and platform events. * System ... mentoring junior developers to ensure code quality, adherence to best practices, and security ...

JavaScript Tutor

Eugene, OR · Remote

$18 - $40/hr

Adapts instruction using browser developer tools, interactive coding exercises, and project-based web development to support students from introductory web programming through advanced front-end and ...

JavaScript Tutor

Portland, OR · Remote

$18 - $40/hr

Adapts instruction using browser developer tools, interactive coding exercises, and project-based web development to support students from introductory web programming through advanced front-end and ...

Showing results 41-60

Junior Front End Web Developer information

See Oregon salary details

$31.7K

$83.8K

$124.2K

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

As of Aug 9, 2026, the average yearly pay for junior front end web developer in Oregon is $83,783.00, according to ZipRecruiter salary data. Most workers in this role earn between $58,200.00 and $84,100.00 per year, depending on experience, location, and employer.

What are some common challenges faced by junior front end web developers in their first year on the job?

Junior Front End Web Developers often encounter challenges such as adapting to new frameworks and libraries, managing version control with tools like Git, and balancing design requirements with performance optimization. Collaborating effectively with designers, back-end developers, and other team members can also be a learning curve, as communication and understanding of project workflows are crucial. Additionally, prioritizing tasks and handling feedback from code reviews help junior developers grow their technical and soft skills in a supportive environment.

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

AspectJunior Front End Web DeveloperFront End Web Developer
ExperienceEntry-level, 0-2 yearsMid-level, 2+ years
SkillsBasic HTML, CSS, JavaScript, learning frameworksProficient in HTML, CSS, JavaScript, frameworks like React or Angular
ResponsibilitiesAssist in development, bug fixes, learning tasksDesign, develop, and maintain user interfaces
Work EnvironmentTeam collaboration, supervised tasksIndependent project work, client interaction

The main difference between a Junior Front End Web Developer and a Front End Web Developer lies in experience and skill level. Junior developers are typically entry-level, focusing on learning and assisting with tasks, while Front End Web Developers have more experience and handle complex projects independently.

What is a junior front end web developer?

Junior Front End Web Developers are entry-level professionals who build and maintain the visual and interactive aspects of websites and web applications. They use technologies like HTML, CSS, and JavaScript to create user interfaces that are engaging and responsive. Typically, they work under the guidance of more experienced developers, assisting with coding, bug fixes, and implementing design mockups. This role is an excellent starting point for those pursuing a career in web development, offering hands-on experience with modern web technologies and development best practices.

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

To thrive as a Junior Front End Web Developer, you need a solid understanding of HTML, CSS, JavaScript, and responsive web design, often supported by a relevant degree or coding bootcamp experience. Familiarity with version control systems like Git, modern frameworks such as React or Vue.js, and basic UI/UX principles is typically expected. Strong problem-solving abilities, attention to detail, and effective communication help you collaborate with designers and other developers. These skills and qualities are crucial for building user-friendly interfaces, maintaining code quality, and contributing effectively to team projects.
What are the most commonly searched types of Front End Web Developer jobs in Oregon? The most popular types of Front End Web Developer jobs in Oregon are:
What are popular job titles related to Junior Front End Web Developer jobs in Oregon? For Junior Front End Web Developer jobs in Oregon, the most frequently searched job titles are:
What job categories do people searching Junior Front End Web Developer jobs in Oregon look for? The top searched job categories for Junior Front End Web Developer jobs in Oregon are:
What cities in Oregon are hiring for Junior Front End Web Developer jobs? Cities in Oregon with the most Junior Front End Web Developer job openings:
Infographic showing various Junior Front End Web Developer job openings in Oregon as of August 2026, with employment types broken down into 69% Full Time, and 31% Contract. Highlights an 74% In-person, and 26% Hybrid job distribution, with an average salary of $83,783 per year, or $40.3 per hour.

Software Development Engineer, Kiro Web

Amazon

Portland, OR

Full-time

Posted 4 days ago


Amazon rating

7.4

Company rating: 7.4 out of 10

Based on 7,069 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