Systems | Development | Analytics | API | Testing

3 Process Mining Success Stories and 6 Common Use Cases

Process mining is a trusted tool for continuous improvement. It helps you understand your business processes as they actually are, shows you all of the variants and deviations, and provides suggested explanations for why process problems are occurring. Knowing how process mining works is one thing—putting it into practice is another. How do you know what makes a process a good candidate for mining? And how can you build a business case that a process needs to be mined?

Private AI vs Public AI: 4 Key Facts

Artificial intelligence (AI) has reached a tipping point in the public consciousness. Much of this has been driven by technology developments related to large language models (LLMs) and the release of generative AI tools, including ChatGPT from OpenAI. However, for enterprises shaping forward-looking AI strategy, a critical part of the conversation that needs to be addressed is the issue of private AI vs. public AI.

How to Restart a Kubernetes Pod Using kubectl

Restarting a Kubernetes pod can be necessary to troubleshoot issues, apply configuration changes or simply ensure the pod starts fresh with a clean state. With the power of kubectl, you’ll be able to gracefully restart pods without disrupting the overall application availability. This post will walk you through the process of restarting pods within a Kubernetes cluster using the command-line tool, kubectl. Let’s dive in and learn how to effectively restart Kubernetes pods using kubectl!

Modernizing API Development With Code Automation

APIs have revolutionized how businesses interact with their customers and partners. By providing a simple, standardized interface, APIs allow companies to expose their functionality as services that anyone can access. However, managing and maintaining APIs can be a time-consuming and expensive process. Automating the code generation and testing processes can help reduce costs while improving quality and consistency.

End-to-End API Monetization with .NET, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to monetize their APIs. Some are simple but not customizable, some are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created a feature a few months ago called Billing Meters which gives massive customizability but with a minimal amount of code and engineering effort.

How to simplify rental property management using software

Managing rental properties can be daunting, especially for landlords juggling multiple properties and tenants. From rent collection to maintenance requests, the responsibilities can quickly pile up. Fortunately, technological advancements have paved the way for innovative solutions that simplify property management. With tenant-landlord apps and other property management software, you can now manage tenants and collect rent easily on your smartphone! It's amazing, and one of the myriad things to appreciate technology for.

Top Payment Gateway APIs for Developers

Welcome to the fascinating world of Payment APIs! Imagine you're a budding entrepreneur with a brilliant idea for an online store. You want to offer a seamless payment experience to your customers, ensuring smooth credit card transactions and hassle-free order tracking. But where do you start? That's where Payment APIs come into play! Now, let me ask you a question: Have you ever purchased something online using your credit card? Of course, you have!

Understanding API Calls: A Comprehensive Overview

Application Programming Interface (API), is like a hidden gateway that holds the key to unlocking a world of interconnected possibilities. An API acts as the intermediary software that sends a request to a server and subsequently transmits the server's response back to the client. It acts as a secret passage connecting various software systems, enabling them to communicate, collaborate, and exchange information seamlessly.

Measuring latency from the client side using Chrome DevTools and N|Solid

Almost every modern web browser includes a powerful suite of developer tools. In our previous blog-post we covered How to Measure Node.js server response time with N|Solid, read more 👉 HERE. The developer tools have a lot of capabilities, from inspecting the current HTML-CSS and Javascript code to inspecting the current ongoing network communication client-server.