Systems | Development | Analytics | API | Testing

Contract Testing Guide: Definition, Process, and Examples

Imagine two companies entering into a business agreement: each knows its roles, expectations, and deliverables. Now, think of each system or microservice having a similar “contract” that defines how they communicate. This approach ensures that both the data provider and the consumer adhere to a common set of rules, reducing errors and streamlining integration.

Using JWTs in Python Flask REST Framework

JSON Web Tokens (JWTs) secure communication between parties over the internet by authenticating users and transmitting information securely, without requiring a centralized storage system. In this article, we'll explain what JWTs are and give a high-level overview of how they work. We'll also implement a JWT-based authentication system by creating a to-do list API using Flask.

AI Agent Framework: What it is and How to Choose The Right One

Just like every impressive building starts with a strong foundation, every remarkable capability in an AI agent can be traced back to its framework. AI agent frameworks or agentic AI frameworks make it possible to create smart, efficient AI agents that can serve as simple chatbots, facilitate agentic automation, or contribute to complex use cases in finance, supply chain, healthcare, manufacturing, and robotics as part of a multi-agent system. But what are AI agent frameworks?

How to Maximize Your Product's Value With Customer Engagement

Have you ever felt personally offended by a 4-star review, even after giving 110% to your customers? You’re not alone. Even the smallest product hiccup can spark a Reddit thread or a sarcastic TikTok. Getting customer engagement right is more challenging and important than ever. You will likely face ongoing challenges in customer engagement with new and evolving expectations, and meeting these needs is vital to fostering brand loyalty.

Introducing batch push notifications: send thousands with one API call

As your user base expands, so does the volume and variety of push notifications you need to send. Whether it’s transactional alerts, updates, or personalized messages, publishing notifications for thousands - or even millions - of users can quickly become a bottleneck. The more you grow, the more important it becomes to have a scalable, efficient push strategy.

Combining regular expressions with named capture groups to improve performance

Regular expressions are usually not top of mind when you think of performance bottlenecks in your application, but inefficient patterns or sub-optimal use of the APIs can make them slow. A wonderful learning opportunity for this is a recent roughly factor of 2x performance improvement patch to Doctrine DBAL’s SQL Parser. This patch was submitted by Soner from Shopware fame, thank you to him.

How to Ensure HIPAA Compliance [Full Checklist Included]

Are you leading the development or marketing of an app or website that involves protected health information (PHI)? If you have not heard the term before, PHI involves information related to an individual’s health status, healthcare, and healthcare payments. The Health Insurance Portability and Accountability Act (HIPAA) protects said individuals and their health-related information, which you must comply with before progressing further with your product or service.

The Evolution of Automation: Why Enterprises Are Turning to AI Agents

Process automation has been around for decades, but the tools under this technology umbrella have multiplied over the years. Robotic process automation (RPA) was an early tool for handling simple, routine tasks, and it’s still powerful to have in your intelligent automation arsenal. But when technologies like intelligent document processing, business rules, and workflow orchestration entered the scene, they brought new capabilities to the process automation suite.