Systems | Development | Analytics | API | Testing

What is Application Security Audit and Why It's Important for Your Business

A real estate listing platform runs on more moving parts than it looks like from the front end: multiple user roles, MLS and payment integrations, document storage, and a database full of PII and deal terms. Every one of those is part of the attack surface. An application security audit maps that surface. It is a structured evaluation of your application’s code, configuration, and infrastructure that identifies vulnerabilities and weak controls, then ranks them by the risk they actually carry.

Observe Opaque Services With OpenTelemetry eBPF + proxymock

Every SRE team operates services it cannot see into: a vendor binary, an inherited legacy deployment, a container whose owning team dissolved two reorgs ago. The routes are undocumented, the dependencies are unknown, and when a request takes 130 milliseconds nobody can say whether that time is application work or a wait across a network boundary.

Resource Planning in Power BI | Power ON Demo

See how to plan and allocate your team's resources directly inside Power BI. This demo walks through a resource management app built with Power ON from insightsoftware, where you can schedule people across projects, set rates, and track utilization against capacity without ever leaving Power BI. Power ON adds planning and write-back to Power BI, so your team can edit and save data right in a dashboard using a familiar, spreadsheet-style interface. In this walkthrough, we put those capabilities to work for resource and capacity planning.

SQL-Shaped Intent: The Engineering Behind AgentQL

Our CEO recently wrote reaffirming an architectural decision ThoughtSpot made when LLMs first emerged: we do not use LLMs to directly generate SQL. My team has spent the better part of a year building AgentQL: a capability that doubles down on our decision. So let me explain what we actually built, why it doesn't just honor that architectural decision but depends on it, and the engineering choices underneath.

Saugata Saha on Data, AI, and What's Next for Qlik

Qlik CEO Saugata Saha sits down with Jessica DuBois, Senior Director of Global Tech Partners, for his first external conversation since joining the company. Saugata discusses what drew him to Qlik, the opportunity he sees at the intersection of data and AI, and why bringing increasingly capable AI together with trusted, governed data remains one of the most important challenges facing organizations today.

Ep 85 | Enterprise AI Success: What Separates Results from Expensive Experiments

Most enterprise AI use cases still aren't delivering measurable value. So what separates the projects that work from the ones that quietly disappear? For Mark Ritcey, the answer comes down to disciplined execution. AI programs need a clear business problem and an organization prepared for how the technology changes the way work gets done. In this episode of The AI Forecast, Paul Muller sits down with Mark Ritcey, Vice President of AI and Automation Delivery at Latentbridge and lecturer on AI and machine learning, to examine the decisions that shape enterprise AI success.

Owning the Agentic SDLC: How NodeSource Reclaimed Control of AI Development

TL;DR: When AI-assisted development moved from autocomplete to agentic workflows, the bottleneck for our engineering velocity stopped being the model and started being the vendor. Owning our own orchestration layer, running the same upstream agent stack across multiple developer surfaces, wrapping every change in a version-controlled spec, and treating the agent calls themselves as first-class telemetry is what made spec-driven development practical for us at NodeSource.