1

Net Web Api Developer Jobs in Oregon (NOW HIRING)

This role sits at the intersection of front-end craft, back-end integration, and DevOps awareness ... building API integrations. You'll help ensure the site stays fast, polished, and reliable.

Overall five years of experience building web applications. * 3 years of experience building UI ... Demonstrable work experience with SOAP and REST API. * ServiceNow is a desired skill but not a hard ...

NET Core, ASP.NET Web API * Experience in Angular, React or other JS frameworks * Comfortable with Object-oriented programming, microservices, and cloud development * Comfortable using modern tools ...

OR · On-site

Net Engineer ( please pay attention to the years of experience Location: 100% remote (Must be ... Working knowledge of Web API * Experience with Windows Services * Understanding of code pages and ...

Learn more at www.dminc.com About the Opportunity DMI is seeking a Web Developer Security Engineer ... Ability to leverage AI-assisted development tools (e.g., GitHub Copilot, OpenAI API) for security ...

New

ASP.Net C# developer

Salem, OR

$48.50 - $64/hr

NET Proficient Yes Skills C# Advanced Yes Skills Communication skills both verbal and written ... Web Application Development Advanced Yes Additional Information Syed Mohammad Asif 408-775-7468

Java with API

Beaverton, OR · On-site

$53 - $68.75/hr

Beaverton, OR Duration: 6 Months • 5+ Years' experience on Core Java • 2+ Years' experience on Developing API • 3+ years of experience writing REST Web Services. • Expertise in developing ...

$90K - $128K/yr

You'll work closely with engineers, analysts, and solution architects to deliver resilient, high ... Maintain a federated API inventory and manage configuration lifecycles. Communicate infrastructure ...

next page

Showing results 1-20

Net Web Api Developer information

What is a .NET Web API Developer?

A .NET Web API Developer is a software engineer who specializes in building and maintaining web APIs using Microsoft's .NET framework. These APIs enable different software systems to communicate over the web, often supporting front-end applications or mobile apps. The developer is responsible for designing, developing, testing, and deploying RESTful services that are secure, efficient, and scalable. They often work with technologies like C#, ASP.NET Core, and Entity Framework, and are skilled in integrating various data sources and services.

What are the key skills and qualifications needed to thrive as a .NET Web API Developer, and why are they important?

To thrive as a .NET Web API Developer, you need solid programming skills in C#, experience with ASP.NET Core, and a good understanding of RESTful API design, typically supported by a degree in computer science or related field. Familiarity with development tools such as Visual Studio, version control systems like Git, and knowledge of cloud platforms (e.g., Azure) or certifications in .NET technologies are highly beneficial. Strong problem-solving abilities, effective communication, and the ability to work collaboratively make a developer stand out in this role. These skills ensure the creation of robust, scalable, and maintainable web services that meet business and user needs.

What is the difference between Net Web Api Developer vs ASP.NET Developer?

AspectNet Web Api DeveloperASP.NET Developer
Primary FocusDesigning and developing Web APIs for data exchangeBuilding web applications using ASP.NET framework
Required SkillsWeb API, C#, .NET, REST, JSONASP.NET, C#, MVC, Razor, Web Forms
Work EnvironmentBackend API development, server-side logicFull-stack or web application development
Common UsageCreating services for mobile apps, integrationsDeveloping enterprise web applications

While both roles involve .NET technologies, a Net Web Api Developer specializes in creating APIs for data exchange, whereas an ASP.NET Developer focuses on building complete web applications using ASP.NET frameworks. The roles often overlap but differ mainly in scope and primary responsibilities.

What are the most common challenges a .NET Web API Developer faces when integrating APIs with front-end applications?

One of the most common challenges .NET Web API Developers encounter is ensuring seamless communication between the back-end APIs and diverse front-end frameworks. Issues such as handling CORS, authentication, consistent data formatting, and version control can arise during integration. Developers also need to coordinate closely with front-end teams to clarify API specifications and troubleshoot integration bugs. Proactive documentation, regular communication, and thorough testing are essential strategies to overcome these challenges, ensuring a smoother development workflow.
What are popular job titles related to Net Web Api Developer jobs in Oregon? For Net Web Api Developer jobs in Oregon, the most frequently searched job titles are:
What job categories do people searching Net Web Api Developer jobs in Oregon look for? The top searched job categories for Net Web Api Developer jobs in Oregon are:
What cities in Oregon are hiring for Net Web Api Developer jobs? Cities in Oregon with the most Net Web Api Developer job openings:

$120K - $145K/yr

Contractor

Re-posted 4 days ago


Job description


Job Description
• Engineer data solutions in support of Sustainability reporting and analytics initiatives.
• Engage with product owner, analysts, visualization developers, and business partners to understand capability requirements, and to develop and support data solutions based on product backlog priorities.
Responsibilities
General Purpose Python Programming:
• Python has been your primary coding language (daily use) for at least 3 years.
• You have authored distributable Python packages (packages which can be built, installed, and distributed using setuptools, pip, and twine)
• You have a solid understanding of how pip dependency resolution works.
• You are proficient in authoring and automating unit and integration tests for python packages using (minimally) unittests, pytest, and tox.
• You are meticulous about code quality, including readability, know your PEP8 guidelines inside and out, and are capable of authoring code which will pass validation by commonly used static analysis tools including mypy and flake8.
Database Design and SQL
• You are proficient in authoring readable, well-structured, SQL SELECT statements using ISO/ANSI-standard SQL.
• You have hands-on professional experience in data warehouse design and modeling, including authoring DDL statements.
Version Control and CI/CD
• You have experience with trunk-based development (feature branching) using git for version control, with fully automated deployments (CI/CD).
Required Skillsets
General Purpose Python Programming:
• You have a deep understanding of python's standard library and python internals. You understand python memory management, how CPython implements built-in data structures, and which data structures are best suited for different scenarios.
• You understand and can compare/contrast CPython's built-in concurrency models, when to use each, and what obstacles might prevent the use of each mechanism.
Database Design, SQL, and Object Relational Models:
• You are adept at performance-tuning SQL queries for both OLAP and OLTP databases.
• You understand and are prepared to discuss how and when/where to utilize more esoteric and/or modern SQL features such as window functions and common table expressions.
• You understand and are prepared to discuss the performance implications of columnar vs relational databases.
• You have firsthand experience in managing database schema migrations (ideally using SQLAlchemy's ORM + Alembic).
Version Control and CI/CD
• You have experience with trunk-based development (feature branching) using git for version control, with fully automated deployments (CI/CD).
Cloud Infrastructure and Amazon Web Services
• You have firsthand experience using boto3 to interact with Amazon Web Services' resource APIs, particularly Amazon S3 (Simple Storage Service).
• You have hands-on experience authoring unit and integration tests utilizing localstack to emulate AWS resources.
• You have firsthand experience using HashiCorp Terraform to manage cloud infrastructure.
• You have firsthand experience developing serverless ASGI applications using AWS lambda and AWS API Gateway.
Web API Server and Client Development:
• You have experience planning and executing the design and development of web APIs using a modern python ASGI framework (preferably FastAPI).
• You have authored, validated, and maintained OpenAPI documents describing your web APIs accurately.
You have experience developing and testing python web API client libraries based on an OpenAPI document.
Distributed Computing and Apache Spark
• You have experience using Apache Spark for ingestion and manipulation of data sets which are too large to process efficiently in-memory.
• You have firsthand experience translating algorithms and procedures designed by topical subject matter experts, having varying levels of engineering experience, into well-designed data pipelines.
• You have experience configuring and tuning Spark clusters to optimize use of computing resources for varying workloads.
• You understand and can discuss when and why to use distributed computing frameworks, such as Apache Spark, versus alternate concurrency models such as asyncio or multiprocessing.
Database Design, SQL, and Object Relational Models.
• You have experience modeling databases using SQLAlchemy's ORM framework.
Required Soft Skills
• You are proficient in communicating effectively and efficiently within a hybrid remote/in-person team structure:
• You are meticulous about managing your calendar to accurately reflect your free/busy hours.
• You respect and seek to learn digital communications etiquette-including region-specific, industry-specific, and organization-specific etiquette.
• You proactively initiate constructive discussions while curating and targeting your communications with respect for your colleagues' time and schedules.
• You are adept at discovering and navigating the complex bureaucratic resources of a large organization.
Top 3 Skills
• Python
• SQL
• Spark