Systems | Development | Analytics | API | Testing

Latest Posts

What Are the Elements of Digital Transformation?

If the elements of digital transformation weren’t a priority for organizations before COVID-19, they’re at the top of the agenda now. According to Statistica, post-COVID digital transformation spending has skyrocketed in 2020 with an expected 10.4% increase by the end of the year. As the pandemic continues, businesses are facing remote team challenges and pressure to increase operational efficiency. Therefore, the trend toward digital transformation is likely to continue.

What is a Webhook?

A webhook provides a decoupled means for an application to provide real-time updates to other applications. A great example of webhook integration is Slack, which can automate the publication of messages to channels and users. Configured inside the Slack administration panel, a Slack webhook is identified by a unique URL, such as https://hooks.slack.com/services/12345/qwert/.

The Best Guide to Docker, Kubernetes, & Container-Based Systems

We’re taking a closer look Container-Based Systems. The rise of the microservices-based applications has allowed global enterprises – like Amazon.com, Netflix, Uber, and Airbnb – to achieve unprecedented market dominance. Central to making these microservices-based applications possible is the concept of containerization, and at the core of containerization are Docker and Kubernetes – the two most widespread solutions for building and managing container-based applications.

How to Incorporate Facebook OAuth 2.0

There is no debate that the advent of OAuth 2.0 made the lives of developers everywhere better. OAuth 2.0 makes adding an authentication system to your app or web page became considerably easy. Many different service providers support the OAuth 2.0 spec and, in turn, so does DreamFactory. Below are the supported OAuth services DreamFactory which are supported natively.

Executing SQL Joins in REST APIs Using DreamFactory

As a follow up to our previous blog post about retrieving related data from that REST API, I wanted to dive deeper into the power of the “related records” feature of DreamFactory’s database-backed APIs. One of the powerful features of SQL databases is the ability to relate separate data records and perform queries that retrieve that related data all at once. One problem is that this requires a fairly in-depth knowledge of your database, it’s schema, and SQL syntax.

The REST API Roundup!

REST Is the default setting for most developers! At least 83% of APIs use REST, while another 15% use SOAP. DreamFactory is a REST API management platform, making it easy for you to create RESTful applications. We can instantly build a secure, live REST API on top of your current SOAP solution! We want to help you get on the best track with your REST API endeavor! Here are our top resources below.

7 Tips to Write Great API Documentation

Developers build REST APIs so people can use their applications, and they write great API documentation so people can use their APIs. But for some reason, writing API documentation that is both pleasurable to read and easy to work with is a skill that many developers lack, so let’s get this clear: Your API is only as great as your API documentation. Below, we explore seven tips for writing great API documentation.