Systems | Development | Analytics | API | Testing

How To Create A SFTP REST API with DreamFactory

Jason Gilmore - January 10, 2024 Our team regularly holds detailed technical discussions with some of the largest companies in the world. From these many discussions it’s become quite apparent that lying somewhere beneath the fancy logo and glitzy commercials you’ll find IT departments relying on tried-and-true technologies and protocols to get the job done.

Chat with Devs | Episode 1 - Kernel and Network Tracing with eBPF |

eBPF is the kernel technology for a new generation of networking, observability and security tools. This will give attendees knowledge of how eBPF can be used to trace every action taken on a running system and know what is happening inside the kernel. The main advantage of using eBPF for tracing is that you can access almost any piece of information from the Linux kernel and your applications.

The Best On-Premises API Management Software

API management software plays a crucial role in ensuring the smooth operation and governance of APIs. When it comes to API management, one option is to consider is selecting the best on-premises API management software. On-premise API management software is a solution installed and hosted within a company’s internal infrastructure, providing tools for creating, securing, managing, and analyzing APIs without relying on external cloud services.

Scalable Architectures with Vue Micro Frontends: A Developer-Centric Approach

In this article, which is based on my talk at VueConf Toronto 2023, we'll explore how to harness the power of Vue.js and micro frontends to create scalable, modular architectures that prioritize the developer experience. We'll unveil practical strategies, best practices, and real-world use cases that empower developers to build robust, maintainable applications without compromising on agility.

How To Create A PostgreSQL Stored Procedure

Introduced in PostgreSQL 11, these procedures are a game-changer for database efficiency, allowing for pre-compiled and reusable SQL code. In this article, we’ll how to create PostgreSQL stored procedures, a key tool for scaling up and streamlining database operations. Whether you’re a novice or an expert in PostgreSQL, this guide offers valuable insights into maximizing the effectiveness of stored procedures in your database management.

Announcing the Kong Konnect Mesh EKS Blueprint Add-on

We’re excited to announce a new addition to our Kong Konnect EKS Blueprint Family: the Kong Konnect Mesh EKS Blueprint Add-on to deploy your Mesh Zones. Deploy your zones securely on AWS with the new Mesh Manager offering in Kong Konnect. It gives you an opinionated install of Kong Mesh to quickly ramp up on Kong Konnect’s Mesh Manager on Amazon EKS. Let’s dive in.

Zephyr Squad Test Management in Jira | In-Depth Walkthrough

Embark on a journey of streamlined test management in Jira with Zephyr Squad Cloud! Our in-depth walkthrough shows Squad's core test planning and execution tools. Elevate your testing game with seamless automation using BDD and CI tool integrations. Uncover valuable insights into your progress through essential reporting tools.

Kong Konnect is now available on the Google Cloud Marketplace

Now you can find and purchase Kong Konnect through the Google Cloud Marketplace! Kong Konnect is the unified API platform that allows you to manage multiple gateways across service meshes, ingress, cloud, and Kubernetes providers no matter where they run — on-premises, hybrid, cloud, or multi-cloud.

REST APIs vs. RESTified Endpoints

Understanding the differences between REST APIs and RESTified endpoints is crucial. REST APIs represent traditional methods of resource access, while RESTified endpoints offer a more dynamic and efficient approach, particularly in environments that necessitate rapid development and flexibility. This article aims to dissect REST APIs vs. RESTified endpoints, highlighting their key differences and determining which might be best suited for specific development scenarios.