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 💪😅
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
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 😉
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
Moving Repos to GitHub from Azure DevOps - GitHub Quick Tips
This is a Quick GitHub Tip on Moving Repos to GitHub from Azure DevOps
Profile README - GitHub Quick Tips
This is a Quick GitHub Tip on Profile Readmes
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
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.
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.
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
Migrating pipelines and releases in Azure DevOps
In this video I'm going to show you... Migrating pipelines and releases in Azure DevOps
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
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
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
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
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
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
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
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