DEV Community

Germán Alberto Gimenez Silva profile picture

Germán Alberto Gimenez Silva

With over 20 years of experience, I’ve enjoyed programming in Python, Ruby, and exploring a wide range of technologies, including databases, Docker, and Linux systems. Passionate about solving complex

Joined Joined on  Personal website https://rubystacknews.com/
RubyWorld Conference 2025: PicoRuby, mruby Girls, and the Future of Embedded Ruby

RubyWorld Conference 2025: PicoRuby, mruby Girls, and the Future of Embedded Ruby

Comments
4 min read

Want to connect with Germán Alberto Gimenez Silva?

Create an account to connect with Germán Alberto Gimenez Silva. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
🚦 Understanding CORS in Modern Web Development

🚦 Understanding CORS in Modern Web Development

Comments
4 min read
💥 Yes, YOU Can Fix a Bug in IRB — Here’s How a Simple Emoji Crash Led to a Real Ruby Patch

💥 Yes, YOU Can Fix a Bug in IRB — Here’s How a Simple Emoji Crash Led to a Real Ruby Patch

Comments
4 min read
The Ruby Bindings Every Rails Developer Should Know

The Ruby Bindings Every Rails Developer Should Know

Comments 1
3 min read
Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c 🛠

Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c 🛠

Comments
4 min read
Debugging in Real Life: How I Use Rails.logger and Docker Logs in My Daily Workflow

Debugging in Real Life: How I Use Rails.logger and Docker Logs in My Daily Workflow

Comments
4 min read
Ruby and Lisp — What Ruby Borrowed from Lisp’s Spirit

Ruby and Lisp — What Ruby Borrowed from Lisp’s Spirit

Comments
5 min read
🚀 Bundler 4.0.0.beta1: A Big Step Forward for Writing Clean and Modern Ruby

🚀 Bundler 4.0.0.beta1: A Big Step Forward for Writing Clean and Modern Ruby

Comments
3 min read
🚀 Understanding reverse_merge in Ruby on Rails

🚀 Understanding reverse_merge in Ruby on Rails

Comments
2 min read
Readable Specs vs. Clever Specs: Finding the Balance in Test Design

Readable Specs vs. Clever Specs: Finding the Balance in Test Design

Comments
3 min read
🚀 Ruby 4.0.0 Preview2 is Here!

🚀 Ruby 4.0.0 Preview2 is Here!

Comments
3 min read
🚦 Understanding State Machines in Ruby: Concepts, Examples & the Best Gems

🚦 Understanding State Machines in Ruby: Concepts, Examples & the Best Gems

Comments
3 min read
Mastering Ruby’s Object Model and Metaprogramming in Rails:

Mastering Ruby’s Object Model and Metaprogramming in Rails:

Comments
4 min read
💎 Unless: The Ruby Way to Not Say No

💎 Unless: The Ruby Way to Not Say No

Comments 1
2 min read
🔍 Understanding Ruby’s .. Range Operator in ActiveRecord Queries

🔍 Understanding Ruby’s .. Range Operator in ActiveRecord Queries

Comments
3 min read
🔗 Ruby’s zip: Elegant Array Merging Made Easy

🔗 Ruby’s zip: Elegant Array Merging Made Easy

Comments
2 min read
🧠 Hash Transformations in Ruby: index_by vs index_with

🧠 Hash Transformations in Ruby: index_by vs index_with

2
Comments
2 min read
El que busca, encuentra: A Survey of Search Strategies in Ruby

El que busca, encuentra: A Survey of Search Strategies in Ruby

Comments
3 min read
🧭 Simplifying Deeply Nested Routes in Rails with shallow: true

🧭 Simplifying Deeply Nested Routes in Rails with shallow: true

Comments
3 min read
🚀 Using MongoDB in Ruby on Rails with Mongoid: A Practical Example

🚀 Using MongoDB in Ruby on Rails with Mongoid: A Practical Example

Comments
3 min read
🔍 Exploring Ruby’s Hidden Powers: Getting Full System Info with Pure Ruby

🔍 Exploring Ruby’s Hidden Powers: Getting Full System Info with Pure Ruby

Comments
3 min read
⚡ Boosting Reactive Programming Performance with JIT: Meet Reactive Ruby

⚡ Boosting Reactive Programming Performance with JIT: Meet Reactive Ruby

Comments
3 min read
🧵 From ASCII to Emojis: Understanding Ruby’s .chr and .ord Methods

🧵 From ASCII to Emojis: Understanding Ruby’s .chr and .ord Methods

1
Comments
2 min read
Keep Your Ruby Projects Secure and Up-to-Date with Dependabot

Keep Your Ruby Projects Secure and Up-to-Date with Dependabot

Comments
2 min read
🧠 SOLID vs OOP in Ruby: Are We Just Repackaging the Same Ideas?

🧠 SOLID vs OOP in Ruby: Are We Just Repackaging the Same Ideas?

Comments
4 min read
🚰 Streaming CSV Data: Line-by-Line Processing Like Draining a Tank

🚰 Streaming CSV Data: Line-by-Line Processing Like Draining a Tank

Comments
2 min read
🚨 Erratum: The N+1 Problem in Rails (and How I Redeemed Myself)

🚨 Erratum: The N+1 Problem in Rails (and How I Redeemed Myself)

Comments
3 min read
🧱 Behind the Scenes of a Rails App: Understanding Middleware

🧱 Behind the Scenes of a Rails App: Understanding Middleware

Comments
2 min read
📘 Designing RESTful APIs with Ruby on Rails: Conventions and Practical Implementation

📘 Designing RESTful APIs with Ruby on Rails: Conventions and Practical Implementation

Comments
4 min read
🧨 One-Liners That Get You Back to Your Weekend (Fast Ruby Project Starters)

🧨 One-Liners That Get You Back to Your Weekend (Fast Ruby Project Starters)

Comments
3 min read
🔍 Understanding Ruby’s Method Lookup Algorithm: A Must for Every Developer

🔍 Understanding Ruby’s Method Lookup Algorithm: A Must for Every Developer

1
Comments
3 min read
💎 PicoRuby: Bringing Ruby to Microcontrollers and the Edge of IoT

💎 PicoRuby: Bringing Ruby to Microcontrollers and the Edge of IoT

Comments
3 min read
Understanding config/database.yml in Ruby on Rails

Understanding config/database.yml in Ruby on Rails

Comments
3 min read
🔐 Securing Your Ruby Apps with bundler-audit

🔐 Securing Your Ruby Apps with bundler-audit

Comments
2 min read
🌅 Building a Ruby on Rails API with Swagger Documentation: A Practical Guide

🌅 Building a Ruby on Rails API with Swagger Documentation: A Practical Guide

Comments 2
6 min read
Generating Executable API Documentation for Ruby on Rails with RSwag

Generating Executable API Documentation for Ruby on Rails with RSwag

Comments
4 min read
Supercharging Ruby with Embedded TypedData Objects

Supercharging Ruby with Embedded TypedData Objects

Comments
2 min read
Simulating External APIs in RSpec: A Clean Approach Using WebMock

Simulating External APIs in RSpec: A Clean Approach Using WebMock

Comments
3 min read
🧼 Skinny Controllers, Fat Models – A Classic Ruby on Rails Guideline

🧼 Skinny Controllers, Fat Models – A Classic Ruby on Rails Guideline

Comments
3 min read
Understanding Data Structures and Method Operations: A Key to Efficient Software Development

Understanding Data Structures and Method Operations: A Key to Efficient Software Development

Comments
8 min read
Just read Shopify’s latest update on Sorbet — they’ve added support for inline RBS comments, and it’s a game changer for type...

Just read Shopify’s latest update on Sorbet — they’ve added support for inline RBS comments, and it’s a game changer for type...

Comments
1 min read
🚀 Ruby 3.5 Brings Serious Speed to Object Allocation 💎⚡

🚀 Ruby 3.5 Brings Serious Speed to Object Allocation 💎⚡

1
Comments 1
2 min read
Automating Document Generation with AI in Ruby on Rails

Automating Document Generation with AI in Ruby on Rails

1
Comments
3 min read
🚨 Alert: ZJIT Merge — What Ruby | Rails Developers Should Know 🚨

🚨 Alert: ZJIT Merge — What Ruby | Rails Developers Should Know 🚨

Comments
2 min read
Building a Microservice Architecture with Ruby: A Practical Guide

Building a Microservice Architecture with Ruby: A Practical Guide

Comments
4 min read
📲 Generating Valid WhatsApp Numbers with Ruby: A Practical Approach to International Number Parsing

📲 Generating Valid WhatsApp Numbers with Ruby: A Practical Approach to International Number Parsing

Comments
4 min read
📝 Method Naming Conventions in Ruby and Rails ( ? ! _ )

📝 Method Naming Conventions in Ruby and Rails ( ? ! _ )

Comments
4 min read
🐒 Monkey Patching in Ruby: What It Is and Why You Should Be Careful

🐒 Monkey Patching in Ruby: What It Is and Why You Should Be Careful

Comments
2 min read
The Pitfalls of Overusing rescue in Ruby (and How to Do It Right)

The Pitfalls of Overusing rescue in Ruby (and How to Do It Right)

Comments
4 min read
How to Use APIs in Ruby: A Step-by-Step Guide with Faraday, HTTParty, and Net::HTTP

How to Use APIs in Ruby: A Step-by-Step Guide with Faraday, HTTParty, and Net::HTTP

Comments
5 min read
🔍 Debugging in Ruby: irb, pry, byebug, and debug — What You Should Know

🔍 Debugging in Ruby: irb, pry, byebug, and debug — What You Should Know

Comments 3
3 min read
✅ Building Clean and Reusable UI with ViewComponent in Rails

✅ Building Clean and Reusable UI with ViewComponent in Rails

Comments
3 min read
🔐 Building Token-Based Authentication in a Rails API with JWT

🔐 Building Token-Based Authentication in a Rails API with JWT

Comments
5 min read
🚀 Mastering CD Across GitHub, GitLab, Jenkins, CircleCI & Bitbucket — Deploying Seamlessly to AWS, GCP, DigitalOcean & Heroku

🚀 Mastering CD Across GitHub, GitLab, Jenkins, CircleCI & Bitbucket — Deploying Seamlessly to AWS, GCP, DigitalOcean & Heroku

Comments
5 min read
Mastering CI Across GitHub, GitLab, Jenkins & CircleCI — Without Losing Your Sanity

Mastering CI Across GitHub, GitLab, Jenkins & CircleCI — Without Losing Your Sanity

Comments
6 min read
🎸 Building a Multi-Tenant Rails App for Music Stores Using Apartment

🎸 Building a Multi-Tenant Rails App for Music Stores Using Apartment

Comments
3 min read
🎉 RubyStackNews.com Is Reaching the World! 🌍

🎉 RubyStackNews.com Is Reaching the World! 🌍

Comments
3 min read
🔧 Managing Files on AWS S3 with Ruby Shouldn’t Be a Hassle — So I Built S3FileManager

🔧 Managing Files on AWS S3 with Ruby Shouldn’t Be a Hassle — So I Built S3FileManager

Comments
3 min read
Getting Started with Capybara and Selenium for Web Testing

Getting Started with Capybara and Selenium for Web Testing

Comments
4 min read
🔒 Free SSL Certificates for Your Ruby on Rails App Using Let’s Encrypt

🔒 Free SSL Certificates for Your Ruby on Rails App Using Let’s Encrypt

Comments
3 min read
loading...