AAisalkyninaaidarova.hashnode.dev·Feb 6, 2025 · 4 min readWhy Choose DevOps?DevOps, a fusion of "development" and "operations," represents a cultural and professional movement emphasizing collaboration, communication, and integration between software developers and IT operations professionals. The primary goal is to streamli...00
AAisalkyninaaidarova.hashnode.dev·Feb 5, 2025 · 5 min readWhat is DevOps? In Russian and English languagesIn English:DevOps is a combination of "Development" and "Operations." It is a methodology that integrates software development (Dev) and IT operations (Ops) to improve collaboration, automate workflows, and enhance the speed and reliability of softwa...00
AAisalkyninaaidarova.hashnode.dev·Jan 14, 2025 · 5 min readInterview questions docker and docker-composedocker build -t(tag) <image name> .(current file) - this command will build image from default dockerfile docker build -t(tag) <image name> -f(file) <specific docker file name> .(current file) - will create image out of specific docker file which wil...00
AAisalkyninaaidarova.hashnode.dev·Jan 13, 2025 · 2 min readHow to run MongoDB with Docker and Docker Compose: A Step-by-Step guidewhat are we going to do: Getting Started Prerequisite Writing a Compose file Explanation of the File How to Use Run the following commands Results Access MongoDB Bring down the application Stack Using Mongo with React and NodeJS Step 1. Cl...00
AAisalkyninaaidarova.hashnode.dev·Jul 2, 2024 · 3 min readSetting Up Playwright in VS CodeSetting up Playwright in Visual Studio Code (VS Code) is straightforward and can enhance your end-to-end testing workflow. This guide will walk you through the installation and initial setup of Playwright in VS Code, helping you get started with writ...00