Systems | Development | Analytics | API | Testing

Latest posts

The Test Tribe: TTTribeCast Webinar: "Evolutionary Testing Strategy" by Gayathri Mohan

The book Evolutionary architecture talks about how software architecture needs to keep evolving with the changes to business priorities and the tech landscape changes, with fitness functions guiding the evolution.The same concept shall and should be applied to the testing strategy which is what I coin as Evolutionary testing strategy.

The Test Tribe: Fireside chat with Raju Kandaswamy

Prompt Engineering is new programming, the way of bringing best results from text-to-text (ChatGPT) and text-to-image (Stable Diffusion) models. Writing effective prompts needs understanding of the building blocks of the LLM model known as "Transformer Architecture". Transformer Architecture is a construct, once understood we will know why LLMs behave the way they are. In this discussion, Lets go through a simple introduction to Transformer architecture and then we can discuss about writing effective prompts to bring most desirable results.

The Test Tribe 16th Mumbai Meetup

Performance testing is a crucial aspect of software development that focuses on assessing how well an application or system performs under expected and peak load conditions. It helps identify performance bottlenecks, scalability issues, and the system's ability to handle concurrent user interactions. One popular open-source tool for performance testing is K6. K6 allows to write performance tests in JavaScript. K6's developer-friendly approach and powerful features make it a popular choice for performance testing in the industry.

How to find the best innovative payment solution for your business?

In today's fast-paced and digital-driven business landscape, having the right payment solution is crucial for the success of any enterprise. Traditional payment methods are being rapidly replaced by innovative and streamlined alternatives that offer convenience, security, and efficiency. However, with a plethora of options available, finding the best payment solution for your business can be overwhelming. In this article, we will explore practical tips and considerations to help you navigate the payment solution landscape and find the perfect fit for your unique business needs.

What is a microVM?

A microVM is a lightweight virtual machine. Any function or container workload can run inside of one. It is ideal for running multiple high-performance and secure workloads concurrently on a single machine because it combines the security and isolation of traditional VMs with the resource efficiency of containers. In this blog post, we dive into the world of microVMs, specifically Firecracker microVMs.