@Krishkp
“Don't be pushed around by the fears in your mind. Be led by the dreams in your heart.”
Pushing code to its limits, one test at a time - I'm a QA engineer with a passion for coding and testing
Nothing here yet.
Mar 12, 2024 · 3 min read · Introduction: Selenium WebDriver is a powerful tool for automating web application testing. It allows testers and developers to interact with web browsers programmatically, simulating user actions like clicking buttons, entering text, and navigating ...
Join discussionFeb 1, 2024 · 2 min read · Multi-Stage Builds in Docker: Multi-stage builds in Docker allow you to create smaller and more efficient Docker images by using multiple FROM statements in a single Dockerfile. Each FROM statement represents a different stage in the build process. T...
Join discussion
Jan 22, 2024 · 2 min read · Horizontal scaling and vertical scaling are two approaches to increasing the capacity of a system to handle more load or provide better performance. Horizontal Scaling: Definition: Horizontal scaling, also known as scaling out, involves adding more...
Join discussion
Jan 16, 2024 · 7 min read · Securing sensitive data is crucial for any application, but managing this data can be complex and error-prone. Docker secrets provide a reliable and secure way to handle sensitive information like passwords, API keys, and certificates in your Docker ...
Join discussion