Your cart is currently empty!
Author: cndro
13 Selenium Commands Every Developer Must Know
Photo by Fotis Fotopoulos on Unsplash In our last tutorial, we discussed why Selenium is the best automation tool and demonstrated how we could run…
Why You Need a Layout Container in Tableau Dashboard
This tutorial will discuss why you need to use a layout container in your dashboard. Layout Containers are perfect for neatly arranging objects when creating your dashboard. Arranging objects in a dashboard has always been a struggle for some Developers, who find this confusing. We must be intentional about arranging our worksheets in an orderly…
Why Selenium is the Best Automation Tool
Photo by Joshua Sortino on Unsplash This article will discuss why Selenium is the best automation tool. Selenium is an open-source automation testing tool used for automating tests to…
Why You Need the Pandas Library
Photo by Shunya Koide on Unsplash Pandas is a software library written for the Python programming language for data manipulation and analysis. Wes McKinney first started this library in 2008 out of the demand for a high performance and flexible tools to perform quantitative analysis on financial data. Pandas is built on top of two core python libraries.…
Class or Static Variables in Python
Class or Static Variables in Python Photo by Shahadat Rahman on Unsplash In this tutorial, we’ll discuss class or static variables in Python. Class or Static variables are…
Getting Started with Docker in Python
. Photo by Rubaitul Azad on Unsplash This articles explains how you can get started with Docker in Python. Docker is a free software developed…
Python Constructors: All You Need to Know
Photo by Clément Hélardot on Unsplash Constructors in Python are methods used for initializing an object. We can say they are methods called whenever…
How to Create Power BI Calendar Table Using DAX Functions
This tutorial will demonstrate how we can create a calendar table in Power BI Report using the DAX(Data Analysis Expressions) function. Power BI is a Business Intelligence tool used for sharing insights in different companies. It is very efficient for creating reports and dashboards. Dates are crucial in data; it helps us gain information about events,…
Introduction to Docker Compose
In this tutorial, we will discuss what Docker Compose is all about. In one of our previous posts, we mentioned that Docker is a containerization platform developed to help package applications and their dependencies in the form of containers. This allows these applications to work effortlessly in any environment, either development, test, or Production. We…
How to Get Started with Regular Expressions in Tableau
Photo by Myriam Jessier on Unsplash In this tutorial, we’ll look at how we can use Regular Expressions in Tableau. In our last…