mobile insurance application mentoring and pair programming

Mobile Usability Modernization & Developer Mentorship for a Global Insurance Brokerage

Lauren Fournier Bogner Angular, Education, Insurance, JavaScript, Mobile Leave a Comment

A leading global insurance brokerage and risk management firm has partnered with Keyhole Software on multiple initiatives over the years to strengthen and modernize its digital insurance platforms. Across several statements of work, Keyhole consultants have provided expertise in Angular, .NET, React, Azure, and SQL Serverโ€”supporting projects that span policy administration, client servicing, and internal operations. In this engagement, a …

What is RAG Architecture?

Chris Bristow Architecture, Artificial Intelligence, Keyhole, Retrieval-Augmented Generation (RAG), Videos 1 Comment

RAG architecture is revolutionizing how businesses use AI by enabling Large Language Models (LLMs) to access and utilize private, real-time data. Traditional LLMs, like ChatGPT, excel in general applications but often lack the context needed for specific enterprise needs. RAGโ€™s innovative approach combines these powerful models with an organizationโ€™s own data, providing contextually relevant insights without the need for costly …

Achieving Effective Test Code Coverage

Achieving Effective API Test Coverage: Best Practices and Tools

Geoffrey Blogref API Development, Articles, Testing Leave a Comment

Test coverage is a metric that measures how much of your codebase is exercised by tests, providing insight into the effectiveness of your testing efforts. In this blog, weโ€™ll focus on API projects, exploring the types of tests suited for code coverage, realistic goals (and tools to help achieve them), and the minimum coverage needed to reap the benefits of your tests.

Testing your codeโ€”down to individual linesโ€”is a critical practice in modern software development. It helps ensure applications remain reliable, stable, and maintainable, all while balancing practical constraints.