Secure Packages with AWS CodeArtifact

Introducing Today's Project! In this project, I will demonstrate how to set up & use AWS CodeArtifact to manage & secure Java dependencies for my application. I'm doing this project to learn a...
0 Read More

Gitlab CI/CD Auto-Pull

Gitlab CI/CD Auto-Pull
GitLab CI/CD Auto-Pull is a technique that allows your remote server to automatically pull the latest code changes whenever updates are pushed to a GitLab repository. This eliminates the need for manu...
0 Read More

GIT TO GIT LAB DAY 3

GIT TO GIT LAB DAY 3
To create a new Git project in the terminalTo create a new Git project in the terminal, follow these steps: 1. Open TerminalEnsure you have Git installed by running:git --versionIf Git is not installe...
0 Read More

Day 3: How to push code GitLab?

Day 3: How to push code GitLab?
step 1: Open your Terminal Type the comand. Commands:- 1.Check Git version version git --version 2.install Git in your local repo-> sudo apt install git1.Go to GitLab and log in. 2...
0 Read More