Senior Full-Stack Engineer (.NET / ASP.NET) – Technology

Remote from
LATAM flag
LATAM
Annual salary
Undisclosed
Salary information is not provided for this position. Check our Salary Directory to estimate the average compensation for similar roles.
Employment type
Full Time,
Job posted
Apply before
12 Jul 2026
Experience level
Senior
Views / Applies
15 / 3

About Truelogic

Accelerate Your Digital Transformation

Actively Hiring
Verified job posting
This job post has been manually reviewed for authenticity and compliance.

AI Summary

Truelogic is seeking a Senior Full-Stack Engineer with expertise in .NET/ASP.NET Core to build and maintain a secure, enterprise-grade web platform. The role focuses on integrating critical financial workflows, particularly with J.P. Morgan Chase APIs, and requires strict adherence to Domain-Driven Design and Onion/Hexagonal architectures. As a solo individual contributor, you'll handle SQL Server, Azure DevOps, and ensure data privacy and security. This remote position offers competitive USD pay and the opportunity to work on transformative projects for a leading B2B digital marketing agency.

Role DNA

Job Complexity
Easy Hard
Pace & Pressure
Relaxed Fast-paced
Autonomy Level
Guided Full Ownership
Communication Load
Independent Highly Collaborative
AI Insight The role requires 8+ years experience, deep knowledge of complex architectures (DDD, Onion/Hexagonal), payment gateway integration, and strict security practices, making it challenging but not the highest difficulty.

Salary Analysis

Median Highly Competitive
$140,000
US Market
$100k – 180k
0 $198k
AI Insight The offered salary is not specified, but based on the seniority and specialization, a competitive US market range would be $100k-$180k, with a median of $140k. Since this is a nearshore role, the actual salary may be adjusted for cost of living but is stated as highly competitive.

Key Skills

.NET ASP.NET Core C# Domain-Driven Design Onion Architecture SQL Server Azure Payment Gateways Security Agile

Dear Hiring Manager,

I am writing to express my strong interest in the Senior Full-Stack Engineer position at Truelogic. With over 8 years of software development experience, including 5+ years dedicated to .NET Core and ASP.NET Core, I have a proven track record of building secure, enterprise-grade web platforms. My expertise in Domain-Driven Design, Onion/Hexagonal architectures, and integration with complex payment gateways like J.P. Morgan Chase aligns perfectly with the requirements of this role.

In my previous roles, I have successfully implemented server-side rendering with Razor Views, optimized SQL Server transactions, and enforced strict data privacy measures to protect PII and financial data. I am comfortable working autonomously within Azure DevOps Agile/Kanban frameworks and thrive on delivering high-quality code that respects established architectural patterns.

I am excited about the opportunity to contribute to transformative projects at Truelogic and collaborate with a team of highly skilled professionals. Thank you for considering my application.

Sincerely,
[Your Name]

Describe your experience with Domain-Driven Design and how you have applied it in a .NET project.
I have used DDD to model complex business domains, focusing on aggregates, entities, and value objects. In a recent project, I implemented a bounded context for payment processing, ensuring that domain logic was encapsulated and decoupled from infrastructure concerns. I used repository and unit of work patterns to maintain separation of concerns.
How would you handle a large-scale SQL Server transaction that involves multiple tables and must be optimized for performance?
I would start by analyzing the query execution plan to identify bottlenecks, then consider indexing strategies, such as covering indexes or filtered indexes. For complex transactions, I might break them into smaller batches or use table partitioning. I also ensure that transactions are as short as possible and use appropriate isolation levels to avoid blocking.
Explain how you would securely integrate with J.P. Morgan Chase's API while ensuring PII and credit card data are never exposed.
I would use tokenization and secure vaults like Azure Key Vault to store API keys and credentials. For API calls, I would use HTTPS and ensure sensitive data is encrypted in transit and at rest. I would never log raw credit card numbers or PII, and would implement field-level encryption and data masking. Also, I would follow PCI DSS standards and use sandbox environments for testing.
What is the POST-Redirect-GET (PRG) pattern and why is it important in web applications?
The PRG pattern prevents duplicate form submissions by redirecting the browser after a POST request to a GET request. It ensures that refreshing the page does not resubmit the form, improving user experience and preventing unintended actions like double payments. I have implemented this in ASP.NET Core by returning a RedirectToAction result after successful form processing.
How do you ensure code quality and maintainability when working as a solo individual contributor?
I rely on writing comprehensive unit and integration tests using MSTest/NUnit and Playwright to catch regressions. I also follow SOLID principles and maintain clear documentation. Using Azure DevOps, I manage my work items and commits with clear descriptions, and I regularly refactor code to keep it clean and decoupled. Code reviews, even if asynchronous, are important to maintain standards.

About Truelogic

At Truelogic we are a leading provider of nearshore staff augmentation services headquartered in New York. For over two decades, we’ve been delivering top-tier technology solutions to companies of all sizes, from innovative startups to industry leaders, helping them achieve their digital transformation goals.

Our team of 600+ highly skilled tech professionals, based in Latin America, drives digital disruption by partnering with U.S. companies on their most impactful projects. Whether collaborating with Fortune 500 giants or scaling startups, we deliver results that make a difference.

By applying for this position, you’re taking the first step in joining a dynamic team that values your expertise and aspirations. We aim to align your skills with opportunities that foster exceptional career growth and success while contributing to transformative projects that shape the future.

Our Client

A leading B2B digital marketing agency

Job Summary

The Senior Developer is a critical individual contributor responsible for building, extending, and maintaining a secure, enterprise-grade web platform and APIs. Rather than defining technical direction or leading a team, this role requires a highly skilled developer who can deeply understand, respect, and execute within an established reference architecture (specifically a Domain-Driven Design (DDD) and Onion/Hexagonal hybrid architecture).

A major focus of this role will be executing critical third-party financial workflows, heavily dictated by a J.P. Morgan Chase API integration. The ideal candidate brings a strong background in payment gateway integration, server-side rendering, and a solid understanding of data privacy and secure application practices.

Responsibilities

  • Build and maintain .NET 10 Web APIs using clean dependency injection and asynchronous programming.

  • Strictly follow pre-existing DDD and Onion/Hexagonal hybrid architectures and SOLID principles to keep the codebase decoupled.

  • Handle complex SQL Server transactions, optimize queries, and maintain versioned API contracts via OpenAPI/Swashbuckle.

  • Maintain and optimize read-heavy Razor Views, View Components, and Partials.

  • Utilize Tailwind CSS, HTMX, or Alpine.js for clean, responsive UI layouts.

  • Enforce traditional web patterns like POST-Redirect-GET (PRG) and antiforgery tokens for secure form submissions.

  • Own secure API integrations with enterprise payment ecosystems (e.g., J.P. Morgan Chase, Stripe, Square).

  • Implement strict application-level security, ensuring PII and financial data (credit card numbers) are never exposed or logged.

  • Safely consume cloud configurations and credentials managed via Azure Key Vault and App Services.

  • Write comprehensive unit, integration, and contract tests using MSTest/NUnit and Playwright.

  • Operate successfully as a solo individual contributor within an Azure DevOps (Agile/Kanban) framework.

Qualifications and Job Requirements

  • Experience: 8+ years in software development, with 5+ years dedicated to .NET Core / ASP.NET Core (Web API & MVC Razor).

  • Modern Stack: Strong proficiency with .NET 10 and C# 14 (Async, DI).

  • Architecture: Proven expertise working within established DDD, Onion, or Hexagonal patterns.

  • Payment Gateways: Hands-on integration experience with major financial APIs (e.g., J.P. Morgan Chase, Stripe, Square).

  • Web Mechanics: Deep understanding of SSR, the HTTP lifecycle, antiforgery tokens, and the POST-Redirect-GET (PRG) pattern.

  • Data Privacy: Strict adherence to application-level security, ensuring PII and credit card data are never exposed or logged.

  • Database & Cloud: Strong SQL Server transaction optimization paired with Azure configuration management (App Services, APIM, Key Vault).

  • Execution: Proven ability to operate autonomously as a solo individual contributor within Azure DevOps (Agile/Kanban).

What We Offer

  • 100% Remote Work: Enjoy the freedom to work from the location that helps you thrive. All it takes is a laptop and a reliable internet connection.

  • Highly Competitive USD Pay: Earn an excellent, market-leading compensation in USD, that goes beyond typical market offerings.

  • Paid Time Off: We value your well-being. Our paid time off policies ensure you have the chance to unwind and recharge when needed.

  • Work with Autonomy: Enjoy the freedom to manage your time as long as the work gets done. Focus on results, not the clock.

  • Work with Top American Companies: Grow your expertise working on innovative, high-impact projects with Industry-Leading U.S. Companies.

Why You’ll Like Working Here

  • A Culture That Values You: We prioritize well-being and work-life balance, offering engagement activities and fostering dynamic teams to ensure you thrive both personally and professionally.

  • Diverse, Global Network: Connect with over 600 professionals in 25+ countries, expand your network, and collaborate with a multicultural team from Latin America.

  • Team Up with Skilled Professionals: Join forces with senior talent. All of our team members are seasoned experts, ensuring you’re working with the best in your field.

Apply now!

Apply now >

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

How to apply

Did you apply? Let us know, and we’ll help you track your application.

See a few more

Similar Software Engineering remote jobs

Job Search Safety Tips

Here are some tips to help you search and apply for jobs safely:
Watch out for suspicious jobs Don't apply for jobs that offer high pay for little work or offer to hire you without an interview. Read more ›
Check the employer's profile Make sure you're applying for a trustworthy job by visiting the employer's profile and learning more about them. Read more ›
Protect your information Don't share personal details like your bank account or government-issued ID on suspicious websites or messengers. Read more ›
Report jobs that feel unsafe If you see a job that seems misleading, inappropriate or discriminatory, report it for going against our policies and we'll review it.

Share this job

Jobicy+ Subscription

Jobicy

614 professionals pay to access exclusive and experimental features on Jobicy

Free

USD $0/month

For people just getting started

  • • Unlimited applies and searches
  • • Access on web and mobile apps
  • • Weekly job alerts and digest
  • • Access to additional tools like Bookmarks, Applications, and more

Plus

USD $8/month

Everything in Free, and:

  • • Ad-free experience
  • • Daily job alerts and digest
  • • Personal career consultant
  • • AI-powered job advice
Go to account ›