Systems | Development | Analytics | API | Testing

Best Programming Languages for Automotive Cybersecurity

As the automotive industry accelerates toward increasingly connected and autonomous vehicles, the importance of cybersecurity in embedded software development has never been greater. But how should you go about choosing the right programming language for automotive cybersecurity?

DreamFactory Apache Spark and Databricks Integration: REST APIs for Delta Lake and Unity Catalog

DreamFactory's df-spark integration provides a production-ready, plug-and-play connector that automatically generates REST APIs for Apache Spark clusters, Databricks SQL Warehouses, Delta Lake tables, and Unity Catalog resources. This integration enables organizations to expose Spark data through standardized REST endpoints without writing custom API code, supporting both SQL-based workloads and advanced Spark Connect operations.

[Workshop 101] Build an Enterprise-Grade AI Platform with Kong AI Gateway

Join us for an in-depth session, "Build an Enterprise-Grade AI Platform with Kong AI Gateway," where we'll explore how organizations can securely operationalize AI at scale. Discover how Kong AI Gateway unifies APIs and AI services under one platform—enabling centralized governance, cost-efficient observability, and consistent policy enforcement across LLMs, embeddings, and AI workflows. Learn how to accelerate innovation while maintaining compliance and performance through capabilities like prompt introspection, semantic caching, and dynamic routing across private and public AI models.

Seamless SSO: How to Integrate Okta (SAML 2.0) with DreamFactory

In today’s environment of distributed applications and microservices, unified identity and access management are essential. If you’re working with DreamFactory as your API-platform and want to leverage Okta for Single-Sign-On (SSO) via SAML 2.0, you’re in the right place. This post walks you through setting up Okta as your Identity Provider (IdP) and DreamFactory as your Service Provider (SP) for SAML 2.0-based login.

A Guide to P4 for Visual Studio Plugin | Microsoft Visual Studio Version Control

A Guide to P4 for Visual Studio Plugin (P4VS) | Microsoft Visual Studio Version Control Join Jackie Garcia, Principal Solution Engineer at Perforce Software, for an in-depth guide on using P4 for Visual Studio (P4VS) 2025.2. If you’ve used P4VS in the past, this new update delivers significant performance improvements: large projects load up to 15x faster, unloading is instantaneous, and freeze issues are resolved.

A comprehensive guide to error handling In Node.js

If you've been writing anything more than "Hello world" programs, you are probably familiar with the concept of errors in programming. They are mistakes in your code, often referred to as "bugs", that cause a program to fail or behave unexpectedly. Unlike some languages, such as Go and Rust, where you are forced to interact with potential errors every step of the way, it's possible to get by without a coherent error handling strategy in JavaScript and Node.js.