Itβs that time of the year again! Throughout the month of October DigitalOcean is hosting the Hacktoberfest 2022 event.Β It’s All About Open Source Hacktoberfest 2022 is a celebration of all things open source! The event encourages anyone from anywhere in the world to contribute to open source projects.Β Open […]
Continue readingCategory: Git
3 Core Reasons Why Git Is A Must-Have Tool For Every Developer
Git is a versioning control system for your source code. For engineering teams, having a method of tracking and managing changes to source files is an essential part of maintaining good software development practices and allowing seamless collaboration. Git is widely considered the most popular versioning control system. In the […]
Continue reading3 Simple options for finding open source projects to maintain
Open source refers to projects publicly accessible that anyone can view, modify and distribute. A key factor of open source projects is that anyone is also able to make contributions to the project. There are many ways of finding open source projects you can contribute to. GitHub is a popular […]
Continue readingPerform powerful automated checks on repository files | Using GitHub Actions βοΈ
What are GitHub Actions? GitHub Actions are a powerful feature of the GitHub platform, providing methods to automate workflows and allow better monitoring and management of repositories. From a repository maintainer perspective, GitHub Actions are an essential tool that should be used where possible to ease the process of keeping […]
Continue readingHacktoberfest 2021: Get involved in open source with Inspirezone π
Hacktoberfest 2021 is here! Join inspirezone in celebrating open source π We’ll walk you through what Hacktoberfest is and why every developer should consider getting involved in the challenge! What is Hacktoberfest? Hacktoberfest is a month-long event to encourage developers of all levels of experience to make contributions to open […]
Continue readingUsing GPG keys on GitHub: Creating and updating expired keys
What is a GPG key and why use it? GPG or Gnu Privacy Guard is a cryptography implementation used to secure the transfer of data between two locations. GPG encryption techniques use libraries from the Open Pretty Good Privacy (OpenPGP) standard. GPG keys Encryption techniques like GPG ensures data can […]
Continue readingA beginner friendly guide to making your first open source contribution
Open source generally refers to applications anyone can use for free while also having the freedom to view and modify the source code.Β Open source projects allow contribution from the public. This means anyone (yes, even you!) can modify the source code or make other forms of contribution to the […]
Continue readingWhy you need to get involved in Hacktoberfest as a developer (2020)
What is Hacktoberfest? Hacktoberfest is an online event running throughout the month of October that encourages developers to make contributions to open source projects on GitHub. GitHub is an online hosting platform for git repositories. An open source project is simply a public repository that the creator accepts contribution from […]
Continue readingGit SSH keys simplified and how to setup on GitHub
Git allows you to manage and track changes to your source files. Git is often used in group projects, where a remote git repository such as one hosted on Github, acts as the central point for each team member to submit changes to the source code and view other team […]
Continue readingWhat is git? An easy introduction
Git can seem a bit intimidating for someone who knows nothing about it. But knowing git is essential for anyone who codes. It’s worth spending some time learning about the basics, even if you’re new to coding. Actually, I would say the earlier you learn git the better! Having a […]
Continue reading