Full Stack Software Developer at Veritas Actuaries and Consultants · Gurugram · 2 - 3 years · ₹10L - ₹12L / yr · Bootstrapped · Posted 23 Jan 2024

Key Responsibilities
We are looking for a full stack developer who shall be responsible for implementation of software related projects of the firm. This will involve:
– Understanding existing services of the Company, the requirements of the project and be able to build the back-end coding structure along with front end dashboard, UI / UX for the full project. The person should be capable of building flexible coding to incorporate various user requirements, carry out user acceptance testing, fix bugs within agreed timelines.
– Dashboard Development: Swiftly conceptualizing, designing, and developing visually engaging and functional dashboards tailored to meet the firm's specific requirements within stringent timelines.
– Collaborative Approach: Work closely with stakeholders’ other team members, to understand dashboard requirements and ensure alignment with business objectives.
– API Integration: Explore and integrate dashboard APIs where applicable to enhance functionalities or enable custom integrations for a more comprehensive dashboard experience.
Key Skills Required
– Front-end Technologies: Proficiency in HTML, CSS, JavaScript, and expertise in UX/UI principles to enhance dashboard user interfaces and ensure responsiveness.
– Strong Backend Development Skills: Proficient in at least one backend language and understanding of backend frameworks to facilitate data integration and backend functionalities for dashboards.
– Strong SQL Skills: Ability to efficiently extract, manipulate, and analyze data using SQL queries from various databases to integrate into the dashboards.
– Dashboard Development Experience: Prior experience in rapid dashboard development, including designing, developing, and deploying dashboards within accelerated timelines.
– Being able to work independently, understand industry landscape and come up with innovative solutions to tackle various issues.

About Veritas Actuaries and Consultants
About
Similar jobs (10)
Job Role : Senior Full Stack Developer (.NET + React + C#)
Experience : 8+ Years
Work Mode : Hybrid (4 days/month from Noida, Hyderabad, Chennai, Pune, or Bengaluru)
Shift : IST (Normal Shift)
Job Summary :
We are looking for a Senior Full Stack Developer with strong expertise in C#, .NET, React, and Azure Development to build and support scalable enterprise applications. The ideal candidate should have extensive backend development experience, hands-on Azure exposure, and the ability to deliver high-quality solutions across the full stack.
Note : Strong Azure Development experience is mandatory. Previous experience with UHG (UnitedHealth Group) will be an added advantage.
Mandatory Skills :
8+ years of experience with C#, .NET Core/.NET 6+, ASP.NET Core, React.js, JavaScript/TypeScript, SQL Server, REST APIs, Azure Development (App Services, Functions, Azure SQL, Storage), Git, and CI/CD tools (Azure DevOps/GitHub Actions/Jenkins).
Key Responsibilities :
- Develop and maintain applications using C#, .NET Core/.NET 6+, and React.
- Build secure and scalable REST APIs and backend services.
- Design responsive frontend components using React and TypeScript/JavaScript.
- Work with Azure services and cloud-native architectures.
- Manage CI/CD pipelines using Azure DevOps, GitHub Actions, or Jenkins.
- Write clean, maintainable, and testable code.
- Participate in code reviews, troubleshooting, and technical discussions.
Required Skills :
Backend :
- C#
- .NET Core / .NET 6+
- ASP.NET Core
- REST APIs
- OAuth, JWT Authentication
Frontend :
- React.js
- JavaScript / TypeScript
Cloud (Mandatory) :
- Microsoft Azure Development
- Azure App Services
- Azure Functions
- Azure SQL
- Azure Storage
Database :
- SQL Server
DevOps :
- Azure DevOps
- Git
- CI/CD Pipelines
Preferred :
- Previous experience with UHG (UnitedHealth Group).
- Familiarity with Angular.
- Experience with enterprise-scale applications.
- Self-starter with strong problem-solving skills.
Mandatory Background Verification :
Education, Employment, Criminal, Address, ID, Reference, CV Validation, Gap Verification, Credit/CIBIL Check, and Drug Test.
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
Responsibilities
Develop and maintain web and backend components using Python, Node.js, and Zoho tools
Design and implement custom workflows and automations in Zoho
Perform code reviews to maintain quality standards and best practices
Debug and resolve technical issues promptly
Collaborate with teams to gather and analyze requirements for effective solutions
Write clean, maintainable, and well-documented code
Manage and optimize databases to support changing business needs
Contribute individually while mentoring and supporting team members
Adapt quickly to a fast-paced environment and meet expectations within the first month
Leadership Opportunities
Lead and mentor junior developers in the team
Drive projects independently while collaborating with the broader team
Act as a technical liaison between the team and stakeholders to deliver effective solutions
Selection Process
1. HR Screening: Review of qualifications and experience
2. Online Technical Assessment: Test coding and problem-solving skills
3. Technical Interview: Assess expertise in web development, Python, Node.js, APIs, and Zoho
4. Leadership Evaluation: Evaluate team collaboration and leadership abilities
5. Management Interview: Discuss cultural fit and career opportunities
6. Offer Discussion: Finalize compensation and role specifics
Experience Required
2-6 years of relevant experience as a Software Developer
Proven ability to work as a self-starter and contribute individually
Strong technical and interpersonal skills to support team members effectively
Job Title - Sr Software Developer
Location - Sector 5 , Salt Lake
Shift Timings - 2:15 PM to 11:30 PM
Week Off - All Sundays and Alternate Saturdays. Sat will be halfday
Job brief:
We are looking for a Senior Software Developer specializing in .Net to build software using languages and technologies of the .NET framework.You should be a pro with third-party API integration and application programming.
In this role, you should be able to write smooth & functional code with a sharp eye for spotting defects. You should be a team player and an excellent communicator. If you are also passionate about the .NET framework and software design/architecture, we’d like to meet you.
Your goal will be to work with internal teams to design, develop and maintain software.
Job Responsibilities:
• Work in a development team to develop integrated ASP.NET applications.
• Write clean, scalable code using ASP.NET Framework, programming language (C#), and Rest API.
• Write SQL Server Queries and normalize SQL table structure.
• Revise, update,refactor and debug code.
• Improve existing software
• Develop documentation throughout the software development lifecycle (SDLC)
• Serve as an expert on applications and provide technical support
Job Requirements:
• Required at least 4 years of Software development using C# .NET.
• Good Knowledge of SQL Server, and design/architectural patterns for .NET Framework Web Application)
• Good Knowledge on Bootstrap, jQuery, HTML, CSS3 and XML
• Familiarity with architecture styles/APIs (REST, Web API, Json)
• Excellent troubleshooting and communication skills
• BSc/BA in Computer Science, Engineering, or a related field
CTC, Bonuses & Rewards: -
Salescom Services Private Limited is an equal opportunity employer in the local industry.Our operations and company visions are quite a niche and heavily focused on being massively successful operations engaged in next-generation sales & marketing wins, support, and information technology-enabled services & solutions. CTC for the right employee is not pre-defined as such however will be a best-fit match to the local industry standards. Come, interview with us, figure out if we both are the right fit for each other, and the rest will follow suit.
Interested candidates are requested to apply for this job
About OJ Commerce:
OJ Commerce is a fast-growing, profitable online retailer based in Florida, USA with a full-fledged India office based in Chennai driven by a sophisticated, data-driven system to run the operations with virtually no human intervention. We strive to be the best-in-class ecommerce company delivering exceptional value to customers by leveraging technology, innovation and brand-partnerships to provide a seamless & enjoyable shopping of high-quality products at the best prices to our customers.
Responsibilities:
Work with business-stakeholders to understand requirements, prototype, build and deploy it.
CRUD the backend code you own keeping maintenance, performance and security in mind.
Keep up breast of latest technologies and its ecosystem and adopt ones that aid safe product delivery at speed.
Automate the boring and mundane stuff for you prefer to be productive than being busy.
We are flat. Be responsible for professional growth of self and the team.
- Tune application for performance.
- Take initiatives and manage change to work towards business goals at speed without compromising safety.
- Coach full-stack developers on backend skills.
- Provides problem resolution support, specific to application issues, identifies and resolves problems in application software, determines symptoms and ensures accurate problem definition
Develop functional, architectural and other documentation as required for productive functioning of teams.
- Be the brand ambassador for OJ Commerce by speaking at meetups, conferences, etc.
- We are fluid. Be ready for changing dynamics in responsibilities from time to time. Exciting isn't?
- Take the lead in digital transformation of legacy applications.
What you need to shine?
- You have the prior experience in modernising legacy applications.
- You are a passionate hands-on developer with deep experience in building enterprise grade software in Microsoft ASP.NET Core, ASP.NET MVC, Web API, SOA, Micro-Services and RESTful Services with knowledge of SQL Server database.
- You have the ability to see and work on the big picture (Application Architecture) and devilish details (Complex Code).
- Strong experience in developing web applications using C#, VB.Net, .NET, LINQ, Net Framework 4.0, MVC 3/4/5, ASP.NET Web API, .Net Core etc.
- You are Cloud savvy, preferably Google Cloud.
- You have rich experience in Object-Oriented Programming (OOP) with good knowledge of practical design-patterns and its applications.
Hands-on experience in building SOA or Micro-services preferably on .NET Core.
Proven Architectural skills with high standards in Code quality
Knowledge of ReactJS/Typescript would be added advantage.
Practical experience in Agile development methodologies of using CI/CD.
Extreme Programming (TDD) experience is sought after by us.
What we Offer
- Greenfield opportunity to transform legacy backend applications to latest technology stack.
- Fast-paced start-up environment: This is not for the faint hearted; you need grit and passion as much as you need the core skills.
- Work in an interdisciplinary team where learning from one another and developing solutions cross-functionally is a key part of our culture.
- Golden opportunity to make history by making big business impact.
- Competitive salary to take good care of self and family.
- Insurance Benefits: Medical and Accident cover.
- Flexible Working Hours
Job Description: iOS Developer
- 3+ years of experience in the development of iOS applications.
- Must be well versed with SWIFT & Objective C.
- Expertise in integrating RESTful web services.
- Experience working with storyboard, cocoa-touch and auto layout.
- Hands-on experience in Cloud APIs, push notifications, social media integration, and integration of analytics is an added advantage.
- Experience with automated build and release process (Adhoc release, Final release).
- Has experience in using Maps API, GPS services for iOS applications.
- Experience working with iOS frameworks such as Core Data, Core Animation, Core Graphics and Core Text, Core Location.
- Experience with third-party libraries and APIs like Alamo fire.
- Working knowledge of the general mobile orientation, architecture, trends and emerging technologies.
- Solid understanding of the full mobile application development life cycle.
Behavioural Attributes
- Sound interpersonal and communication skills.
- Open to working and interacting with virtual and international teams.
- Solution Focused - Proactive with continuous improvement mindset.
- Accountable - Ability to demonstrate ownership, both individual and shared, to achieve results.
- Integrity - High integrity team player
- Must have good analytical, debugging and problem-solving skills
- Self-starter with the ability to independently acquire the knowledge required in succeeding in their job.
Location:
Bangalore/Chennai/Pune/Dehradun/Hyderabad/Panchkula/Mohali/Gurugram
Immediate joiners will be preferred.
Notice Period: 30 days or less
Note: Currently we are not hiring freshers
Mobile Programming LLC is an ISO 9001:2008 certified firm, founded in 2008. It is leading-edge technology and IT consulting company focused on delivering the best and most cost-effective solutions to clients. It has developed hundreds of applications on different mobile platforms. It is paralleled with Los Angeles Unified School District, Metropolitan Transportation Authority New York and several other Fortune 500 companies like Novartis and Amgen. It is Headquartered in New York, other U.S. locations include Florida, Los Angeles, Santa Clara, and India. In India, the development centres are Chandigarh (Mohali), Gurugram, Panchkula, Bengaluru, Dehradun, Chennai, Hyderabad and Pune.
About Talentas Technology:
Founded on the principles of innovation and investing in great ideas, Talentas is a technology services company with a strong focus on delivering applications and products using a multitude of software technologies. The company has been working tirelessly to maintain a smile on our customer’s faces and now is offering a line-up of groundbreaking technology products and services.
With a primary focus on USA Clients, Talentas has been helping businesses from small start-ups to Fortune 500 companies meet their business goals through technology innovation and adoption with an emphasis on Full Stack development coupled with Artificial Intelligence, Machine Learning, NLP, Analytics on Cloud Infrastructure.
Talentas is governed by a strong board and bright visionaries with 25+ years of IT experience helping to promote & build a first-class technology company. With headquarters in Hyderabad and passionate teams located globally, we are expected to grow organically.
Role: Lead Developer – Full Stack Development
Location: Hyderabad
Your goal will be to create beautiful, consistent user experiences across a diverse range of digital products and delivery platforms. You will be reporting to the Technical Head/Architect and will be working closely with our back-end services and data teams, UX/UI design teams, and Clients, business partners in a challenging, fast-paced, agile environment to deliver web and mobile applications.
Responsibilities:
- You will be an individual contributor programming various application interactions.
- Work with Technical Head/Architect in designing cloud-based web applications.
- Design and develop .NET Applications (Web/Mobile/Windows/API)
- Design and implement RESTful web services in .NET using industry best practices
- Verify and deploy programs and systems
- Troubleshoot, debug, and upgrade existing software
- Join an agile team, participating in stand-ups, iteration planning, design reviews, and other typical agile ceremonies
- Manage and set clear team goals and KPIs.
- Delegate tasks and set project deadlines and conduct code review.
- Oversee day-to-day teams' operation and performance.
- Do regular performance evaluations.
- Create a healthy and motivating work environment and atmosphere.
- Develop a well-designed and motivating evaluation program.
- Communicate with teams about their performance.
- Monitor team performance and report on metrics.
- Discover training needs and provide coaching.
- Listen to team members’ feedback and resolve any issues or conflicts.
- Work with developers to design algorithms and flowcharts.
- Review the code of the team on regular basis.
- Create technical documentation for reference and reporting.
Skills and Qualifications:
- Bachelor's degree or equivalent experience in Computer Science or related field
- Total 8 years of experience with a minimum of 3 years of Lead Developer experience
- Experience in AWS / Azure Cloud Services.
- Experience with software design and development in a test-driven environment.
- Experience / Knowledge of coding languages (C#, JavaScript, python) and frameworks/systems (e.g. .Net Core AngularJS, Git)
- Good to have experience in developing RESTful APIs using Node.JS
- Experience with databases (SQL and No-SQL) and Object-Relational Mapping (ORM) frameworks (e.g. Entity Framework)
- Knowledge of DevOps and must have implemented in their project.
- Strong experience on the unit testing frameworks, code coverage tools, and Code repositories like GIT Hub, Bit Bucket, etc. and have experience with branching and merging
- Should have worked with Agile methodologies
- Knowledge of best practices and design principles in both object-oriented and functional programming
- In-depth knowledge of performance metrics.
- Good PC skills, especially MS Excel.
- Experience with organizing training programs.
- Sense of ownership and pride in your performance and its impact on the company’s success.
- Critical thinker and problem-solving skills.
- Good time-management skills.
- Great interpersonal and communication skills.
- Ability to learn new languages and technologies.
|
Work across the full stack, building highly scalable distributed solutions that enable positive user experiences and measurable business growth |
|
Develop new features and infrastructure development in support of rapidly emerging business and project requirements |
|
Assume leadership of new projects from conceptualization to deployment |
|
Ensure application performance, uptime, and scale, maintaining high standards of code quality and thoughtful application design |
|
Work with agile development methodologies, adhering to best practices and pursuing continued learning opportunities |
|
Visualize, design, and develop creative and innovative software platforms, as we continue to experience dramatic growth in the usage and visibility of our products |
|
Create scalable software platforms and applications, and efficient networking solutions that are unit tested, code reviewed and checked regularly for continuous integration |
|
Examine existing systems, identifying flaws and creating solutions to improve service uptime and time-to-resolve through monitoring and automated remediation |
|
Plan and execute full software development life cycles (SDLC) for each assigned project, adhering to company standards and expectations |
|
Special Skills Required |
Bachelor’s degree in software engineering or information technology |
|
|
2+ years of experience engineering software and networking platforms |
|
|
2+ years of experience in building large-scale software applications. |
|
|
Proven ability to document design processes, including development, tests, analytics, and troubleshooting |
|
|
Experience with rapid development cycles in a web-based environment |
|
|
Strong scripting and test automation abilities, ability to drive a Test Driven Development Model |
|
|
Working knowledge of relational databases as well as ORM and Postgre and other SQL technologies |
|
|
Proficiency with Javascript, Typescript, React.js, Babylon, Nodejs, HTML5, CSS3, and order management systems |
|
|
Proven experience designing interactive applications and networking platforms |
|
|
Web application development experience with multiple frameworks, including Blockchain, Hyperledger, Spark, Kafka, Elasticsearch, neo4j, graphQL |
|
|
Desire to continue to grow professional capabilities with ongoing training and educational opportunities |
|
|
Additional Knowledge in computer vision, embedded, blockchain technologies a plus |
|
|
Experience Designing and integrating RESTful APIs |
|
|
Excellent debugging and optimization skills |
|
|
Unit/integration testing experience |
|
|
Interest in learning new tools, languages, workflows, and philosophies to grow |
|
|
Professional certifications |
|
Location |
Bengaluru, Karnataka, India - 560072 |
Main Duties
Contribute in all phases of the development lifecycle
Write well designed, testable, efficient code
Ensure designs are in compliance with specifications
Support continuous improvement by investigating alternatives and technologies and presenting these for architectural review
Prepare and produce releases of software components
Role & Relationships
We consider ourselves a team & you will be a valuable part of it. You could be reporting to a Senior member or directly to our Founder, CEO
Educational Qualifications
We don’t discriminate. As long as you have the required skill set & the right attitude
Experience
Upto 6 years of experience, preferably working on Java. Freshers are welcome too!
Skills
Good
Strong understanding of Core Java , Servlet, JSP
Knowledge of RDBMS (MySQL, Oracle, SQL Server), NoSQL
Knowledge of RESTful Web Services, XML, JSON
Good team player
Even better
Familiarity with the software development lifecycle
Strong Full stack developer development background with frontend and backend web applications
Competencies
An aptitude to solve problems & learn something new
Highly self-motivated
Analytical frame of mind
Ability to work in fast-paced, dynamic environment
Location
Currently in Pune
Remuneration
Once we meet, we shall make an offer depending on how good a fit you are & the experience you already have
About us
Aikon Labs Pvt Ltd is a start-up focused on Realizing Ideas. One such idea is iEngage.io, our Intelligent Engagement Platform. We leverage Augmented Intelligence, a combination of machine-driven insights & human understanding, to serve a timely response to every interaction from the people you care about.
Get in touch











