|
You are here |
cadence.moe | ||
| | | | |
blog.gnoack.org
|
|
| | | | | [AI summary] The article discusses how to use Git without relying on hosted platforms like GitHub or GitLab by setting up a local Unix/Linux server for repository hosting and managing projects through SSH. | |
| | | | |
www.paritybit.ca
|
|
| | | | | A brief comparison of some of the more popular software forges available for self-hosting. | |
| | | | |
sourcehut.org
|
|
| | | | | sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists. | |
| | | | |
briankung.dev
|
|
| | | I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which... | ||