Systems | Development | Analytics | API | Testing

Adding user tracking to your Node.js RESTful API with Moesif

Join Matt as he shows users how to add user tracking to your Node.js RESTful API with Moesif. In this tutorial, we will cover how to: Tracking users' server-side interaction greatly increases the value of API monitoring and analytics. With Moesif, begin tracking your API calls by user in a matter of minutes.

A Cloud Native + Infrastructure as Code Love Story

We love abstractions. We want to make things easier for developers, teams and end users. In doing that, sometimes we build things a little bit too complex for those who don’t already understand the pain points for which the abstraction layers were built. Kubernetes is an example of this; it solves a very real, very painful problem, but it is notoriously difficult to wrap your head around.

Mid Atlantic Meetup | May 2021 - What can APIs and Microservices tell us about organizations?

Architects are tasked with seeing that organizations meet their objectives with speed and quality, for a reasonable cost. This simple mission is anything but simple. Security, analytics, and everything in-between present themselves as forces to be acknowledged and considered. Building APIs and Microservices present new puzzles to be solved for architects. Or do they? In this session, we attempt to detect patterns that present themselves in organizations, which have their root in human elements. Yet reliably manifest in technology.

Understanding the Basics of Envoy Configuration - Denver Meshy Mesh Meetup

Envoy is a key part of a number of service meshes currently on the market, including Istio and the Kuma CNCF Sandbox project. As such, it is often helpful to better understand how Envoy is configured to operate as a data plane in a service mesh. In this session, you’ll learn about the basics of Envoy configuration, like listeners, filters, clusters, and endpoints.

Deploying a Multi-Cloud API Gateway on AWS and GCP

After you’ve built your microservices-backed application, it’s time to deploy and connect them. Luckily, there are many cloud providers to choose from, and you can even mix and match. Many organizations, like Australia Post, are taking the mix-and-match approach, embracing a multi-cloud architecture. The microservices that make up a system no longer have to stay on a single cloud.

Play with the Speedscale - no registration required

For the first time, Kubernetes engineering teams interested in learning more about Speedscale will be able to play with the framework without registering, at play.speedscale.com. Engineers can see firsthand how you: While users won’t be able to actively watch replays run, there are a variety of pre-created traffic snapshots, reports and configs to browse. Engineers will be able to experience the ease with which snapshots are generated for fast, scalable test automation.

A Concise Introduction to REST APIs

A REST API — or representational state transfer application programming interface — is a data interface that allows for the creation and consumption of resources. It’s not just for GET requests, but also for other HTTP verbs such as PUT, POST, and DELETE. REST APIs can also handle CRUD (Create, Read, and Update, and Delete) operations. In this way, a REST API is a software bridge between two levels of abstraction in a system.