Systems | Development | Analytics | API | Testing

NSLog and You: Learning How and When to Use It

NSLog is a very useful function call that iOS developers are able to utilize, and it is one of the most common development tools used to debug iOS apps. Among other things, NSLog can be used to check the value of variables, log any notes that you need to make, and check for errors when you do not have a debugger available. While NSLog is fairly handy, it is not a universal tool that can solve all of your programming problems.

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.

Introducing Choreo Marketplace and Connections

An API-first approach has become a key driver for innovation and agility in modern software development. Through this, businesses can accelerate development cycles, and create powerful, interconnected applications that meet the evolving needs of users and markets. As part of our commitment to empowering enterprises on their API-first journey, our team at Choreo is thrilled to announce the introduction of two new features – Choreo Marketplace and Connections.

How To Enhance AG Grid with Avatars: Building a Collaborative Grid with React and Ably

One of the most common UI elements in software is the tried and true data grid. The idea of organizing data into rows and columns dates back thousands of years. Though human creativity has given us many more ways of displaying data, the humble grid remains a powerful tool in the software developers toolbelt. Today, however, working with any data, including data in grids, often benefits from collaboration capabilities that allow multiple users to work together on the same data.

Node.js vs Java: Which one to consider for backend in 2025?

Are you in a dilemma about how to go ahead with your next project? Have questions related to which one is better if we compare Node.js vs Java and the major difference between the two. To bring to your notice, two prominent languages have emerged as popular choices for building robust and scalable applications: Node.js and Java.

Key Areas for Automating Your eProcurement Process

Procurement officers in state and local government agencies have a lot of responsibilities, including: It’s a highly strategic role, so it follows that a procurement officer’s time and effort should be spent on decision-making and not on mundane or administrative tasks. Requiring them to focus on tedious tasks like invoice processing is not a good use of their time. It would be akin to expecting a CEO to reconcile receipts against travel reports or to schedule and reschedule meetings.

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.

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.