Author: Aniruddha Chaudhari

HTML

HTML Code to Make Button Not to Submit Form

Write a HTML Code to Make Button Not to Submit Form. It also avoid refreshing page.

coding challenge

[Google Coding Question] How many Managers are Paid Less than the Average Salary

Google Coding Question | Given a company tree, calculate how many managers are paid less than the average salary of their direct and indirect employees.

Python

How to Check if Pandas DataFrame is Empty?

How to Check if Pandas DataFrame is Empty? Detect if the DataFrame has zero number of rows…

interview questions

50 Azure Data Engineering Interview Questions

Azure data engineering interview questions asked in the job interview. Explained.

Space and Time Complexity of Sorting Algorithms

What is Space and Time Complexity of Sorting Algorithms? FAQ asked in interviews related to In-place and efficient sorting algorithm explained.

git

How to Configure and Save Username and Password (Credentials) for Git?

How to save username and password for git? Command to configure git credentials.

How to Convert JSON to YAML in Python?

Convert JSON to YAML in Python. How to convert JSON file to YAML file in Python code using PyYAML module. Program explained.

accessaries

11 Best Gadgets that I Use for Coding | Essential Setup for Programmer

What are the Best Coding Gadgets I Use? Essential accessaries for for Every Programmer.

git

How to Push an Empty Git Commit?

How to Push an Empty Git Commit? Git command to create empty commit without any code changes and trigger build.