Github

Git vs Azure DevOps vs GitHub: Understanding the Differences

Richard Lewis
From time to time, I see folks confusing the products of GitHub and Azure DevOps with the version control of Git and the practices of DevOps. In this post, I will break down terms like Git, GitHub, Azure DevOps, and DevOps to help clarify what each one does, their relationship with one another, and how they contribute to the software development lifecycle. 1. Git: Version Control System (VCS) Git is a distributed version control system created by Linus Torvalds in 2005 and actually it turns 20 this month.

Office Meeting Indicator Version 2

Richard Lewis
Previously, I made a YouTube video demonstrating how to automate the detection of whether a meeting is happening using Home Assistant and a light. In that video, I used an ESP32 board and LED light strips controlled by WLED, integrated with Home Assistant for the automation. Since then, I’ve discovered the ESP32-S3 Matrix a compact and versatile development board featuring an ESP32-S3 processor and an 8x8 RGB LED matrix with 64 integrated LEDs.

How to Enable GitHub Copilot Within Your Organization

Richard Lewis
This blog post was written for future Richard and anyone else who might be looking for documentation on where to start with enabling GitHub Copilot within an organization. The process is pretty simple but might be diffcult to find where to start. What is GitHub Copilot? GitHub Copilot is an AI-powered autocomplete tool that acts as a peer programmer, assisting in writing code. if you want to dive deeper into Copilot you can find more information about GitHub Copilot on the github resource site.