Programming Tutorials

Curated development tutorials from top sources. Filter by language.

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

Ruby: Where are we going? 2026 Edition

This is more of a self-reflection than a proper blog post. As someone who has spent the last five years working primarily with statically typed langua

ruby dev.to Apr 04, 2026

Hotwire and Turbo for AI Builders

Welcome back to the "Ruby for AI" series. By now you have probably noticed something about Rails: it gets really productive when you stop fighting its

ruby dev.to Apr 04, 2026

Configurando AWS SQS no Ruby On Rails

É importante ressaltar que dependendo da ação você quer executar haverá maneiras diferentes de configurar o SQS, por exemplo você pode querer usar ele

ruby dev.to Apr 03, 2026

Rails API Mode for AI Builders

Hello and welcome to article #11 in our "Ruby for AI" series! Today, we're diving into a crucial aspect of building robust AI-powered applications: Ra

ruby dev.to Apr 03, 2026

Authentication from Scratch in Rails

Welcome back to the "Ruby for AI" series. This is the part where Rails starts feeling like a real product framework instead of just a nice way to rend

ruby dev.to Apr 03, 2026

A Self-Hosted Image Sharing Pipeline

Image URLs break. You paste a screenshot into Teams, share the link, and six months later it's gone. Corporate firewalls block Imgur. Third-party serv

ruby dev.to Apr 01, 2026

Maintaining Open Source in the AI Era

I've been maintaining a handful of open source packages lately: mailview, mailjunky (in both Python and Ruby), and recently dusted off an old Ruby gem

ruby dev.to Apr 01, 2026

💎REL: oauth2 v2.0.18

oauth2 v2.0.18 was released... almost five months ago. And I never got around to posting about it. Being unemployed is a LOT of work... As a particip

ruby dev.to Apr 01, 2026

Forms & Validations in Rails

Forms are where users hand your app messy, incomplete, or malicious input. Validations are how your app refuses bad data before it reaches the databas

ruby dev.to Apr 01, 2026

Models & Active Record in Rails

Models are where Rails turns rows into objects you can work with. For AI products, this matters fast: conversations, prompts, documents, embeddings, j

ruby dev.to Apr 01, 2026

Routes, Controllers, and Views in Rails

This article is part of the Ruby for AI series, teaching you how to build web applications that can serve AI-powered features using Ruby on Rails.

ruby dev.to Mar 31, 2026

Your First Rails App for AI Builders

This is article #6 in the Ruby for AI series, where we build practical Ruby skills step by step toward AI-powered applications. Why Rails fo

ruby dev.to Mar 31, 2026

Object-Oriented Ruby for AI Developers

Ruby's object-oriented design makes it exceptionally well-suited for building structured AI systems. In this installment of the Ruby for AI series, we

ruby dev.to Mar 31, 2026
« Prev Page 2 of 4 Next »