Systems | Development | Analytics | API | Testing

%term

Allegro Trains trains-agent installation tutorial

Installation and configuration tutorial for Trains-Agent, Allegro AI's zero configuration fire-and-forget execution agent for the Allegro Trains solution. Allegro-Agent enables ML-Ops / DevOps orchestration, queue management, remote execution, automation and more - for the Allegro Trains solution. Allegro Trains is an open source machine and deep learning (ML / DL) experiment manager, versioning and ML-Ops full system solution for data science and data engineering teams and projects.

Qlik Data Analytics - April 2020 Feature Demonstration

A longer detailed demonstration on more of the demonstrable features available in the Qlik Sense April 2020 release. Note an attempt was made to create an index with time code URLs - but for some reason clicking the time-code link in the description just brings you to the start of the video. Summary Video: Demo App.

Kuma Open Governance and Community Calls

We are very proud to announce some very important community updates for Kuma, with the goal of making Kuma more open and more inclusive to the broader open source ecosystem: The Kuma project now ships with open governance guidelines! This makes Kuma the only Envoy-based control plane for service mesh with an open governance policy in the CNCF landscape.

What's Next for Developer Platforms: Embedded Integrations and APIs

This is a companion piece to Jeremy Glassenberg’s talk at the March 2020, API and IPA Meetup in San Francisco. The full video of his talk is below and on Moesif’s YouTube Channel. As popular web services extend their developer platforms for partners to integrate directly into their interfaces, design trends are forming from experiences in the world of embedded integrations.

How to Get Customer and Application Context When Logging API Calls for 3scale API Gateway

As APIs handle enormous amounts of data of a widely varying type, the critical question for any data provider is how specifically to secure this data. An authentication method that gives power to developers to build applications for all of their needs, determines who could access the APIs to protect sensitive data and ensure the request aren’t tempered. Authentication is when an entity proves an identity. Simply put, authentication is the act of verifying that you are who you claim to be.

Dissecting Rails Migrations

In today’s post, we’ll take a deep dive into Rails migrations. We’ll break down the migration into different pieces, and in the process, learn how to write an effective migration. We’ll learn how to write migrations for multiple databases, as well as how to handle failed migrations and techniques of performing rollbacks. To understand the whole post, you’ll need to have a basic understanding of databases and Rails.