Systems | Development | Analytics | API | Testing

JavaScript Debugging: the Complete Guide

An effective JavaScript debugging process is vital for any web developer. Over 95% of the web is built with JavaScript code, but the language carries its own distinct challenges due to its unique runtime model. This guide will help you master these challenges and become truly fluent in the Internet’s first language. You’ll learn about: You’ll leave with a process that works in any case, no matter how edgy.

Government API Use Case: How to quickly connect your application with Data.

Getting data out of source systems and into the applications that need it is usually slow, custom, and hard to secure. Today I'll show you how DreamFactory solves that as a secure data gateway. This demo today is based on a government healthcare use case.

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.