git
https://i.ytimg.com/vi/6MzXs35hLOI/mqdefault.jpg
Using Git Hooks
· ☕ 2 min read
Git Hooks provide a way for you to hook into your local git installation and attach additional behavior to common git actions.

Renaming a Local Git Branch
· ☕ 2 min read
note: When you rename your git branches make sure you double check any connected CI jobs you have associated with the repository.

https://i.ytimg.com/vi/nKvvdoAjqG4/mqdefault.jpg
Creating Custom GitHub Issue Templates
· ☕ 2 min read
In order to create more accessible open source projects GitHub has introduced templates for Issues and Pull Requests to help improve the clarity and quality of new issues and open pull requests.

https://i.ytimg.com/vi/u5PGfxHjYo0/mqdefault.jpg
Turning Circular Pixels Into Diamond Pixels
· ☕ 2 min read
In previous videos we’ve built a pixel shader that renders circles instead of the traditional squares. You can rotate the pixels so that the circles can be oriented at any angle to one another.

https://i.ytimg.com/vi/BVPfcI-O83s/mqdefault.jpg
Lets Draw A Circle - Circle Pixel Shader - Part 2
· ☕ 1 min read
Last time we built a grid of pixels for our circular pixel shader. In this video, part 2, we’re going to be figuring out how to draw a circle.

https://i.ytimg.com/vi/POVJ-QIyygE/mqdefault.jpg
Open Source Contributions and Other Projects
· ☕ 1 min read
Lets merge some of your contributions to the World of Zero Open Source projects at github.com/worldofzero Special thanks to:

https://i.ytimg.com/vi/VK8zhoMKa7w/mqdefault.jpg
Connecting an Azure Function to GitHub
· ☕ 2 min read
Webhooks are really popular these days. Every service seems to have support for them these days. Lets try using these fancy new function as a service things to consume them.

https://i.ytimg.com/vi/EhNEncLZuyo/mqdefault.jpg
Gitting Code On The Internet - Committing Code to a Remote GitHub Server
· ☕ 1 min read
Now that we’ve explored how to work with git locally lets dig into the remote aspects of it. We’ll explore how to clone a remote repository, how to make some quick modifications and then push that new branch up to the remote repository.

https://i.ytimg.com/vi/sk5UCZxNjBk/mqdefault.jpg
Gitting Started - Creating and Working With A Local Git Repo
· ☕ 1 min read
Git is a powerful tool for collaborating with teammates but can also be extremely handy when working alone. It makes experimenting with new features and preventing breaking things in your code a lot easier.