Skip to content

Commit 3868242

Browse files
TeoSlayerteovl
authored andcommitted
Add blog post: Top 6 GitHub.com Alternatives 2026
1 parent 0ef6583 commit 3868242

3 files changed

Lines changed: 384 additions & 3 deletions

File tree

209 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export interface BlogPost {
1010
}
1111

1212
export const blogPosts: BlogPost[] = [
13+
{
14+
slug: "github-com-alternatives-6",
15+
title: "Top 6 GitHub.com Alternatives 2026",
16+
description: "Discover 6 GitHub.com alternatives for secure collaboration in multi-cloud environments. Compare top options for effective development.",
17+
date: "Apr 24",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/github-com-alternatives-6.jpg",
21+
},
22+
1323
{
1424
slug: "persistent-network-addressing-secure-ai-systems",
1525
title: "Persistent network addressing for secure AI systems",
@@ -53,7 +63,7 @@ export const blogPosts: BlogPost[] = [
5363
{
5464
slug: "userspace-tcp-over-udp-stack-pure-go",
5565
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
56-
description: "Sliding windows, Nagle's algorithm, RTO, and AES-GCM — all in userspace, with zero third-party dependencies. How Pilot Protocol's transport layer works.",
66+
description: "Sliding windows, Nagle's algorithm, RTO, and AES-GCM — all in userspace, with zero third-party dependencies. How Pilot Protocol's transport layer works.",
5767
date: "Apr 19",
5868
category: "Engineering",
5969
tags: ["go", "networking", "transport", "systems"],
@@ -233,7 +243,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
233243
{
234244
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
235245
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
236-
description: "Scriptorium replaces the search-fetch-filter-compress agent research loop with a continuously updated, high-signal brief — 92% fewer tokens, half the latency, identical decision quality.",
246+
description: "Scriptorium replaces the search-fetch-filter-compress agent research loop with a continuously updated, high-signal brief — 92% fewer tokens, half the latency, identical decision quality.",
237247
date: "Apr 2",
238248
year: 2026,
239249
category: "Blog",
@@ -328,7 +338,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
328338
{
329339
slug: "pilot-console-manage-agent-networks",
330340
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
331-
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
341+
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
332342
date: "Mar 26",
333343
category: "Enterprise",
334344
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)