Our Blog

Home Blog
Introduction to Test cases
Introduction to Test Cases

In the software testing process after requirement analysis and test plan we have a Test design phase. In this phase we need to write the test cases from different test scenarios as per the requirement of an

Read More »
Stack Data Structure
Exploring the Stack Data Structure

A stack is a linear data structure in which all the insertion and deletion of data are done at one end only. Stacks can be implemented by using other data structures like, array and linked lists. The

Read More »
Data Structure
A Journey Through Data Structures

“A data structure is a storage technique that is used to store and organize data. It is a way of arranging data on a computer memory so that it can be accessed and updated efficiently.” Data Structures

Read More »
Error Monitoring
Error Monitoring: What, Why and How?

What? World 🌎 is booming with mobile and web applications, Everyday those mobile and web applications offer new features to gets many new customers. When these features are offered, it becomes very important that they fit into

Read More »
Docker meets Gully Cricket

Introduction Docker has become the go-to solution for containerization, revolutionizing the way applications are deployed and managed. But have you ever wondered how Docker can be explained using a relatable, everyday scenario? In this blog post, we’ll

Read More »