Systems | Development | Analytics | API | Testing

Latest Posts

Exploring the Use of Generative AI in Healthcare and Medicine

With GPT taking the world by storm, the age of Generative AI has truly begun. No aspect of human endeavor will be untouched by this revolution, from arts and media to engineering and finance. In the realm of healthcare & medicine, this cutting-edge technology holds immense potential to transform patient care, diagnostics, and treatment planning.

3 Data Silo Examples and How to Break Them Down

“Data is knowledge, knowledge is power, and bad data equals bad decisions,” says Appian Senior Solutions Consultant Ben Crawley. We’ve all felt the sting of poorly integrated solutions, hard-to-access information, and sometimes, inaccurate data. This “bad data” is often the result of information that’s spread across different systems, creating data accuracy challenges and preventing you from having a single source of truth for your organization's information.

Getting Started with TypeScript: Introduction, Examples, & Tutorial

Have you recently felt your react codebase has become unmanageable and produces an exponential amount of bugs? If yes, using React as a standalone library might be the root of the problem. React codebase tends to expand quickly in the long run, making it harder for developers to maintain accuracy in the long run. One of the alternatives for building a sustainable codebase in React is to combine it with efficient programming languages such as Typescript.

TDD vs BDD: Full Comparison

TDD (Test Driven Development) and BDD (Behavior Driven Development) are fairly similar development approaches that both emphasize testing and collaboration, yet have major differences in focus and methodology. Simply put, in TDD, developers test first, then use the test results to guide their development, while in BDD, developers express the system behavior they want to create through Gherkin syntax, then code according to those Gherkin expressions.

One Big Cluster Stuck: Platform Health

Clearly environmental health and high performance are dependent on the proper implementation, tuning, and use of CDP, hardware, and microservices. Ideally you have Visibility and Transparency into existing high priority problems in your environment. The links below will carry you to regions within the Cloudera Community where you will find best practices to properly implement and tune hardware and services.

Guide to API Testing: Understanding the Basics

APIs come in many different shapes and sizes and have been around for a long time. Whether you are brand new to the topic or think about your day-to-day in terms of RESTful methods, you are using APIs every day. “This morning I PUT on my clothes, went to the kitchen to GET a cup of coffee, sat at my computer and felt the satisfaction of finding emails to DELETE that don’t need any action from me. My morning ended up being pretty 200 OK.”

DevOps life cycle | Phases Explained with Example

The DevOps life cycle is a comprehensive approach that combines development and operations practices to streamline and optimize the software delivery process. It encompasses various phases, including planning, coding, testing, deployment, monitoring, and feedback. By integrating these traditionally separate disciplines, DevOps promotes collaboration, agility, and continuous improvement, allowing organizations to deliver high-quality software more efficiently and effectively.

Accessibility Testing: A Complete Guide

Accessibility testing is the process of evaluating that a software application, website, or digital content is usable to people with special needs or unique challenges due to physical, sensory, cognitive, or developmental impairments. The goal of accessibility testing is to identify and address barriers or obstacles in the application that can prevent these individuals from effectively using and accessing the digital product.