Systems | Development | Analytics | API | Testing

%term

Streamlining Cloud Native App Development in Kubernetes with Prioritized API Management

For years, we've witnessed how applications have shifted to the cloud, driven by cost savings, flexibility, on-demand access, scalability, and faster deployment times. During that time, new architectural best practices for building cloud native applications have emerged. (For more insights, refer to this whitepaper.) Yet despite these advances, it remains difficult to build cloud native applications that fully take advantage of Kubernetes, the platform of choice for most cloud deployments.

University of British Columbia HART Accelerates Deployments with Koyeb

In the face of Canada’s housing crisis, the University of British Columbia’s Housing Assessment Resource Tools (HART) set out to make government census data more accessible. By developing more intuitive tools and offering valuable resources, HART plays a key role in providing essential information for governments, housing developers, and the public to make informed, data-driven decisions.

The Best Data Lake Tools: A Buyer's Guide

A data lake is a main storage repository that can hold vast amounts of raw, unstructured data. A data lake is not the same as a data warehouse, which maintains data in structured files. Five key takeaways about data lake tools: A data warehouse uses a hierarchical structure, whereas the architecture of a data lake is flat.

Snowflake Improves Query Duration by 20% on Stable Workloads Since We Began Tracking the Snowflake Performance Index

Earlier this year at Snowflake Summit, we announced the public launch of the Snowflake Performance Index (SPI), an aggregate index for measuring real-world improvements in Snowflake performance experienced by customers over time. In this post, we provide our biannual update to showcase the latest improvements.

Understanding White Box Testing of #AI Models | Toni Ramchandani | #softwaretesting #testautomation

In this informative session, Toni Ramchandani sheds light on the essential practice of white box testing of AI Models, where participants will uncover the internal mechanics of AI models, gaining valuable insights into neuron activation, layer functions, and model interpretability. From honing skills in robustness and reliability testing to addressing bias and fairness concerns, attendees will explore a comprehensive range of topics crucial for ensuring the effectiveness and ethicality of AI systems.

Health Care Outside of the Box

How enterprise-grade data management creates better and more efficient care. In the last few years, the acceptance of telehealth has become more widespread as patients and providers found they could maintain continuity through phone and video collaboration, instead of in-person visits. In many cases, a level of care that once required a drive to the clinic or hospital could be delivered over a mobile phone or laptop, with no travel and no waiting room.

Building reusable UI components in Rails with ViewComponent

Reusable UI components are user interface widgets or elements that can be used in various places in a web project. These components are typically small and created for a specific functionality. Typically, you write the code once and then import the UI components wherever needed. For example, you can create a card component that displays certain information or have a navigation bar that will appear at the top of all web pages. Such UI elements can be imported and added to your desired web page.