Programming Tutorials

Curated development tutorials from top sources. Filter by language.

All python javascript php go ruby java rust typescript general sql css
dev.to realpython freecodecamp

Build Claude agents using Ruby

I went looking for a Ruby port of Anthropic's Claude Agent SDK this week, the thing that ships as pip install claude-agent-sdk for Python and npm inst

ruby dev.to Jul 03, 2026

Beam Up: CLI to deploy static sites

Beam Up is a command-line tool I wanted for some time. Its goal is to make deployments of static sites across various providers simpler from your mach

ruby dev.to Jun 30, 2026

validates vs validate in Rails

The difference between validates and validate in Rails is one letter, and that letter changes everything. One is the built-in helper you feed a list o

ruby dev.to Jun 27, 2026

Scopes vs class methods in Rails

Scopes and class methods in Rails do almost the same job, which is exactly why the question trips people up. The honest answer is that a scope is basi

ruby dev.to Jun 27, 2026

Protobuf vs JSON

Modern applications thrive on fast and efficient communication. While JSON has long been the go-to format for data exchange, many large-scale tech com

ruby dev.to Jun 27, 2026

How to Match Orders in 100 Lines of Ruby

Order matching has dropped in Shitcoin Swap in ~100 lines of Ruby. Most crypto exchanges reach for an existing matching engine or a Uniswap-style AMM

ruby dev.to Jun 27, 2026
« Prev Page 2 of 18 Next »