1

Hourly Web Developer Internship Jobs in Portland, OR

Actuarial Internship

Portland, OR · Remote

$23.50 - $26.50/hr

Scheduled programming to network with actuaries and interns across the company. E.g.: Coffee with ... Individual pay rates will be determined based upon number of actuarial exams passed (Hourly Pay ...

New

Working alongside seasoned professionals, you'll gain hands-on experience with web technologies ... Hands-on experience via internships or coursework in software, IT support, or client services.

Digital Analyst Internships

Vancouver, WA · On-site

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

Digital Analyst Internships

Gresham, OR · On-site

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

Digital Analyst Internships

Gresham, OR

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

Digital Analyst Internships

Portland, OR · On-site

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

Digital Analyst Internships

Vancouver, WA

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

Digital Analyst Internships

Portland, OR

$104K - $123K/yr

By submitting your interest, you'll be among the first to know when internship opportunities open ... Basic programming or scripting experience in Python, SQL, or JavaScript * Experience with Sitecore ...

next page

Showing results 1-20

Hourly Web Developer Internship information

See Portland, OR salary details

$17

$47

$76

How much do hourly web developer internship jobs pay per hour?

As of Aug 9, 2026, the average hourly pay for hourly web developer internship in Portland, OR is $47.85, according to ZipRecruiter salary data. Most workers in this role earn between $36.73 and $57.88 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as an hourly web developer intern?

To excel as an Hourly Web Developer Intern, you need a solid understanding of web development fundamentals such as HTML, CSS, JavaScript, and basic programming principles, typically gained through coursework or personal projects. Familiarity with version control systems like Git, and experience using development environments or frameworks such as React or Node.js, are commonly expected. Strong problem-solving abilities, attention to detail, and effective communication skills will help you collaborate with team members and adapt to feedback. These skills and qualities are essential for successfully contributing to real-world projects, learning quickly, and building a foundation for a web development career.

What types of projects and technologies can I expect to work with during an hourly web developer internship?

As an Hourly Web Developer Intern, you will typically work on a variety of web development projects, including building and maintaining websites, implementing new features, and troubleshooting bugs. You can expect to use technologies such as HTML, CSS, JavaScript, and popular frameworks like React or Angular, depending on the team's stack. Interns often collaborate closely with senior developers and designers, gaining hands-on experience through code reviews and agile development processes. This environment provides valuable exposure to real-world workflows and tools, preparing you for future full-time roles.

What is the difference between Hourly Web Developer Internship vs Part-Time Web Developer?

AspectHourly Web Developer InternshipPart-Time Web Developer
CredentialsTypically students or entry-level with basic coding skillsUsually experienced web developers with portfolio
Work EnvironmentInternship programs, often in tech companies or agenciesFreelance or employed in companies, flexible or fixed hours
Employer UsageUsed for training and skill developmentUsed for ongoing project work or part-time employment
Search IntentLearning opportunities, internships, entry-level rolesPart-time job, freelance work, or supplemental income

The main difference is that an Hourly Web Developer Internship is designed for students or beginners gaining experience, often with training components, while a Part-Time Web Developer is an experienced professional working on projects for pay. Internships focus on learning, whereas part-time roles involve ongoing work and responsibilities.

What is an hourly web developer internship?

An Hourly Web Developer Internship is a temporary, entry-level position where interns are paid by the hour to assist with web development tasks. Interns typically work under the supervision of experienced developers, gaining hands-on experience in building and maintaining websites or web applications. The internship usually focuses on learning and applying programming languages like HTML, CSS, and JavaScript, as well as familiarizing interns with industry-standard tools and workflows. This experience helps interns develop practical skills and build a portfolio for future job opportunities.
What are the most commonly searched types of Web Developer Internship jobs in Portland, OR? The most popular types of Web Developer Internship jobs in Portland, OR are:
Infographic showing various Hourly Web Developer Internship job openings in Portland, OR as of June 2026, with employment types broken down into 93% Full Time, 5% Part Time, and 2% Contract. Highlights an 90% Physical, 1% Hybrid, and 9% Remote job distribution, with an average salary of $99,526 per year, or $47.8 per hour.

Software Development Engineer, Kiro Web

Amazon

Portland, OR • On-site

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

Posted 5 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.
BASIC QUALIFICATIONS
- 3+ years of non-internship professional software development experience
- 2+ years of non-internship design or architecture (design patterns, reliability and scaling) of new and existing systems experience
- 1+ years of software development engineer or related occupational experience
- 1+ years of designing and developing large-scale, multi-tiered, multi-threaded, embedded or distributed software applications, tools, systems, and services using: C#, C++, Java, or Perl experience
- 1+ years of Object Oriented Design experience
- Bachelor's degree or foreign equivalent in Computer Science, Engineering, Mathematics, or a related field
- Experience programming with at least one software programming language
PREFERRED QUALIFICATIONS
- 3+ years of full software development life cycle, including coding standards, code reviews, source control management, build processes, testing, and operations experience
- Bachelor's degree in computer science or equivalent
Amazon is an equal opportunity employer and does not discriminate on the basis of protected veteran status, disability, or other legally protected status.
Our inclusive culture empowers Amazonians to deliver the best results for our customers. If you have a disability and need a workplace accommodation or adjustment during the application and hiring process, including support for the interview or onboarding process, please visit https://amazon.jobs/content/en/how-we-hire/accommodations for more information. If the country/region you're applying in isn't listed, please contact your Recruiting Partner.
The base salary range for this position is listed below. Your Amazon package will include sign-on payments and restricted stock units (RSUs). Final compensation will be determined based on factors including experience, qualifications, and location. Amazon also offers comprehensive benefits including health insurance (medical, dental, vision, prescription, Basic Life & AD&D insurance and option for Supplemental life plans, EAP, Mental Health Support, Medical Advice Line, Flexible Spending Accounts, Adoption and Surrogacy Reimbursement coverage), 401(k) matching, paid time off, and parental leave. Learn more about our benefits at https://amazon.jobs/en/benefits.
USA, OR, Portland - 143,700.00 - 194,400.00 USD annually

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