Systems | Development | Analytics | API | Testing

Snowflake Announces Cyber Essentials Plus Certification

Ensuring a seamless data experience that complies with regulatory frameworks, particularly in the public sector, is crucial. Research from the U.K. government found as many as 32% of businesses and 24% of charities suffered online breaches or cyberattacks in the last 12 months. In this increasingly interconnected world, national stability depends on thoughtful data governance and safeguarding.

Validating Data in Elixir: Using Ecto and NimbleOptions

In the previous part of this series about validating data at the boundary of an Elixir application, we covered a few general programming tactics to try and reject invalid and unexpected data in our software. Continuing with that subject, we'll now explore how two libraries, namely Ecto and NimbleOptions, can further assist us. Let's get started!

How to use generative AI for exploratory testing? (With examples)

Generative AI is bringing a new era of “convenience” with ChatGPT, from OpenAI, taking center stage in our daily lives. From aiding in solving complex problems to generating content, this large language model has become a helpful companion for various testing-related tasks. As generative AI is becoming increasingly present in our daily lives, we should understand how to use it and account for its limitations.

Apache Ozone - A Multi-Protocol Aware Storage System

Are you struggling to manage the ever-increasing volume and variety of data in today’s constantly evolving landscape of modern data architectures? The vast tapestry of data types spanning structured, semi-structured, and unstructured data means data professionals need to be proficient with various data formats such as ORC, Parquet, Avro, CSV, and Apache Iceberg tables, to cover the ever growing spectrum of datasets – be they images, videos, sensor data, or other type of media content.

How User-Centric Approach Helps Create Better #UX | Kalpana Kukreja | TestFlix 2023 #userexperience

Join Kalpana Kukreja in this thought-provoking video as she guides us beyond the realm of compliance and into the world of exceptional user experience. In the digital landscape, accessibility and usability are often associated with meeting compliance standards. Many organizations aim for compliance as the gold standard. However, true innovation thrives beyond these benchmarks.

Smarter #Testing for Better Speed & #Quality with DORA Metrics | Jitesh Gosai | TestFlix 2023

Join Jitesh Gosai in this enlightening video as he unravels the intricate dynamics of testing in engineering teams. The common belief that testing harder means making a trade-off between speed and quality is a prevalent trap. It often leads to unsustainable practices, late nights, and rushed testing, which may seem to accelerate delivery initially but ultimately results in burnout, chaotic systems, and longer cycles.

Branch by Abstraction | Microservices 101

The Branch by Abstraction Pattern is a method of trunk-based development. Rather than modifying the code in a separate branch, and merging the results when finished, the idea is to make modifications in the main branch. An abstraction layer is used to ""branch"" the code along an old and new path. This approach has some key advantages, especially when decomposing a monolith.