Systems | Development | Analytics | API | Testing

Setting Up a Multi-tenant Phoenix App for Elixir

Apps built with Elixir can support massive scalability, real-time interactivity, great fault tolerance, and the language's syntax is actually a joy to use. Elixir is a natural fit for applications such as chat apps, data dashboard apps, and anything needed to support a large userbase. In this article, we'll use Elixir — specifically, the web framework Phoenix — to build a multi-tenant link shortening app. Let's get started!

API Generation vs. ELT/ETL | Key Differences

Organizations often grapple with the choice between two distinct but equally vital technologies: API generation and ELT (Extract, Load, Transform) solutions. While both serve as essential tools, they stand at opposite ends of the data management spectrum. API generation focuses on facilitating real-time data access and dynamic communication between software applications, whereas ELT specializes in the consolidation, transformation, and preparation of data for analytics.

Implications of the AI Executive Order for Government Procurement Systems

Artificial intelligence holds the potential to enhance efficiency, streamline processes, and improve decision-making across various government sectors. But without robust safeguards, there is a heightened risk of biased decision-making, privacy breaches, and misuse of sensitive data. The Biden administration’s AI executive order establishes new standards for AI safety and security as well as for responsible use of AI at federal agencies and in state and local governments.

Creating Great Developer Experiences with Metrics and Automation

In API development, the discourse often gravitates towards technical specifics and functionality. While attending the 2023 Platform Summit hosted by Nordic APIs in Stockholm, our head of Developer Relations, Matt Tanner, shifts the spotlight to the critical yet underappreciated facet of developer experience. His insights underscore its centrality in API adoption and effectiveness. Here’s some highlights.

Deep Dive: Building an API Monetization Stack

API monetization is a nuanced and complex process that demands both strategic business understanding and technical expertise. While at the 2023 Platform Summit by Nordic APIs, our Head of Developer Relations, Matt Tanner, recently shed light on this topic, emphasizing the bespoke nature of API monetization strategies and the importance of aligning business needs with technical capabilities.

Tracking Product Qualified Leads with Moesif

In the business world, the best case scenario is a client who wants what you can provide. Having a highly engaged, informed, and active consumer means having a partner who can help make your product and market performance that much better. The gold standard in this category is a PQL, or a Product Qualified Lead. What exactly is a PQL? And why is it so beneficial to target?

How to Connect Cloudflare with Moesif

Integrating Cloudflare with Moesif allows businesses to leverage Cloudflare’s robust network services along with Moesif’s sophisticated API analytics and monitoring. This integration can be particularly beneficial for understanding user interactions with your APIs and improving API performance and reliability, and is quite easy to accomplish. There are two core paths to using Moesif with Cloudflare.

Choosing the Right API Monetization Solution: Apigee vs. Moesif for Different Customer Sizes

As companies increasingly rely on API based systems and processes, API management becomes more and more important, serving as the linchpin for facilitating communication between internal and external applications or services. Deciding which API management solution best fits your business’ use cases is no easy feat. Picking a tool that caters to the complex needs of your organization’s digital transformation starts with understanding the market and your products’ needs.

Setting the New Standard for Mobile DevOps - Bitrise vs Self-hosted solutions

Is self-managed CI infrastructure crushing your soul? Reach out to us or download our latest datasheet to learn more about how Bitrise can help your mobile engineering organization deliver with its fullest potential. Build better mobile applications, faster! Save time, money, and developer frustration with fast, flexible, and scalable mobile CI/CD that just works.

How to build your own user authentication system in Rails

When building an app, you'll probably need to handle user authentication in one form or another. In Rails applications, several pre-built libraries and gems make it a breeze to build user authentication including well-known libraries like Devise, Doorkeeper and OmniAuth. These libraries work well out of the box, but there's a caveat, as developers must follow certain configuration and design rules for each library.