📰 Dev.to · Davide Santangelo
Articles from Dev.to · Davide Santangelo · 9 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10099)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Davide Santangelo
1y ago
Building a simple URL Shortener with Rails 8: A Step-by-Step Guide
In this tutorial, we'll walk through creating a modern URL shortener application called "YLL" (Your...

Dev.to · Davide Santangelo
1y ago
Scaling a Ruby on Rails Web Service for beginners
Scaling a Ruby on Rails web service requires a combination of architectural strategies, code...

Dev.to · Davide Santangelo
1y ago
10 Basic Ruby/ RoR Prompts to Test in Your Favorite LLM
Detailed Explanation of 10 Ruby and Ruby on Rails Coding Prompts In this article, we will...

Dev.to · Davide Santangelo
1y ago
Streaming CSV Downloads in Rails: A Practical Guide
Streaming large CSV files directly from your Rails application is an efficient way to handle data...

Dev.to · Davide Santangelo
1y ago
Efficient Chunked File Downloads in Rails: Streaming CSV Exports
In Rails applications, exporting large datasets into CSV files can be challenging, especially when...

Dev.to · Davide Santangelo
1y ago
A Deep Dive into the Statesman Gem for Ruby: Building Flexible State Machines
State management is an integral part of many applications, especially when dealing with workflows,...

Dev.to · Davide Santangelo
3y ago
10 (simple) Ruby Interview Question
[1] What is a block in Ruby and how is it different from a proc? A block in Ruby is a...

Dev.to · Davide Santangelo
3y ago
Redis pub/sub with ruby
Redis is an in-memory data structure store that is often used as a database, cache, and message...

Dev.to · Davide Santangelo
3y ago
Ruby#lazy
Here is an advanced tip for working with the Ruby programming language: When working with large...
DeepCamp AI