QA Hub

Clear answers to common questions.

What is a Docker image?

· Docker

A Docker image is a read-only template used to create containers. Discover how images are built from layers and how they enable portable application deployment.

How to view Git commit history

· Git

Explore your project history with git log, including filters, formatting options, and graphical representations.

How to create an accessible HTML form

· HTML & CSS

A practical guide to building accessible HTML forms with proper labels, ARIA attributes, and keyboard navigation support.

What is Docker and how does it work?

· Docker

Docker is an open platform for developing, shipping, and running applications in containers. Learn how Docker uses OS-level virtualization to package software consistently.

How to evaluate a classification model

· AI & Machine Learning

Understand precision, recall, F1 score, ROC-AUC, and confusion matrices to evaluate classification model performance accurately.

How to check Git repository status

· Git

Use git status to see which files are staged, modified, or untracked in your working directory before making commits.