Systems | Development | Analytics | API | Testing

%term

Why Real-Time Data is Crucial to Developing Generative AI Models

Learn how GEP, an AI-powered supply chain and procurement company, harnesses real-time data streaming through Confluent Cloud to fuel its generative AI solutions. With seamless integration into Azure OpenAI services and GPT models, GEP’s generative AI chatbot delivers document summaries and risk management insights to its customers.

Building Reliable Software Systems with DoorDash's Saurabh Shanbhag

How do you ensure your software system is reliable from design to deployment? In this episode of Test Case Scenario, Jason Baum and Evelyn Coleman sit down with Saurabh Shanbhag, Software Engineer at DoorDash, to discuss the best approaches for preventing bugs and building reliable systems. Saurabh draws on his experience from Amazon, Uber, and DoorDash to explain how teams can focus on strong initial design, thorough testing, and smart monitoring to keep systems running smoothly.

How to Quickly Scale Content Marketing with HubSpot's AI Tools

Producing high-quality content on a consistent basis is no small feat. Even seasoned content teams struggle to handle the pressure of churning out work that resonates, converts and ranks (especially with Google’s slew of algorithm updates ). At companies with smaller in-house marketing teams without specialized content professionals? That pressure can feel…crushing.

Generative AI: The New Age of Document Processing

What do you think of when you think of generative AI? Generating photos, animations, and videos? Coding and solving math problems? Writing content and brainstorming with a chatbot? These have all driven plenty of excitement around AI, but there’s so much more to it than that! From an enterprise perspective, Generative AI’s impact on intelligent document processing technology is remarkable.

Everything You Need to Know about RAG

Retrieval-augmented generation (RAG) is gaining traction, and for good reason. As businesses and AI experts search for more intelligent ways to process information, RAG combines the best of both worlds, i.e., the vast knowledge of retrieval systems and the creative power of generation models. But what exactly is RAG, and why is everyone talking about it?

From RAGs to Riches: Why Retrieval-Augmented Generation Wins the RAG vs. Fine-Tuning Battle

In the world of LLMs, size doesn’t matter. It’s how you generate output that counts. Generative AI (GenAI) adoption rate in organizations jumped from 33% to 65% this year, which means if your organization isn’t leveraging AI, it’s time to get on board or get left behind. One powerful way enterprises are leveraging GenAI is by training and deploying private Large Language Models (LLMs).

Best Testing Practices in Node.js

Testing is a critical aspect of software development, as it ensures your application works as intended and meets quality standards. In Node.js, testing is essential for the early detection of bugs in public endpoints. However, there are many challenges associated with testing in Node. External dependencies, asynchronous operations, and several possible input scenarios make writing tests a daunting task.

How to Use Lambda Functions in Python

Lambda functions in Python are a powerful way to create small, anonymous functions on the fly. These functions are typically used for short, simple operations where the overhead of a full function definition would be unnecessary. While traditional functions are defined using the def keyword, Lambda functions are defined using the lambda keyword and are directly integrated into lines of code. In particular, they are often used as arguments for built-in functions.

Intro to Service Catalog | Kong Konnect

In this video, Miko Bautista, Staff Product Manager at Kong, introduces the Kong Konnect Service Catalog, your ultimate system of record for managing and discovering all the services and APIs running in your infrastructure. The Kong Konnect Service Catalog helps platform teams gain comprehensive visibility into their entire service ecosystem, whether APIs are powered by Kong Gateway or external systems like AWS API Gateway, Kubernetes, or serverless architectures.

Insomnia 10.1 Adds New Collection Runner CLI, In-App Invites, and More

As a follow-up to our recent Kong Insomnia v10 release that shipped with an unlimited and free Collection Runner and one week after announcing our official SCIM support for automated user provisioning, we're now excited to announce Insomnia v10.1. This release ships with the general availability of the CLI to use the Collection Runner with CI/CD automation, a new in-app invite wizard that simplifies working with collaborators, and many other improvements.