Systems | Development | Analytics | API | Testing

Kong Gateway Operator & AI Gateway Workshop: From Traditional Workloads to GenAI

Elevate your infrastructure management with this two-hour workshop series to get hands-on experience with the Kong Gateway Operator and Kong AI Gateway. Begin with mastering Kubernetes ingress automation through the Kong Gateway Operator, then advance to building secure AI infrastructure with Kong AI Gateway. This comprehensive session equips you with practical skills for both traditional application deployment and cutting-edge GenAI implementation—all within the Kong ecosystem.

Kotlin Apply and other Kotlin Scope Functions

Last week, we got a question from one of our users asking us how to use Kotlin Apply. Specifically, the reader wanted to know whether it was best to use the apply function in their Android application, or another of the many Kotlin scope functions. So we got to thinking: Why not write an article about the whole topic of Kotlin scope functions? After all, they’re awesome: they let us write readable, concise code in Kotlin, and work with an object without the need for repeated references.

From Vision to Venture E01: Josh Twist - Co-Founder and CEO at Zuplo

From Vision to Venture is a Moesif podcast that highlights some of the biggest wins and challenges in the startup space today. Every episode, we'll talk to different founders to discover some of the strategies that they've used on their journey from being an early-stage startup to a little bit later stage. Whether you want to hear more about how to manage life as a startup founder or raise a round of investment, this is the podcast for you.

PII Sanitization Needed for LLMs and Agentic AI is Now Easier to Build

The excitement around large language models (LLMs) and agentic AI is justified. These systems can summarize, generate, reason, and even take actions across APIs — all with minimal human input. However, as enterprises race to integrate LLMs into real-world workflows — especially when those enterprises operate in regulated environments and/or deal in sensitive data — one fundamental question looms large.

Consistently Hallucination-Proof Your LLMs with Automated RAG

AI is quickly transforming the way businesses operate, turning what was once futuristic into everyday reality. However, we're still in the early innings of AI, and there are still several key limitations with AI that organizations should remain aware of to ensure that AI is being leveraged in a safe and productive way.

Realtime innovation, optimized costs: Ably's solutions for cost efficiency at scale

High-scale, high-frequency messaging and burst activity can lead to significant costs and performance challenges for realtime applications. To help with this, we’ve introduced server-side batching and conflated subscriptions—two powerful optimizations in Ably Pub/Sub that significantly reduce message count, lower bandwidth usage, and optimize processing overhead. These features allow you to process high-frequency updates more efficiently without sacrificing accuracy, reliability, or latency.

Transforming E-commerce with Spaces & Tech - With Tyler Scriven, Saltbox | The Innovation Blueprint

Welcome to Episode 15 of The Innovation Blueprint! In this episode, Yurii Rudakov from ORIL chats with Tyler Scriven, Co-founder & CEO of Saltbox, a unique platform transforming e-commerce with spaces that combine warehousing, co-working, and tech-driven logistics. Tyler shares his journey from startup struggles to scaling Saltbox into a thriving business with 12 locations across major U.S. cities.

Ultimate Guide to API Audit Logging for Compliance

API audit logging is essential for tracking API interactions, securing sensitive data, and meeting compliance standards like GDPR, HIPAA, and PCI DSS. It records who accessed data, what actions were taken, when it happened, and more. Proper logging can reduce data breach risks by up to 70% and improve regulatory compliance by 90%.

An Introduction to Testing in Python Flask

So, you've built a Flask application — congratulations! You've crafted routes, connected databases, and perhaps even deployed it to a server. But have you tested it thoroughly? Testing isn't just a checkbox on a developer's to-do list: it's an essential part of building robust and reliable applications. So, in this article, we'll describe why testing is important for Flask applications and how you can effectively implement tests.