If you work with SQL, you understand the importance of being able to monitor your queries, not to mention how critical it is to have an accurate analysis of ...
It's important to know the ins and outs of each of the myriad data types available in SQL Server. Look at those data types to see what you should use when designing your database.
If you don't have an HTTP REST API, you may have a mess of database tables that require several requests to construct a meaningful interface. Here's how to deal with it.
Here we see the wrench that poorly implemented mutable values throws into your code. Learn about the symptoms and solutions you can use to fix the problem.
Learn about some of the tools you can use to help clients consume your API and create integrations by ensuring that it has informational documentation.
JSON is a helpful way to transmit data. Now, N1QL can query it thanks to a CURL update in Couchbase 5.0. See how to connect to various endpoints to do just that.
The first time I built a boolean logic rules engine, I forgot what sleep was and lost all sense of fear — but I managed to do it. Now, I'm teaching YOU how to build one!
Learn how to handle and distribute requests properly and improve the QoS for the ODBC, JDBC, and OData APIs that you generate using Hybrid Data Pipeline servers.
Password expiration is tricky with using Azure AD Connect, but a new tool, Pass Through Authentication, will bridge the gap between cloud and on prem password policies.
In order to capture API calls from arbitrary environments, we had to create middleware for many of the common web API frameworks. Here's what we learned.
Containerizing databases makes a lot of sense—especially for dev and test environments. See how to containerize your Oracle Database with build files provided by Oracle.