Systems | Development | Analytics | API | Testing

WSO2 Identity Server 7.1 Update | An Overview

In this video, we’ll walk you through the latest features and improvements in WSO2 Identity Server, the open-source identity and access management (IAM) solution trusted by enterprises worldwide. Discover how Identity Server 7.1 makes securing your applications simpler and more powerful than ever, with AI-powered login and branding, enhanced fraud detection and identity verification, push-based authentication, and a flexible service based extension architecture.

How South Africa's Joint Standard 2 Changes the Data Compliance Landscape

South Africa’s Joint Standard on Cybersecurity & Cyber Resilience (JS2) is reshaping the regulatory landscape. Financial institutions must now rethink how they manage sensitive data. For data compliance leaders, this marks a critical shift where failing to adapt could bring serious consequences. This blog will examine what JS2 means for your organization’s data compliance efforts. Then, discover how Perforce solutions can help you in building a resilient data compliance program.

Innovations in Property Management - Insights from David Bitton, DoorLoop | The Innovation Blueprint

In this exciting new episode of The Innovation Blueprint Podcast, we chat with David Bitton, Co-founder of DoorLoop, the highest-rated all-in-one property management software. DoorLoop helps property managers and owners make more money, stay organized, and grow their businesses. We dive deep into the unique features of DoorLoop, discuss how AI is transforming property management, and explore the critical role of communication tools in improving efficiency and customer satisfaction.

We're Moving! NodeSource Distributions Now Have a New Home - With Extended Support

At NodeSource, we’ve always been committed to making the Node.js experience secure, stable, and production-ready for teams around the world. Today, we're announcing a key change to how we serve and support our Node.js binary distributions, and it comes with something new: Extended Support.

Top 10 AI-Powered API Gateways for Automated Integration 2025 | DreamFactory

Imagine a world where every backend, legacy system, cloud database, and app is instantly connected—no manual coding, no ongoing maintenance headaches. As businesses rush to unlock value from data, API gateways are becoming critical infrastructure. The most advanced platforms now go beyond traditional API management—bringing AI, automation, and security into the integration layer.

MCP Tutorial | Securely Connect Any Database with Claude + DreamFactory AI Data Gateway

In this MCP Tutorial, you’ll learn how to securely connect any database using Claude Desktop and the DreamFactory AI Data Gateway (MCP server). This step-by-step guide shows how to integrate MCP with Claude to streamline data access while applying enterprise-grade security controls. What you’ll discover in this tutorial: How to use Claude Desktop with DreamFactory MCP to connect to SQL & NoSQL databases.

How to Write a Software Requirements Specification (SRS) Document

A detailed Software Requirements Specification (SRS) document is key to building software that meets both business needs and user expectations. Clear, concise, and executable requirements align project teams, offer clarity on functionality, and act as a single source of truth throughout development. Whether you're using agile, waterfall, or a hybrid approach, this guide will help you craft clear, complete, and testable requirements.

Build Real-Time Android Apps with WebSockets and Kotlin

Before we get started on WebSocket integration, it’s worth quickly explaining how building real-time mobile apps used to work – and why issues with lag and latency led engineers to turn to WebSockets instead. Engineers building real-time Android apps struggled to make sure updates were reflected immediately when a user sent them. To solve this, they tried polling, which meant firing off a GET request to the server, say every five seconds, to a /messages endpoint.