Systems | Development | Analytics | API | Testing

Five Ways to Use OpenTelemetry Beyond Observability

OpenTelemetry graduated from the CNCF in May 2026 as, in the foundation’s own words, the de facto observability standard. The JavaScript API package alone did 1.36 billion downloads in twelve months. That kind of win has a side effect nobody plans for. Once a wire format is everywhere, has a receiver for every source, a transform language, and an agent your platform team already operates, people start putting things on it that have nothing to do with knowing whether a service is healthy.

Building an Agentic SOC on a Stream

Modern Security Operations Centers (SOCs) are transitioning towards agentic architectures. Traditionally, SOCs relied on rigid, rule-based automation and high human effort. We built an Agentic SOC powered by AI agents that don't just follow rigid, hardcoded rules, but also autonomously investigate, reason, and act like human analysts.

I stopped re-explaining my test project every single morning

Before every session, I used to type some version of this: Sixty-two words of setup, and all of it gone the moment I closed the window. Here is the same request in week two, after the assistant had learned how my project works: That is the whole feature. Everything below is how it works and what I learned building it. THE SHORT ANSWER.

Kong and Straiker: Runtime Security and Agent-Level Control for AI Agents

Kong AI Gateway already gives platform teams a central place to route, observe, and enforce policy across AI traffic. Security teams working alongside those platform teams often need another set of answers: Which agents are connected? Which attack paths actually succeed against them? What happened across the full session or tool chain? And if an agent is compromised, can its next action be stopped before it reaches an enterprise system? The integration is designed to be complementary.

Why Listing Consistency Is Becoming a Competitive Advantage for Property Platforms

A prospective renter checks an apartment on Zillow, then on Apartments.com, and sees two different prices. They are not comparing two units. They are looking at one property described by two systems that disagree. Most property platforms treat that gap as a data-quality nuisance to clean up after the fact. It has quietly become something else: a signal that shapes whether customers, syndication partners, and now AI search tools trust the platform at all.

10 Common API Performance Issues and How to Detect Them

Detecting API performance issues before they impact users is the difference between APIs that scale reliably and those that quietly erode user trust. When users encounter lag, failed requests, or timeouts, the consequences are immediate: lost transactions, customer frustration, and brand damage. Teams that build scalable APIs recognize that performance is not just a technical metric – it’s fundamental to business health and reputation.

N|Solid Downloads Surged 98% in August 2026 - What It Says About Node.js Runtime Adoption

N|Solid Runtime has been downloaded more than 1.15 million times in 2026, bringing total downloads to more than 2.4 million. In August alone, download activity increased from 105,619 to 209,052, a 98% month-over-month increase.

Introducing SpotterCode in Developer Playground

Imagine handing a new developer an SDK, a stack of docs, and a deadline. They read for twenty minutes, write ten lines, break something, go back to the docs, second-guess a prop name, and try again. Now multiply that by every component they'll embed, every agent, every color scheme, and every project they'll touch. That gap, between "I know what I want this to look like" and "I know the exact syntax to make it happen," is the tax every developer pays on embedded analytics.

Remote Debugging in IntelliJ: A Practical Guide

Remote debugging using IntelliJ IDEA offers several benefits. Using this JetBrains IDE, you get interactive breakpoints, variable inspection, and debugging integrated directly with the IntelliJ editor. However you can also introduce configuration complexity and potential security risks if you don’t get it right. IntelliJ has become a favorite of the Bugfender team and in this post we’ll walk through the full setup, from the JVM flag to debugging inside a Docker container.