Systems | Development | Analytics | API | Testing

Creating a PostgreSQL API in Minutes with DreamFactory

Handwriting code for database APIs can be a time consuming and expensive process that often exposes organizations to a variety of risks relating to quality, consistency, and developer effort. DreamFactory specialises in REST API generation for a range of databases that gives you the ability to generate a secure, fully documented API in minutes.

Power End-User Computing the Smart Way

In January 1983 the computing world changed forever: Lotus 1-2-3 was released. This early spreadsheet program for IBM PCs ushered in the modern business computing environment by providing business users with a way to take ownership of their own solutions. Instead of relying on the IT department, users could use 1-2-3 to build applications by themselves, ushering in the era of end-user computing (EUC). Fast forward to today, and end-user computing is as popular as ever.

A Conversation with KPMG: Identifying Top Supply Chain Trends

We recently sat down with several supply chain experts to identify the trends impacting global supply chains and what to expect going forward. KPMG Partner Peter Liddell weighed in on everything from the continuous disruption caused by materials shortages and geopolitical conflict to best practices for adapting to these challenges.

Subscription Filters: Simplify your channel architecture and save costs

We're excited to share Ably’s newest feature, Subscription Filters. It gives subscribers to a channel the ability to easily create their own custom realtime data feeds, by selectively subscribing to receive only part of the data from the channel. For a publisher, the advantage is being able to create personalized data streams for large numbers of individual clients, without having to worry about the scalability, maintenance, and reliability of a complicated realtime data feed infrastructure.

Interview with Director of Data Science, Jyotika Singh

For our latest specialist interview in our series speaking to technology leaders from around the world, we’ve welcomed Jyotika Singh, Director of Data Science at Placemakr. Jyotika has focused her career on Machine Learning (ML) and Artificial Intelligence (AI) across various industry verticals, using practical real-world datasets to develop innovative solutions. Her work has resulted in multiple patents that have been utilized by well-known tech companies for their advancements in AI and ML.

Bringing Gateway API for Mesh to Kuma

The release of Kuma 2.3 brings experimental support for GAMMA (Gateway API for Mesh Management and Administration) resources. Kuma has long supported Gateway API with the built-in gateway for ingress traffic but with GAMMA support, users can specify how to route and modify in-mesh traffic using the well-known HTTPRoute resource from Gateway API. Gateway API is a project focused on improving the APIs around networking between services in Kubernetes clusters.

Migrate Your Express Application to Fastify

Welcome to the final part of our Express to Fastify series. In the previous installments, we explored the unique features and advantages of Fastify over Express. Now, you'll put what you've learned so far into practice by migrating an existing Express application to Fastify. You'll avoid rewriting an entire application from scratch by gradually transitioning to Fastify.

Keep Your Ruby App Secure with Bundler

This article covers the use of bundler features to secure Ruby applications. In this day and age, we have to be more and more careful about software supply chain security. We'll show you how to start this journey by relying on a Gemfile and bundler to manage your project's dependencies. By the end of the post, you will better understand how bundler audit and bundler outdated work. Both can help you monitor the security state of your project's dependency tree. Let's dive in!