Systems | Development | Analytics | API | Testing

Latest Blogs

6 qualities to look for in a software testing partner

When developing customer-facing software, the end user’s overall experience is vital to business retention and next stages of development. Just as it’s essential for software developers to deliver crisp customer experiences, the same applies to businesses responsible for assuring the quality of customer experiences.

How Xplenty Simplifies Heroku PostgreSQL Data Integration

What can you do with data collected on Heroku PostgreSQL? How will you analyze it and integrate it? With Xplenty, of course! Xplenty lets you connect to a PostgreSQL database on Heroku, design a Dataflow via an intuitive user interface, aggregate the data, and even save it back to PostgreSQL on Heroku or other databases and cloud storage services.

Configuring a PingFederate SAML Connection in DreamFactory

All DreamFactory APIs are private by default, requiring at a minimum an API key for authentication purposes. The API key is associated with role-based access control (RBAC) which determines what actions the client responsible for supplying the API key can undertake with regards to the API. OAuth 2.0 makes adding an authentication system to your app or web page considerably easy. Many different service providers support the OAuth 2.0 spec and, in turn, so does DreamFactory.

Apache Ozone and Dense Data Nodes

Today’s enterprise data analytics teams are constantly looking to get the best out of their platforms. Storage plays one of the most important roles in the data platforms strategy, it provides the basis for all compute engines and applications to be built on top of it. Businesses are also looking to move to a scale-out storage model that provides dense storages along with reliability, scalability, and performance.

Monitor The Speed of Your Website

An easy way to monitor the speed and rendering of your website, also how fast your website or any of the web pages on your website is to use the Website Performance Monitoring Service from LoadFocus. Why does this matter? Well, first of all you want your website to appear in search engines like Google in the first results. The speed of your websites and other metrics matter a lot on how search engines position your web pages in the search results.

Node.js's Underrated Combo: Passport and CASL

It’s easy to get lost with dozens of plugins and frameworks when starting a new project that requires basic authentication and authorization capabilities. It doesn’t have to be that way. In this article, we’re going to explore two valuable Node.js packages — Passport and CASL — that can help you boost the security of your application by providing both authentication and authorization functionality.

Change Data Capture and Kafka to break up your monolith

Getting data from a database into Kafka is one of the most frequent use cases we see. For data integration between enterprise data sources when migrating from monolith to microservices, what better than CDC? We talked about breaking up a monolith and the importance of data observability previously. Now we’re showing you how to do it with a typical microservices architecture pattern including PostgreSQL, Debezium and Apache Kafka.