Systems | Development | Analytics | API | Testing

Blog

API First Development | Why API-First Development Matters

Jeremy H - March 4, 2024 API-first development prioritizes designing and building application programming interfaces (APIs) before any other components of the application. This approach ensures that APIs, which allow different software systems to communicate, are central to the development process.

Generating Dynamic IDs in JMeter for Enhanced Test Automation

In JMeter, generating dynamic IDs that can be used in subsequent steps of your test plan is a common requirement, especially when testing applications that require unique identifiers for transactions or user sessions. Here are several methods to generate and use dynamic IDs in JMeter.

iOS Core Data Explained: Storing data using Swift

Core Data enables us to manage the model layer of an Apple application. This layer is a crucial part of our app’s engine room, allowing the pretty bits at the front end to interact with the data and business logic at the back. We love Core Data because it provides a powerful database technology framework, and it’s built on top of the SQLite management system, which requires zero configuration or external storage space.

Analyzing the WEF's 2024 Cybersecurity Report: Insights for Tackling Cyber Inequity

“No country or organization is spared from cybercrime, yet many are direly underequipped to face the threats effectively, and we cannot have effective global response mechanisms without closing the capacity gap. Key stakeholders must work collaboratively towards immediate, strategic actions that can help ensure a more secure and resilient global cyberspace.” – Jürgen Stock, Secretary-General of INTERPOL.

7 Compelling Reasons to Choose Cloud BPM (Business Process Management)

As business leaders cautiously navigate the uncertainties of 2024, marked by the mainstreaming of AI, heightened regulatory oversight, cost pressures, and supply chain disruptions, the need for agile and efficient business processes has never been more pressing. Amidst this backdrop of uncertainty, cloud BPM shines as a beacon of opportunity, offering organizations a transformative approach to streamline operations, drive innovation, and achieve better business outcomes.

Metadata Management & Data Governance with Cloudera SDX

In this article, we will walk you through the process of implementing fine grained access control for the data governance framework within the Cloudera platform. This will allow a data office to implement access policies over metadata management assets like tags or classifications, business glossaries, and data catalog entities, laying the foundation for comprehensive data access control.

SFTP Setup: Securing Your File Transfers

Data integration is a vital practice for organizations seeking to leverage the wealth of information available to them. To achieve this, it's crucial to establish a seamless method of sending data from multiple sources to a centralized repository, such as a data warehouse. One commonly employed solution is SFTP (Secure File Transfer Protocol). In this comprehensive guide, we'll delve into the details of SFTP, explaining what it is and how to configure it securely for file transfers.