Systems | Development | Analytics | API | Testing

October 2024

From Vision to Venture 03: Gregory Koberger - Founder of ReadMe

From Vision to Venture is a Moesif podcast that highlights some of the biggest wins and challenges in the startup space today. Every episode, we talk to different founders to discover strategies they’ve used on their journey from early-stage startup to later-stage growth. Whether you want to hear more about managing life as a founder or raising a round of investment, this is the podcast for you.

Using Moesif with Middy and Serverless for AWS Apps

See the GitHub repository for the source code of this article’s example project. Serverless is a popular framework to build serverless apps using AWS Lambda on the Node.js runtime. Serverless automatically orchestrates necessary resources on AWS and can scaffold a basic project for you that you can build up on. You can solely focus on your application’s core logic, development, and your Lambda functions.

Find the Best Metered Billing Software for Your Business

Did you know that 72% of SaaS companies plan to adopt usage-based pricing in the near future? It shows a growing demand for flexible, consumption-based billing models. If you want your business to stay ahead of the curve, you need the right tools to capitalize on this trend. Metered billing aligns revenue with customer consumption. It offers numerous benefits like improved customer satisfaction, increased trust, and reduced churn.

The Fall and Rise of Embedded Plugins: The Trend Away from IFrames

IFrames were used, and are still used, in many embed frameworks. After much experimentation, including many unsuccessful platforms, iframes have proven themselves to be a simple and powerful way to let partners customize your experience. However, their limitations are also known: Consequently, platform teams have tested and continue to test alternatives. Certain platforms now exclude iframes entirely, while others combine iframes with non-iframe alternatives.

The Fall and Rise of Embedded Plugins: APIs For Embed Frameworks

Although important to see alternatives to iframes, iframes are still a valuable and commonly applied method for successful embed frameworks. And even if considering alternatives, iframes help to understand possibilities, along with design and technical details to consider for a successful platform. There’s more to embed Frameworks than letting partners appear in your interface.

The Fall and Rise of Embedded Plugins: IFrames - the Default Choice for Embedded Integration Design

With the rise in popularity of embedded integrations, and continued trial and error in this space, it’s best to review the core concepts of how embed frameworks operate. There are many ways platforms open their UI to third-parties, but one is considered original - the oldest, and likely still the most common method on the web - the old iframe model. In the olden days, the common way to enable third-party content in one’s interface was by iframing.