Loading...

Senior Backend Software Developer (C# / AWS)

ApplyBack to Jobs

At Varicent, we’re not just transforming the Sales Performance Management (SPM) market—we’re redefining how organizations achieve revenue success. Our cutting-edge SaaS solutions empower revenue leaders globally to design smarter go-to-market strategies, maximize seller performance, and unlock untapped potential. Varicent stands at the forefront of innovation, celebrated as a market leader in the 2025 Forrester Wave Report…

To apply for this job please visit jobicy.com.

ApplyBack to Jobs
// Never show in admin if ( is_admin() ) return false; // ❌ Hide on single job pages if ( is_singular('job_listing') ) return false; // ✅ Show only on single blog posts if ( is_singular('post') ) return true; // Hide everywhere else return false;