← all tags

Tagged YouTube Videos

19 postsRSS ↗
Mar 21, 2024·4 min read

Improving your git efficiency using git alias

Have you ever felt like typing out git commands requires too much effort, yet you don't want to switch to a GUI because that brings it's own set of problems? Have you tried using git aliases to make your workflow more efficient? Over the last couple of weeks I've shown many people how I'm using git alias to improve my workflows, if you're interested in improving your workflow, watch this video 💪😅

gitGitHubSource Control. Git+1 more
Sep 01, 2022·1 min read

Playing with Azure and Terraform

I recently presented "Playing with Azure and Terraform" at our user group locally in Durban, there were some requests for a recording so I thought I'd share it here 😊 We play with a lot of different tech in this session like GitHub Codespaces, Azure, Cloudflare and Snyk

SecurityAzureAzure SQL+10 more
May 23, 2022·1 min read

GitHub Projects and Issues

Are you tired of your average planning tools? Take a look at what you could be using if you switched to GitHub Projects and Issues 😉

GitHubProductivityGitHub Issues+3 more
Mar 21, 2022·1 min read

Setting up commit signature verification for GitHub

Ever wondered why some commits show verified and others don't? Take a look at how you can make sure all your commits are verified. Commands from this video are available in this gist https://gist.github.com/DevStarOps/6c88482ecd632ba04d68d9e15590b4a2

SecuritygitVerified Commits+3 more
Jan 17, 2022·1 min read

Moving Repos to GitHub from Azure DevOps - GitHub Quick Tips

This is a Quick GitHub Tip on Moving Repos to GitHub from Azure DevOps

GitHub Git Code Pipelines ImportYouTube Videos
Aug 11, 2021·1 min read

Profile README - GitHub Quick Tips

This is a Quick GitHub Tip on Profile Readmes

YouTube Videos
Jul 22, 2021·1 min read

Allow project users to manage Permissions Groups in Azure DevOps

In this video I'm going to show you... How to allow project users to manage Permissions Groups in Azure DevOps that aren't project administrators

SecurityAzure DevOpsPostman+1 more
May 19, 2021·1 min read

Developing software for the modern world using only your browser and GitHub

In this video I'm going to show you... How to develop software for the modern world using only your browser and GitHub.

YouTube Videos
Feb 02, 2021·1 min read

Having fun with GitHub Codespaces, docker, swagger codegen cli

In this video I'm going to show you... How you can use GitHub Codespaces to prototype an idea and put it into action... or should I say actions with nothing more than your browser.

nuget.orgswagger codegen cliCodespaces+5 more
Oct 21, 2020·1 min read

Rethink your application boundary and use Cloudflare

In this video I'm going to talk to you about... Rethinking your application boundary and using Cloudflare

AzureCloudflareGitHub Actions+3 more
Sep 29, 2020·1 min read

Migrating pipelines and releases in Azure DevOps

In this video I'm going to show you... Migrating pipelines and releases in Azure DevOps

Azure DevOpsAzure DevOps MigrationsYouTube Videos
Sep 27, 2020·1 min read

Migrating Test artifacts and all other work item types using the Azure DevOps

In this video I'm going to show you... Migrating Test artifacts (and all other work item types) using the Azure DevOps Migration Tools

Azure DevOpsAzure DevOps MigrationsYouTube Videos
Sep 24, 2020·1 min read

How to migrate SVN and TFVC repositories to git repositories in Azure DevOps

In this video I'm going to show you... How to migrate SVN and TFVC repositories to git repositories in Azure DevOps

Azure DevOpsAzure DevOps MigrationsYouTube Videos
Sep 23, 2020·1 min read

How to migrate git repositories to Azure DevOps

In this video I'm going to show you... How to migrate git repositories to Azure DevOps

Azure DevOpsAzure DevOps MigrationsYouTube Videos
Sep 23, 2020·1 min read

How to move Work Items between projects in Azure DevOps

In this video I'm going to show you... How to move Work Items between projects in Azure DevOps

Azure DevOpsAzure DevOps MigrationsYouTube Videos
Sep 22, 2020·1 min read

How to delete a team project in Azure DevOps

In this video I'm going to show you... How to delete a team project in Azure DevOps

Azure DevOpsYouTube VideosAzure DevOps Basics
Sep 22, 2020·1 min read

How to recovery a deleted team project in Azure DevOps

In this video I'm going to show you... How to delete a team project in Azure DevOps

Azure DevOpsYouTube VideosAzure DevOps Basics
Sep 21, 2020·1 min read

How to create a team project in Azure DevOps

In this video I'm going to show you... How to create a team project in Azure DevOps

Azure DevOpsYouTube VideosAzure DevOps Basics
Aug 12, 2020·1 min read

How to use the same editor as Visual Studio Code in your sites

Wondering how you can use the same editor as Visual Studio Code in your sites? In this video I'll show you how you can 😀. 0:00 - Introduction 0:25 - Setup basic HTML file 1:55 - Add monaco editor html tags 3:23 - Use monaco colorizeElement functionality 5:17 - Create a monaco editor 9:46 - Monaco editor "Cannot read property 'AddEventListener' of null 10:38 - Use npm to install monaco editor dependencies 12:19 - Exploring the monaco editor playground 13:52 - Thank you for watching

Monaco EditorNPMYouTube Videos+1 more