Systems | Development | Analytics | API | Testing

%term

PHP Handlers: Why They Matter and How to Choose the Best One

In obsessing over the best frameworks and coding practices for their PHP applications, developers often fail to look beyond their code for optimization and boosting performance. They often fail to realize the crucial role of the server setup, the PHP handlers, and the system environment in your application failing or succeeding out there. Apache server and web hosting manager (WHM) configurations can seem obscure at first, and it’s challenging to keep track of every config option.

Authentication and Authorization for RESTful APIs: Steps to Getting Started

Why do APIs require authentication in the first place? Users don't always need keys for read-only APIs. However, most commercial APIs require permission via API keys or other ways. Users might make an unlimited number of API calls without needing to register if your API had no security. Allowing limitless requests would make it impossible to develop a business structure for your API. Furthermore, without authentication, it would be difficult to link requests to individual user data.

Which Stitch Alternative Should You Choose? Top 7 Stitch Alternatives

Stitch is a popular cloud-based Extract, Load, Transform (ELT) tool. Stitch seamlessly moves data between databases, warehouses, data lakes, SaaS services, and other applications with no code required whatsoever, making it a valuable weapon for data integration. However, the platform has limited data transformation capabilities and, away from its free tier, charges users for the amount of data they use per month, which often works out to be more expensive than other pricing models in the ETL/ELT space.

DreamFactory 4.9.0 Released

DreamFactory 4.9.0 has arrived! This release includes a mix of bug fixes and UX improvements. Perhaps the most notable change is the addition of a “Quick Links” section (see attached screenshot) to an API’s Overview tab. It’s now possible to jump directly to an API’s scripted endpoints, API documentation, and associated roles!

Consumption-based Pricing: Ensuring Every Customer's Value and Success

Consumption-based, aka usage-based, pricing is hardly new. Anyone with an electricity, gas, or water bill knows that the amount you pay each month varies depending on your usage. More recently, disruptive companies have pushed other industries (transportation, hospitality, communications, and insurance) to transform by providing usage-based products and services via software applications. As consumers, we see this all around us, when we hail an Uber or choose a short-term rental on AirBnB.

From 3 Weeks to 3 Hours: How Signagelive Sped up Regression Testing by Switching to Automation

In early 2016, Signagelive—a digital signage company—had an informal approach to QA. When developers had time, they performed a few manual tests ahead of each software release and hoped for the best. This allowed the company to focus on growth and building new features, but the company reached a point where the number of bugs clients found was unacceptable.

A Getting Started Guide to Setting Up Jenkins

The goal of this getting started guide is to help teams get Jenkins continuous integration (CI) servers configured, and discover how to make a newly deployed CI infrastructure fully operational. Jenkins is a leading open source CI server. It is flexible, providing hundreds of plugins to support building, testing, and deployment, and is capable of automating any project. Jenkins CI infrastructure can be deployed to on-prem, in the cloud using configuration management tools, and third-party vendor.