Systems | Development | Analytics | API | Testing

Kong Wins AI Innovator of the Year in SiliconANGLE Media's Tech Innovation CUBEd Awards

We're excited to announce that Kong just took home the AI Innovator of the Year award from SiliconANGLE Media's 2026 Tech Innovation CUBEd Awards. SiliconANGLE Media runs this annual awards program to recognize companies, technologies, and people moving the needle in B2B tech. Winners go through a review process by industry analysts and experts.

Laravel Upgrades: Go Beyond Laravel Shift

When it comes to Laravel upgrades, Laravel Shift is a great first step. However, it is rarely the whole answer and full solution. In this video, we go through where Laravel Shift falls short and what it really takes to update Laravel applications in complex, real-world applications. If you’re wondering how to upgrade Laravel apps without breaking production, start here.

Why is AI in Learning and Development No Longer Optional?

AI is already here and will be here for years and years to come. The best part is that it will be upgraded to a better version every passing day. And it will keep getting better and better. You must have seen now how people are actively using AI tools these days, and one of the famous examples would be ChatGPT. So, what’s shifting this change? What’s making people so reliant on gen AI tools?

JavaScript Debugging: How to Find and Fix Bugs in JS

An effective JavaScript debugging regime is essential if we want to build responsive, reliable and highly-rateable Android apps. JavaScript doesn’t enforce types at compile time (unlike Swift) and this means errors often happen quietly, when users are already feeling them. So it’s vital that we debug pre-emptively, using knowledge rather than guesswork.

Increasing API Delivery Speed without Losing Control | DreamFactory

Modern enterprises need to spin up APIs fast without sacrificing control. This guide explains architectural patterns that increase delivery speed while keeping security and governance intact. You will learn how an API abstraction layer, implemented with DreamFactory, decouples experience delivery from systems of record, enables identity passthrough, enforces role-based access, and supports on-prem LLMs.
Featured Post

From Loose Threads to Tightly Woven - The AI Shift in Software Design

AI is advancing at breakneck speed-from basic rule-based systems to autonomous agents. Over 240,000 AI papers are published annually, with 1.8M+ projects on GitHub and 80+ large language models released in 2024 alone. Forecast AI spend is expected to top $632B by 2028. Amid the hype, the focus must be on delivering real value and preparing for what's next.

The Cost of Doing Nothing: Quantifying the Impact of "Incomplete DevOps"

As AI becomes embedded in software delivery, the gap between mature DevOps organizations and those with “Incomplete DevOps” is becoming impossible to ignore, according to Perforce's 2026 State of DevOps report. Characterized by inconsistent workflows, manual processes, and inadequate standardization, "incomplete DevOps" has emerged as the leading obstacle to achieving ROI from AI investments. DevOps maturity is no longer an operational concern. It is an economic one.

From Hospitals to Home Care: Digital Innovations in Healthcare

What exactly comes to your mind when we say ‘Digital Advancements’? What’s the first thing you think of when you hear the word? Is it cloud technology? Digital transformation? Gen-AI? Blockchain? Or everything that caters to Digital Transformation as a whole? We know that the last sentence is the one you’ll prefer. But has it ever come across your mind why digital transformation solutions are taking all the limelight from different industries?

Reviewing your build in Bitrise: Build Details page

In this demo, Naveen Nazimudeen, Solutions Engineer at Bitrise, explores the Build Details page and shows how to quickly get to the root cause of a failed build. He looks at key tabs like Build Logs, Tests (including flaky test detection and quarantine), Artifacts, Build Cache, and VM Monitoring for performance and out-of-memory debugging.

How to parallelize tasks using Bitrise pipelines

Pipelines allow you to organize your CI/CD tasks into modular workflows that can run sequentially or in parallel. In this demo, Senior Solutions Engineer Ben Boral shows a simple pipeline that runs a fast linting check first, then executes two test suites in parallel to reduce wall clock time, and gates the build step on the success of those tests - speeding up the feedback loop and avoiding wasteful tasks.