Skip to content

Commit c77c5ee

Browse files
committed
docs(notes): add 2025-04-10-platform-hosting-code-en.md
1 parent 6c7a491 commit c77c5ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: notes/2025-04-10-platform-hosting-code-en.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Platforms for Hosting Code
3+
lang: en
4+
layout: post
5+
audio: false
6+
translated: false
7+
generated: true
8+
---
9+
10+
Besides GitHub, other famous platforms for hosting code include:
11+
12+
- GitLab: A complete DevOps platform that provides repository hosting, CI/CD, monitoring, and more
13+
- Bitbucket: Owned by Atlassian, integrates well with Jira and other Atlassian products
14+
- SourceForge: One of the oldest code hosting platforms, particularly popular for open-source projects
15+
- Azure DevOps (formerly Visual Studio Team Services): Microsoft's solution for code hosting and DevOps
16+
- AWS CodeCommit: Amazon's managed Git service
17+
- Gitee: Popular in China, often called the "GitHub of China"
18+
- Launchpad: Primarily used for Ubuntu and related open-source projects
19+
- CodePen: Specialized for front-end code (HTML, CSS, JavaScript)
20+
- Codeberg: A non-profit, community-driven alternative focused on free and open source software
21+
- Replit: Combines code hosting with an online IDE
22+
23+
These platforms vary in their features, pricing models, and target audiences, with some focusing more on enterprise users and others on open-source communities.

0 commit comments

Comments
 (0)