-
Build a Solana Token Launch Platform from Scratch
I built a platform where users can create and launch their own Solana tokens with liquidity pools. Think pump.fun but you own the code.
-
Claude Code Tips That Actually Save Me Hours Every Day
I've been using Claude Code as my main coding tool for months. Here are the tips and shortcuts that made the biggest difference in my workflow.
-
Create a Paid Solana API Service with Express and SOL Payments
I built an API that accepts SOL payments for access. No Stripe, no subscriptions — just on-chain payments and API keys. Here's the full setup.
-
Build a Solana Liquidation Bot That Actually Makes Money
Liquidation bots on Solana earn rewards by closing underwater lending positions. I built one targeting Solend and Marginfi — here's how it works.
-
Automate Solana Yield Farming with Jupiter and Raydium
I automated my Solana yield farming strategy — auto-compounding, rebalancing, and harvesting rewards without touching a UI. Here's the code.
-
I Built a Solana MEV Bot — Here's What I Learned
I spent weeks building a Solana MEV bot to understand sandwich attacks and backrunning. Most of it failed, but I learned more about Solana than anything else I've done.
-
Build a Solana Copy Trading Bot That Mirrors Whale Wallets
I built a bot that watches profitable Solana wallets and copies their trades automatically. Here's how it works and what I learned running it.
-
Arbitrage on Solana: Find Price Gaps Between DEXs with Node.js
I wrote a script that scans Raydium and Orca for the same token pair and flags when prices diverge enough to profit. Here's the full code.
-
Build a Solana Price Alert Bot in 50 Lines of TypeScript
I got tired of checking DEXScreener every 5 minutes. So I built a tiny bot that watches Solana token prices and sends me alerts. Here's the full code.
-
How to Decode Solana Program Logs Like a Pro
Solana program logs look like noise until you know what to look for. Here's how I extract useful data from logs — swap amounts, errors, and custom events — using @solana/web3.js.