Browsing Tag
github
178 posts
How to Create a Good Pull Request Template (and Why You Should Add Gifs)
I wasn’t in tech when Pull Requests (PRs) were first introduced by GitHub back in 2008. And when…
Thank You CODEOWNERS, It’s Time for Code Experts
This article was written by Natalie Breuer for LinearB. Engineering teams no longer have to choose between Git…
gnu-on-alpine 3.17.3 and alpine-plus-plus 3.17.3 Released
TL;DR I just released gnu-on-alpine 3.17.3 and alpine-plus-plus 3.17.3, two lightweight containers for implementing GitHub Container Actions with…
Deploy React.js application on Render
React.js is a popular JavaScript library for building user interfaces, and Render is a cloud platform for deploying…
Create a Pull Request from Visual Studio Code
Did anyone say the word Productivity? We’re all used to the GitHub User Interface so we usually navigate…
osdc-2023-assignment8
Running local tests assignment 8 I cloned requests git, build a docker and run the tests, follwing this…
AI generated git commit messages
Over my decorated 10-year career in development, I have seen some of the worst commit messages. I don’t…
A Beginners Guide to Open Source
Introduction Open-source software has been around for decades, but it’s only in recent years that it has gained…
How GitHub Actions can improve CI/CD and compares with Azure Pipelines
Overview Continuous integration and continuous delivery (CI/CD) is a crucial aspect of modern software development. It involves automating…
An Introduction to Git: The Basics Every Beginning Developer Should Know
As a developer, you’ll need to work with a version control system, especially if you’re working on a…