1

Internship Software Development Jobs in Oregon (NOW HIRING)

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 ...

AI Software Engineer

OR ยท On-site +1

... development practices. Preferred Qualifications * Bachelor's or Master's degree in Computer Science, Software Engineering, or a related technical field from a reputable university. * Internship ...

... internship while pursuing a degree. Bachelor in a relevant field (Mathematics, Physics, Computer Science) 3+ months of experience in the following areas: * C and C++ * Software development on Linux

Sr. Software Engineer - Accounting

$122K - $161K/yr

Use test-driven development, code reviews, and continuous integration to deliver high-quality ... Hands-on work/internship experience developing web-based applications, preferably in a SaaS ...

... internship while pursuing a degree. Bachelor in a relevant field (Mathematics, Physics, Computer Science) 3+ months of experience in the following areas: * C and C++ * Software development on Linux

$16 - $21.50/hr

... and Software Development) and more. Join us to hear directly from our University Talent Advisors about: -Who we are and how we serve our mission -Workplace, culture and life at Freddie Mac -Our ...

$16 - $21.50/hr

... and Software Development) and more. Join us to hear directly from our University Talent Advisors about: -Who we are and how we serve our mission -Workplace, culture and life at Freddie Mac -Our ...

$58K - $73K/yr

Coursework, internships, or academic projects involving software application development are valuable. * Exposure to database concepts, SQL, or data management technologies is beneficial.

next page

Showing results 1-20

Internship Software Development information

See Oregon salary details

$12

$24

$41

How much do internship software development jobs pay per hour?

As of Aug 21, 2026, the average hourly pay for internship software development in Oregon is $24.21, according to ZipRecruiter salary data. Most workers in this role earn between $19.57 and $25.67 per hour, depending on experience, location, and employer.

What is an internship software development position?

Internship software development positions are temporary roles for students or recent graduates to gain hands-on experience in software engineering. Interns work on real projects, collaborate with professional developers, and learn industry practices such as coding standards, version control, and agile methodologies. These internships typically last a few months and can lead to full-time job offers upon successful completion. They provide valuable opportunities to build technical skills, professional networks, and a strong resume.

What are the key skills and qualifications needed to thrive as an internship software developer?

To excel as an Internship Software Developer, you need a solid understanding of programming fundamentals, problem-solving abilities, and coursework or projects in computer science or related fields. Familiarity with coding languages like Java, Python, or JavaScript, as well as experience with version control systems such as Git, is typically expected. Strong communication, eagerness to learn, and teamwork are vital soft skills that help interns integrate into development teams. These skills and qualities enable interns to contribute meaningfully, adapt quickly, and grow professionally in a dynamic tech environment.

What types of projects do interns typically work on during a software development internship?

Software development interns often contribute to real-world projects, such as building new features, fixing bugs, or supporting testing efforts within a team. Depending on the company, you might work on web or mobile applications, internal tools, or automation scripts. Interns usually collaborate closely with experienced developers, participate in code reviews, and attend team meetings. These experiences not only help you develop technical skills but also give you exposure to agile development practices and professional coding standards.

What is the difference between Internship Software Development vs Junior Software Developer?

AspectInternship Software DevelopmentJunior Software Developer
Required CredentialsTypically students or recent graduates, some may have coursework in programmingOften holds a degree in computer science or related field, with some practical experience
Work EnvironmentTemporary, learning-focused, often part-time or summer rolesFull-time, professional setting with ongoing project responsibilities
Employer & Industry UsageInternships are offered by tech companies, startups, and organizations for trainingEntry-level position in software development teams across industries

Internship Software Development roles are designed for students or recent graduates to gain practical experience, often in a temporary or part-time capacity. Junior Software Developers are entry-level professionals with some foundational skills, working full-time on ongoing projects. While internships focus on learning and training, junior roles involve contributing to real-world software development tasks.

What are the most commonly searched types of Software Development jobs in Oregon?

The most popular types of Software Development jobs in Oregon are:

What cities in Oregon are hiring for Internship Software Development jobs?

Cities in Oregon with the most Internship Software Development job openings:

Infographic showing various Internship Software Development job openings in Oregon as of August 2026, with employment types broken down into 1% As Needed, 80% Full Time, 17% Part Time, and 2% Contract. Highlights an 89% Physical, 3% Hybrid, and 8% Remote job distribution, with an average salary of $50,349 per year, or $24.2 per hour.

Software Development Engineer, Kiro Web

Socket.dev

Portland, OR โ€ข On-site

$144 - $194/hr

Other

Medical, Dental, Vision, Life, Retirement, PTO

Posted 3 days ago

New


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

#J-18808-Ljbffr