Systems | Development | Analytics | API | Testing

Creating Python APIs

REST is an incredibly powerful solution for web APIs in the modern space. It offers a wide array of benefits that can help any service be more efficient, faster to iterate, and more stable. Python is a strong, high-level language that unlocks a high level of functionality across broad categories of systems and devices. It is human-readable, highly efficient, and widely adopted. These two technologies, when combined, can deliver an incredible product in the API space.

Moesif <> KrakenD: Performant API Analytics and Monetization

When it comes to performant API gateways, KrakenD tends to be a name that many come across in their search. With some pretty impressive benchmarks, the team at KrakenD has put performance at the forefront of their efforts. In the latest release of KrakenD Enterprise, there’s also been another focus: analytics and monetization. Because of this focus, we are excited to announce our partnership to bring these capabilities via Moesif to the KrakenD Enterprise platform with their v2.5 release.

Moesif <> Zuplo: API Observability and Monetization At The Edge

When it comes to supporting the latest tech, here at Moesif, we always aim to integrate with partners that offer something new and exciting. In the API gateway space, Zuplo has been quickly changing the game regarding platforms focused on developers and performance. Similar to the work we’ve focused on for the last few years, Zuplo customers have also been focused on understanding their APIs better and learning how to monetize them efficiently.

End the Data Entry Nightmare with AI Document Analysis

Not long after graduating college, in the late 2010s, I had a data analysis job that scarred me for life. It involved reading through hundreds of documents—some of them handwritten—and meticulously, painstakingly entering data into spreadsheets. Who among us hasn’t been scarred by a similar experience? I remember thinking, as I spent mindless hours copy-pasting rows of text from one screen to another, that there had to be a better way. Mercifully, there is.

The Next Chapter: 2024 Technology Trends Reshaping Our Digital Landscape

Since the release of ChatGPT last year, generative artificial intelligence has dominated headlines, conferences, and even my own workplace conversations. It’s been incredible to see how AI technology has so quickly changed workflows and the focus of companies. I’ve spent almost two decades working in tech, with 15 years of full stack developer experience.

Implementing API Analytics with Java

There are few technologies as ubiquitous – and crucial for business success – as APIs. APIs connect different software systems together, forming a common language that allows for substantial portability, scalability, and extensibility. What is just as important as the systems themselves is understanding the systems and discovering insights about their usage.

What is Apigee: A Comprehensive Overview

In the SaaS world, APIs are incredibly important for both internal and external communication. They serve as the enabler for seamless communication between different applications and products, enabling businesses to innovate, scale, and deliver exceptional products. Among various API management platforms, Apigee stands out as a powerful and comprehensive solution, empowering enterprises to harness and disseminate the full potential of their APIs.

iOS Geofencing: Unlocking Location-Based Capabilities for Swift Developers

In iOS, geofencing is a location-based feature that enables us to define geographical boundaries and trigger actions, or alerts, when a device enters or exits those boundaries. This feature has become vital to all kinds of apps, enabling them to deliver personal, timely and contextual experiences.

Deploy a Rails app to a VPS with Kamal

Ruby on Rails has always been at the forefront of developer productivity, and building robust, highly interactive web applications has never been easier. Rails has been accurately described as the one-person framework. However, building your app is only half the battle. The other half is publishing it for others to use. Unfortunately, being able to deploy your application has always been an afterthought for most developers.

Server-side Rendering with Next.js, React, and TypeScript

In this post, we'll explain what server-side rendering (SSR) is and how it's different from the usual way websites work. We will run you through how to use SSR with Next.js, React, and TypeScript step-by-step. By the end, you'll know how SSR can make websites faster and better.