Systems | Development | Analytics | API | Testing

Latest Posts

Unlocking Success With the Databox Customer Lifecycle Framework

At Databox, we put our company values at the forefront of everything we do. Prioritizing customer impact is one of the values we focus on the most, so taking the time to really understand our customers is paramount and we employ multiple strategies, frameworks, and initiatives on a daily basis to achieve this. One of those strategies is our Customer Lifecycle Framework (CLF), which reflects our dedication to prioritizing the needs of our customers at every stage of their interaction with us.

Mock Vs Stub Vs Fake: Understand The Difference

Testing software is like putting it through a series of challenges to make sure it’s tough enough for real-world use. Whether we’re testing each piece individually (unit testing) or how they all work together (integration testing), we need to be prepared for different situations. Sometimes, testing is tricky.There are times, when we need to isolate parts of our code from their dependencies.

Snowflake vs. Oracle: Which Data Warehouse is Better?

Snowflake and Oracle Autonomous Data Warehouse are two cloud data warehouses that provide you with a Single Source Of Truth (SSOT) for all the data that exists in your organization. You can use either of these warehouses to run data through business intelligence (BI) tools and automate insights for decision-making. But which one should you add to your tech stack?

Changing expectations: How DevSecOps and codeless automated software testing can help public sector agencies deliver on their missions

It’s no secret that the expectations for public sector digital services have changed significantly over the past few years; services need to be rolled out fast to ensure usable and secure software that can help agencies deliver on their mission. These expectations can be met by combining DevSecOps with codeless automated software testing.

Kong Konnect Data Plane Node Autoscaling with Cluster Autoscaler on Amazon EKS 1.29

After getting our Konnect Data Planes vertically and horizontally scaled, with VPA and HPA, it's time to explore the Kubernete Node Autoscaler options. In this post, we start with the Cluster Autoscaler mechanism. (Part 4 in this series is dedicated to Karpenter.)

Creating a Microsoft SQL Server API in Less Than 5 minutes with DreamFactory

Do you have a ton of data sources and do not know how to expose them? Do you know you need a Microsoft SQL Server API but don’t know where to begin to build it? Look no further, DreamFactory can take any database and generate a fully documented and secure REST API faster than making a sandwich. All you need is your database credentials and DreamFactory will handle the rest, instantly generating Swagger API documentation and securing your API by way of API keys.

6 Game-Changing Use Cases of Gen AI in Site Reliability Engineering

Today, Site Reliability Engineering (SRE) emerges as the key player in the fast-paced modern industries, where the demand for seamless software delivery collides with the need for reliability, maintaining this delicate equilibrium. It’s not merely a role; it’s a strategic position that safeguards system health while strategically mitigating the financial pitfalls associated with downtime.

Adopt a Zero Trust Approach with OAuth 2.0 Mutual TLS Client Authentication

In the modern IT stack, API gateways act as the first line of defense against attacks on backend services by enforcing authentication/authorization policies and validating and transforming requests. When backend services are protected with a token-based approach, client applications must obtain an access token to access the protected resource.