Systems | Development | Analytics | API | Testing

%term

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.

5 Post-Launch Steps to Make Your App Successful

This post originally appeared on the Build Blog by ThinkApps. View the original post by Runscope’s VP of Developer Relations, Neil Mansilla. So you’ve designed, built and launched your app. Before you pat yourself on the back and move on to the next project, your work isn’t quite done. In order for your app to gain adoption, consistently delight users and be successful for the long haul, you need to put certain systems and workflows in place.

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.

Celebrating Innovation and Excellence: Announcing Snowflake's Data Drivers

Snowflake announced the global winners of the sixth annual Data Drivers Awards, the premier data awards that honor Snowflake customers who are leading their organizations and transforming their industries with the AI Data Cloud. This year’s winners of the Data Drivers Awards include data leaders from across global organizations, including Caterpillar, Bentley, Mitsubishi Corporation, Zoom and more.

Episode 10: Exploring data innovation in healthcare | Merilytic Health

Erin Rebholz, former McKesson executive and President of Merilytic Health, discusses the role of cloud-based solutions, data governance and interoperability in improving clinical outcomes and patient care. Erin emphasizes the importance of effective data sharing and the potential impact of AI and machine learning on healthcare, offering insights into evolving data analytics practices that can empower healthcare providers.

Automating API Delivery with APIOps and Kong

As organizations build more APIs, manual processes and frequent handoffs in the API development workflow can lead to a slower time to market, higher development costs, and poor-quality APIs. They can also result in APIs being poorly documented, causing poor API adoption and lower revenues. APIOps aims to address these issues by automating the entire API lifecycle, leveraging DevOps and GitOps principles. But what is DevOps, and what is GitOps?

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.