Systems | Development | Analytics | API | Testing

How DreamFactory Helps Schools Use AI Safely on Their Own Data

Every school, college, and university is being asked the same question right now: Can we use AI on our own data without putting student records at risk? The promise is real, including personalized learning, faster advising, and smarter operations. So is the fear. AI that touches student information runs straight into FERPA, breach risk, and a simple trust problem: once data leaves your control, you can't govern it.

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.

What Actually Makes Property Data AI-Ready - With Ivo Draginov, BatchService | The Innovation Blueprint Podcast

There’s a question worth asking about most property data companies: does the data come first, or the business problem? On a recent episode of The Innovation Blueprint Podcast — ORIL’s series on emerging PropTech, hosted by ORIL’s CEO Roman Havrylyuk — that question sat at the center of a conversation with Ivo Draginov, co-founder and president of BatchService.

Kong AI Gateway Applies NVIDIA NeMo Switchyard Across Model Traffic

Every team running production LLMs has had the same idea: not every request needs the frontier model. Intelligent model routing (or LLM routing)— choosing a model per request on criteria such as task complexity, cost, latency, or quality — enables more efficient model usage.

What's New in WSO2 Identity Server 7.3: Secure AI Agents

AI agents can work in the background on your behalf, but, how do you keep them from doing too much? WSO2 Identity Server 7.3 now supports Client-Initiated Backchannel Authentication (CIBA), giving ambient agents access only when the user approves each request through a push notification. The agent can act, but you stay in control.

Application Tuning: Getting More from What You Already Have

Enterprise IT leaders are often caught between the pressure to innovate and the demands of maintaining their current tech. When a system slows down or struggles to scale, it can be hard to know what to do. Rather than being stalled by uncertainty or getting distracted by fixes that don’t solve the underlying problems, Appian’s Customer Success experts encourage our customers to start with a core thesis: non-invasive application tuning should always be your first line of attack.

Swift Arrays: Complete Guide to Sort, Filter, Map and Reduce

Swift arrays are one of the most commonly used collection types in iOS and macOS development. They provide ordered, type-safe storage for values and include powerful higher-order functions such as map, filter, reduce, and sort. With value semantics, copy-on-write optimisation, and a rich set of built-in operations, Swift arrays make it easier to write safe, efficient, and expressive code. This guide will empower you to master the basics of Swift arrays and explore all the functionality they provide.

React Native OTA updates: Bitrise CodePush demo

From our CodePush webinar: a practical walkthrough of setting up and managing CodePush for over-the-air (OTA) updates on Bitrise using a React Native application. Staff Solutions Engineer Atanas Chanev shows you how updates are handled by pushing a direct update via the command-line interface, promoting a staging release to production, and executing an emergency rollback to a previous version using the API.

P4 One Experiments: Test New Ideas in Unreal Engine | Perforce

Join Josh Sherwood, Perforce Principal Software Engineer, for a walkthrough of P4 One Experiments, Perforce's newest plugin for Unreal Engine. If you've ever wanted to try a new idea in your Unreal project (an alternate character model, a new level layout) without risking your main project, this plugin is built for exactly that.

Node.js 18 and 20 Are EOL-Yet They Were Downloaded More Than 136 Million Times in July 2026

Node.js 24 is the latest Long-Term Support release, and Node.js 26 is the Current release line. Node.js 18 and Node.js 20, meanwhile, have both reached End-of-Life (EOL). That should make the direction of travel obvious. Instead, Matteo Collina’s analysis of Node.js download data showed that even discontinued Node.js 12, 14, and 16 release lines were still generating tens of millions of downloads per month, highlighting how slowly the ecosystem moves away from unsupported versions.