Open source articles
Open-source is an approach to software development, where the source code of a program is made freely available to the public. This system promotes transparency and encourages a community of contributors to collectively improve and manage a project, often facilitated through web-based platforms such as GitHub. Open-source projects foster a culture of collaboration and innovation in the world of technology. The tutorials below provide tips and tricks on how to get started with open source.- In this article, we'll discuss popular blockchains, their consensus models, and their unique benefits, drawbacks, and tradeoffs.
Bitcoin, Ethereum, and Solana
- Computer science,
- Open source
- Learn how to choose an open source license!
Choosing an Open Source License
- Open source
- Learn about the different ways you can contribute to an open source project!
Contributing to an Open Source Project on GitHub
- Open source
- Learn how to set up p5.js projects from scratch on your own computer.
Creating a Local p5.js Project
- Open source
- Share your website with the world, for free!
Deploying to GitHub Pages
- Developer tools,
- Open source,
- Web development
- Resources for finding a "good first issue" out in the world of open source.
Finding Your First Open Source Project
- Open source
- Learn how to delete a Git branch both locally and remotely. This tutorial covers git delete branch commands and common errors, which will help you keep your repositories clean and organized.
How to Delete a Git Branch Locally and Remotely
- Developer tools,
- Open source
- Learn how to switch branches in Git using the git switch command. This beginner friendly guide covers how to change branches, switch to remote branches, and use git switch effectively.
How to Switch Branches in Git Using Git Switch
- Developer tools,
- Open source
- Learn how to use Git Rebase in order to rewrite the history of your repository.
How To Use Git Rebase
- Open source
- This article covers what a README.md file is and how its contents are written using a language called Markdown.
Markdown and README.md Files
- Open source
- Digital Public Goods are the plethora of code, data, descriptions, and other useful digital information available freely for all.
Open Source and Digital Public Goods
- Open source
- Learn about issues and projects on GitHub, two features that make it easier to track tasks!
Project Management: Issues and Projects
- Open source
- Never fear losing work with this professional versioning system
Set Up with Git and GitHub
- Developer tools,
- Open source,
- Web development
- Learn how to sign up for a GitHub account and share your code
What is GitHub?
- Open source
- Learn about what open source is and why it's important!
What is Open Source?
- Open source
- Learn about the benefits of making your project open source!
Why Open Source Your Project?
- Open source