Quality Assurance

Let’s dive into “Seaborn vs Matplotlib”. Seaborn and Matplotlib are two popular Python libraries used for data visualization, each with its own strengths and weaknesses. Seaborn elevates data visualization beyond the capabilities of Matplotlib by offering a higher-level interface that simplifies the creation of complex statistical plots with stunning aesthetics. While Matplotlib provides a foundational […]
Introduction to Application Deployment with Kubernetes In the previous article on Setting up a Kubernetes, we understood the architecture of Kubernetes (k8s) and learned about the basic setup of Kubernetes. In this article, we will start the Application Deployment with a Kubernetes cluster and understand the management of pods. Understanding Kubernetes Objects Kubernetes has a […]
How to use Terraform Meta-Arguments What is Terraform? As an infrastructure as code tool, Terraform allows building, changing, and versioning infrastructure, including compute instances, storage, and networking; as well as DNS entries and SaaS features. Why Meta-Arguments used? Meta-arguments are used in Terraform to control how resources are created, updated, or destroyed. They are not […]
Introduction : In the first article we discussed CICD and how to use and configure Jenkins for CI. In this article we will talk about advanced Jenkins configurations. Advanced Jenkins Jobs 4.1 Parameterized Builds It is always suggested that Jenkins jobs have one or more parameters to run. We’ll learn how to define the parameter […]
In the previous blog we saw the basic definition of kubernetes. In this blog, we’ll explore the steps involved in setting up a Kubernetes environment, installing it, and configuring cluster networking. Preparing the Environment To run kubernetes we need below hardware and software prerequisites. Hardware Prerequisites: – A minimum of two machines. One will act […]
Introduction Survey JS is a free and open-source MIT-licensed JavaScript library that let you design dynamic, data-driven, multi-language survey forms and run them in your web applications using a variety of front-end technologies. The SurveyJS Form Library empowers you to effortlessly design, implement, and manage dynamic forms and surveys that seamlessly integrate into your JavaScript-based […]
  In today’s rapidly evolving world of software development, managing large-scale containerized applications efficiently has become a critical challenge. Kubernetes has emerged as a game-changing technology that simplifies container orchestration, making it easier to deploy, scale, and manage applications in complex environments. In this blog, we’ll explore what Kubernetes is, why it is widely used, […]
In this modern world of web development, APIs (Application Programming Interfaces) have cemented their place as a tool of prime importance, as these are the basic building blocks that enable seamless communication between different software application. They play an important role in helping developers to program scalable and modular systems, hence enhancing efficiency and user […]
What are Django Channels? Channels or Django channels is an extension which gives us flexibility to build applications which require real time communications, asynchronous tasks and events. We often come across situations where there is a demand for a high end application which transfers data in real time. We can not rely on refreshing applications […]