Systems | Development | Analytics | API | Testing

API Design-First: Enhance Your Development Process

Why should you prioritize an API design-first approach in your development strategy? This essential methodology promotes early and thorough API specification, fostering a blueprint that guides the entire development process. You can cut straight to improved efficiency, consistency, and quality in your API projects by embracing this approach from the start.

How to Align API Metrics to Business Objectives

Join Matt Tanner, Head of Developer Relations at Moesif, for a deep-dive webinar on aligning API metrics with your business objectives. In this session, you'll learn how to move beyond traditional infrastructure metrics like uptime and latency and instead focus on metrics that drive customer value and business growth, such as adoption, engagement, and retention. Matt shares actionable insights on: This webinar is perfect for product managers, developers, and business leaders looking to enhance their API strategies and drive significant business outcomes.

SwiftUI Colors: Tips and Best Practices for Developers

It might be a cliche, but first impressions really do count. Whether it’s a first date, a job interview or the UI design of your app, looking the part is a massively important consideration. Today we’re going to look at how we can use the SwiftUI Color structure to enhance the visual appeal of our apps and make the right impression on our users.

Heroku + Moesif: Unleashing Deep API Analytics for Your Applications

With API-driven applications being increasingly common, understanding how your APIs are performing is crucial for success. That’s where the combination of Heroku and Moesif allows developers and their organizations to step up their observability game. In this blog, we will quickly examine how you can integrate Moesif with your Heroku app to begin monetizing and analyzing your API traffic. Let’s kick things off by taking a brief look at both platforms.

The Ultimate Guide to API for Developer Productivity

In this guide, we help you navigate the API landscape with confidence as a developer. This no-nonsense guide spotlights RESTful, SOAP, and GraphQL APIs and their roles in optimizing your projects. We discuss best practices and integration strategies that can refine your development toolkit, helping you build resilient, interconnected software systems with ease.

Introducing Sparse Streams: A New Lightweight Branching Option for Perforce Helix Core

Sparse Streams is a new way to achieve lightweight branching in Helix Core. In this clip from our recent webinar, Senior Director of Product Management Brent Schiestl gives a deep dive into this highly-anticipated feature. Learn how it can help you.

6 Critical Features of Enterprise Intelligence Solutions

Data is the lifeblood of businesses. But the vast amount of data businesses accumulate makes it difficult to turn that data into actionable insights. Enterprise intelligence solutions offer a system for collecting, managing, analyzing, and monitoring your process and business data. A good enterprise intelligence solution empowers organizations to make informed, data-driven decisions, enhance operational efficiency, and maintain a competitive advantage.

Lessons on fan engagement - from Xalt, Genius Sports and more...

In the ever-evolving world of sports and entertainment, fan engagement has emerged as a critical factor in driving retention and long-term success. At the Ably Realtime Fan Engagement Summit in New York City, industry experts shared valuable insights into the relationship between fan engagement and retention, emphasizing the importance of creating compelling digital experiences and fostering genuine connections.

How to Use Tailwind CSS for Your Ruby On Rails Project

It's hard to overstate the importance of Cascading Style Sheets (CSS) for all websites. Since the first CSS standards were published in late 1996, we have come quite far regarding features and ecosystems. Several frameworks have appeared and proved popular, one of the most recent being Tailwind CSS. In this post, we'll first examine Tailwind's utility-first approach before diving into how to use it in a Ruby on Rails application.

Develop a Serverless TypeScript API on AWS ECS with Fargate

AWS Fargate is a serverless compute engine that allows you to run containers without managing servers. With Fargate, you no longer have to provision clusters of virtual machines to run ECS containers: this is all done for you. Fargate has an Amazon ECS construct that can host an API. In this take, we will build a Fargate service using the AWS CDK, put the API in a docker image, and then host it inside Amazon ECS. The API will be a pizza API and we'll store the data in a DynamoDB table.