NRNagesh Reddyinnagesh.hashnode.dev·Jun 27, 2022 · 5 min readUnderstanding the OSI modelWhat is OSI Model and How it is helpful in understanding Networking. What is OSI model ? OSI model stands for Open system inter connection model. OSI model defines & used to understand how data is transferred from one computer to another in the compu...00
NRNagesh Reddyinnagesh.hashnode.dev·Apr 1, 2022 · 3 min readGit Commands Every Developer Should KnowIn this Article, i would like to list it out Git commands often used by the Developers. So Let's get Started : 1) git init : This command is used to initialize a project as a git repository or Create a local Git empty Repository. 2) git status : Th...01B
NRNagesh Reddyinnagesh.hashnode.dev·Mar 29, 2022 · 2 min readJenkins - Docker - Integrationimage source : Internet Build & Deploying Docker image in the Docker Server. 1) Install jenkins, Docker in CI\CD Server. 2) Install docker in deployment server. 3)Create jenkins pipeline job to build & deploy docker image in docker(Deployment)serve...00