Be a part of the Newgen family that thrives on fostering innovation, embracing challenges, and sprinkling a little fun to make the journey worthwhile. Immerse yourself in a workplace that believes in continuous learning, embraces inclusivity, and offers resources for you to shine. Create a lasting impact on shaping the evolving digital world and scale your career to new heights.

 

Culture Tenets

Why Work at Newgen?

Current Openings

 

//console.log(11); (function($) { $.fn.contentify = function(options) { // Initialze settings var settings; settings = $.extend({ title: ”, headingSelectors: [], scrollDuration: 1000 }, options); // Initialize table of contents entries var toc = []; // Find all headings $(settings.headingSelectors.join(‘,’)).each(function() { for (var i = 0; i 0) { tocHTML += ‘
‘ + settings.title + ‘
‘ } for (var i = 0; i < toc.length; ++i) { if (i === 0 || toc[i - 1].level < toc[i].level) { tocHTML += '
    ‘; } tocHTML += ‘
  1. ‘ + ‘‘ + ‘‘ + toc[i].title + ‘‘ + ‘
  2. ‘; if (i === toc.length – 1 || toc[i].level > toc[i + 1].level) { tocHTML += ‘
‘; } } return this.each(function() { $(this).html(tocHTML); // Insert HTML // Add smooth scrolling $(this).find(‘a’).click(function() { $(‘html, body’).animate({ scrollTop: $($(this).attr(‘href’)).offset().top – 100 }, settings.scrollDuration); return false; }); // Apply reasonable default CSS styling $(this).find(‘ol’).each(function() { $(this).css({ ‘list-style’: ‘none’, ‘padding’: ‘0px’, ‘margin’: ‘0px’ }); }); $(this).find(‘a’).each(function() { $(this).css({ ‘color’: $(this).css(‘color’) }); }); }); }; })(jQuery); $(document).ready(function() { $(‘#toc’).contentify({ title: ‘Page Jump’ }); }); $(document).on(‘scroll’, function() { $(“[id^=’contentify_’]”).each(function(){ if($(window).scrollTop() > $(this).offset().top – 120){ $(“#toc a[href=’#”+$(this).attr(“id”)+”‘]”).closest(“li”).addClass(“active”); } else{ $(“#toc a[href=’#”+$(this).attr(“id”)+”‘]”).closest(“li”).removeClass(“active”); } }); });
icon-angle icon-bars icon-times