Systems | Development | Analytics | API | Testing

%term

Start Your Tests Early

Ever feel like you’re wasting energy on endless automation tests that just don’t cut it? @Veronika Takmazyan recommends focusing on stability and quality right from the start. If you invest in quality early on, you’ll avoid the headaches of fixing bugs and rewriting code later. Deliver once, deliver well, and move on to the next big thing. If you’re wondering how to get your team on board with this mindset, Veronika sums it up perfectly.

Bitrise releases Modular YAML: A game changer for CI/CD configuration management

At Bitrise, our goal is to make configuration management as intuitive, clear, flexible, and efficient as possible. As tech projects scale and complexities grow, managing large YAML configuration files can become a daunting task. Bitrise is excited to introduce the Modular YAML configuration feature, aimed at simplifying how your CI/CD configuration.

S1.E20: Web testing with Cypress | QA Therapy Podcast

Are you grappling with flaky tests and grappling with the choice of framework for web testing? It's crucial for end-to-end (e2e) tests to be faster, stable, and reliable. But, is Cypress the solution we've been looking for? Let's explore. Joining us as our guest QA Therapist in this episode is Filip Hri, a Cypress ambassador.

Best Exploratory Testing books to add to your list in 2024

The exploratory tester's role goes beyond finding bugs. It involves understanding user behavior, improving software quality, gathering feedback, and refining testing strategies. As an exploratory testing expert, you are an investigator who understands the software, uses creativity and intuition to guide the session, and discovers new ways to uncover hidden issues.

Handling the Producer Request: Kafka Producer and Consumer Internals, Part 2

Welcome to the second installment of our blog series to understand the inner workings of the beautiful black box that is Apache Kafka. We’re diving headfirst into Kafka to see how we actually interact with the cluster through producers and consumers. Along the way, we explore the configurations that affect each step of this epic journey and the metrics that we can use to more effectively monitor the process.

How to Hire a Frontend Developer: A Step-by-Step Guide

The frontend of any application or website is critical for user interaction, making frontend developers key players in creating seamless and engaging user experiences. Whether you're building a simple website or a complex web application, hiring the right frontend developer ensures that your project will not only look great but function smoothly across all devices. This guide walks you through a step-by-step process to help you hire the ideal frontend developer for your project.

How to Get Started with GoMock

GoMock is a powerful tool for generating mock objects in Go, making it an essential asset for developers aiming to write advanced unit tests. By simulating the behavior of real objects, GoMock allows you to test your code in isolation, ensuring that each component functions correctly on its own. This capability is particularly useful in a language like Go, where interfaces play a crucial role in defining the behavior of different components.

What Is API Access?

The ability to seamlessly integrate different software applications is paramount for businesses and developers. This is where API access comes into play. API access refers to the ability of an application or client to interact with and use the functionalities of an API, typically controlled through authentication and authorization mechanisms like API keys or tokens.