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
- 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 run Llama 3 locally using GPT4ALL and Ollama. Follow this step-by-step guide to set up Llama 3 for offline access, privacy, and customization.
How to Run Llama 3 Locally
- AI,
- Open source
- Learn how to switch branches in Git using the `git switch` command. Explore local and remote branches, common errors, and tips for smoother branch management.
How to Switch Branches in Git Using Git Switch (With Examples)
- Developer tools,
- 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
- Learn how to install Git, configure it, and connect to GitHub to manage your code with version control and collaboration.
Set Up with Git and GitHub
- Developer tools,
- Open source,
- Web development
- Learn how to create a `README.md` file using markdown. Get syntax examples, what to include, and a real-life sample to guide your project documentation.
What are Markdown (.md) and README.md Files?
- Open source
- Learn what a p5.js script is, how it works, its different types, and how to set up your first project locally in this beginner-friendly guide.
What is a p5.js Script? Complete Setup Guide
- Open source
- 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