cd/entity/Solana· home entities Solana
grep -l @solana /news/*.json | wc -l → 55

Solana

mentions 55 type Organization page 3/3 feed RSS

// recent coverage 55 mentions

13:32
2026-05-27
dev.to
ai-agents

I Didn't Know What a Webhook Was. Then One Broke My Agent.

A developer building an autonomous Solana trading agent called Cerberus in n8n spent a day debugging why their Telegram bot silently stopped responding, only to discover that n8n's automatic tunnel re…

02:18
2026-05-26
coindesk.com
artificial-intelligence

Crypto code commits fall 75% as developers move to AI projects

Weekly crypto code commits have fallen roughly 75% since early 2025, dropping from about 850,000 to 210,000, while active developers declined 56% to around 4,600, according to data from analytics plat…

06:17
2026-05-23
dev.to
web3

Two Weeks Into Learning Solana

After two weeks of learning Solana, a developer with a Python and Node.js backend background found blockchain development to be more approachable than expected, comparing it to working with a public d…

01:09
2026-05-23
dev.to
web3

# Day 24: In Solana, Everything is an Account

In Solana, all data is stored as "accounts" in a flat key-value store, where each account has five standard fields including lamports (SOL balance), data (a byte array), and an owner program. A key de…

20:07
2026-05-22
dev.to
web3

Web3 Apps You Can Build With Token Extensions

This article explains how developers can use Solana's Token 2022 extensions to build various Web3 applications without custom smart contracts. It outlines four specific use cases: subscription tokens …

15:41
2026-05-22
dev.to
web3

Solana Accounts vs Databases

The article explains that Solana's account model parallels database concepts, where an account is like a row, a public key is like a primary key, and program logic acts as a schema. However, the key d…

14:56
2026-05-22
dev.to
web3

Solana Accounts Explained to a Web2 Developer

The article explains Solana's data storage model by comparing it to a Web2 file system, where every piece of data—from user wallets to smart contracts—is stored as an "account" (like a file) in a gian…

14:54
2026-05-22
dev.to
web3

$500 Challenge Drop

The article announces a $500 prize draw for participants in the 100 Days of Solana program who complete the Day 36 or 37 challenge. The program, created by MLH and Solana, is a daily hands-on learning…

10:16
2026-05-22
dev.to
web3

Arc 1 Recap: Keypairs, Wallets, and Solana Fundamentals

First part of the "100 Days of Solana" series, which introduces key Web3 fundamentals. It explains that a Solana identity begins with a locally generated keypair (a public and private key), not a serv…

09:41
2026-04-30
gist.github.com
developer-tools

Configuring minimum release age across npm, pnpm, and yarn

Setting a minimum release age (cooldown) on dependencies is a low-effort, high-impact defense against supply-chain attacks, as most malicious packages are detected and removed within hours. All three …

← prev page 3 / 3
// co-occurs with top 8 entities