AllThingsCS
AllThingsCS
  • Видео 10
  • Просмотров 27 022
How to use SSH Keys for a Gitlab CI/CD & Adding a Repository
Covered in this video is installing a repository to a project using SSH and how to use SSH keys in the CI/CD on a self hosted Gitlab instance.
Gitlab Using SSH with Gitlab CI/CD: docs.gitlab.com/ee/ci/ssh_keys/
Stack Overflow Post on git+ssh: stackoverflow.com/questions/22988876/install-npm-module-from-gitlab-private-repository
Intro: (0:00)
Install a Private Repository: (0:30)
Using in the Ci/CD: (2:45)
Gitlab-ci.yml discussion: (6:30)
Gitlab-ci Template: (8:10)
Thanks! (9:22)
Просмотров: 4 657

Видео

How to Delay React Components (The simple way)
Просмотров 1,8 тыс.2 года назад
This is a very simple but efficient way to delay functional components in React. Intro: (0:00) Demonstration: (0:15) The Code: (0:30) Thanks: (7:20)
How to use Yarnpkg/builder & yarnrc.yml for gitlab packages
Просмотров 2 тыс.2 года назад
This video has two different parts to it. Feel free to skip ahead if you want to skip ahead to the yarnpkg/builder tutorial. My previous videos on setting up a registry on the gitlab package registry: ruclips.net/video/ZOHt2055zVY/видео.html ruclips.net/video/OqS6jb22AFE/видео.html LINKS: @yarnpkg/builder: github.com/yarnpkg/berry/blob/master/packages/yarnpkg-builder/README.md Gitlab package Re...
NPM Gitlab Package Registry tutorial for a React.js component library
Просмотров 3,3 тыс.2 года назад
This video shows how to create and use a gitlab package registry for React components. My video on using Yarn2 (yarnrc.yml) instead of npmrc: ruclips.net/video/_pqHUkMaK-M/видео.html I also discuss a way to use the access token as a variable to ensure no errors occur in a project pipeline which contains a package from the gitlab package registry. The information used in this video can all be fo...
How to create a NPM Package Registry on Gitlab
Просмотров 15 тыс.2 года назад
Here is a updated video of this plus the creation of a React component library and using the component: ruclips.net/video/ZOHt2055zVY/видео.html Creating a package registry on gitlab for npm using publish via the pipeline. My video on using Yarn2 (yarnrc.yml) instead of npmrc: ruclips.net/video/_pqHUkMaK-M/видео.html Note: Having a .npmrc is not necessary for publishing the package. - Go to 9:0...
The "How To" Basics of Git Bash Commands
Просмотров 243 года назад
The basics of git bash commands to get you started as a developer. If you have been using Github Desktop I highly recommend you uninstall it and learn these commands! Link for setting up public key: docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent Git Bash Terminal download link: git-scm.com/downloads
How Pointers Work - C++
Просмотров 284 года назад
This is a simple overview of pointers in C . Please comment if you have any question and as always! Like and Subscribe!
How to Use Pass-by-Reference vs Pass-by-Value : C++
Просмотров 104 года назад
The difference between Pass-by-Reference & Pass-by-Value in C Functions. Basic explanation. Please ask any questions you may have and leave comments for any content you would like me to go over in the future. Like and Subscribe for more!
How to install Cygwin tutorial: for C++
Просмотров 1334 года назад
How to download Cygwin for coding and compiling in the c/c language. This is a way to code within the cmd or shell without the use of a fancy IDE. Link to a shell navigation tutorial: ruclips.net/video/bjXZKpJhnzM/видео.html Cygwin install check: In cmd type: cygcheck -c cygwin cygwin url address: www.cygwin.com/ Thanks for watching!