Forem

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

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

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

Comments
3 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 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 💎⚡

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

Automating Document Generation with AI in Ruby on Rails

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
Mastering the render Method in Rails: Behind the Scenes of Efficient Response Handling

Mastering the render Method in Rails: Behind the Scenes of Efficient Response Handling

Comments
4 min read
Effective Validation and Data Integrity in Rails: A Comprehensive Approach

Effective Validation and Data Integrity in Rails: A Comprehensive Approach

Comments
4 min read
Scrutinizing External APIs in React: How I Integrated Real-Time Dollar Data

Scrutinizing External APIs in React: How I Integrated Real-Time Dollar Data

Comments
4 min read
🌐 Add Multiple Languages to Your React App Using react-i18next

🌐 Add Multiple Languages to Your React App Using react-i18next

Comments
3 min read
🔗 Connecting Ruby on Rails and React: Building a Simple User List API

🔗 Connecting Ruby on Rails and React: Building a Simple User List API

Comments
3 min read
🚀 Getting Started with React and Docker: A “Hello World” for Ruby Developers

🚀 Getting Started with React and Docker: A “Hello World” for Ruby Developers

Comments
3 min read
⚠️ The Definitive Solution to Your Rails + Docker + Time Zone Headaches! 😵💫⏱️

⚠️ The Definitive Solution to Your Rails + Docker + Time Zone Headaches! 😵💫⏱️

1
Comments
3 min read
Why Enumerable#tally Can Be Slower Than each_with_object in Ruby

Why Enumerable#tally Can Be Slower Than each_with_object in Ruby

Comments
3 min read
Exploring Ruby’s Standard Library Gems: Hidden Power at Your Fingertips

Exploring Ruby’s Standard Library Gems: Hidden Power at Your Fingertips

Comments
3 min read
🛠️ Building a Simple Rails App to Display HTTP Request Headers

🛠️ Building a Simple Rails App to Display HTTP Request Headers

Comments
3 min read
✨ The Art of Lossless Data Compression in Ruby

✨ The Art of Lossless Data Compression in Ruby

Comments
2 min read
💬 Grateful for the Feedback!

💬 Grateful for the Feedback!

Comments
2 min read
Optimizing Ruby Memory Usage with jemalloc-rb

Optimizing Ruby Memory Usage with jemalloc-rb

Comments
3 min read
🧩 Modeling Dynamic Product Fields in Rails with the EAV Pattern

🧩 Modeling Dynamic Product Fields in Rails with the EAV Pattern

Comments
3 min read
🧠 Understanding Ruby’s YARV (Yet Another Ruby VM) Stack Mechanics – From Code to Execution

🧠 Understanding Ruby’s YARV (Yet Another Ruby VM) Stack Mechanics – From Code to Execution

Comments
3 min read
🔍 Behind the Code: Crafting a Thoughtful .gemspec for Your Ruby Gem

🔍 Behind the Code: Crafting a Thoughtful .gemspec for Your Ruby Gem

Comments
3 min read
🚀 Introducing TrixGenius Alpha 0.1.4 – Now with AI-Powered Math Evaluation!

🚀 Introducing TrixGenius Alpha 0.1.4 – Now with AI-Powered Math Evaluation!

Comments
4 min read
🔒 Understanding Closures in Ruby: A Powerful Yet Elegant Feature

🔒 Understanding Closures in Ruby: A Powerful Yet Elegant Feature

Comments
3 min read
🔧 How I Used inject_into_file and YAML to Automate File Changes in Rails

🔧 How I Used inject_into_file and YAML to Automate File Changes in Rails

Comments
3 min read
🚀 Finally! The Alpha Version of TrixGenius Has Arrived — Supercharge Your Trix Editing Experience with AI! 🧠

🚀 Finally! The Alpha Version of TrixGenius Has Arrived — Supercharge Your Trix Editing Experience with AI! 🧠

Comments
5 min read
🔧 Making Ruby on Rails Integration Easier with trix-genius Generators

🔧 Making Ruby on Rails Integration Easier with trix-genius Generators

Comments
3 min read
Creating a Ruby Gem to Add AI Power to the Trix Text Editor – Trix-Genius v0.0.5

Creating a Ruby Gem to Add AI Power to the Trix Text Editor – Trix-Genius v0.0.5

Comments
6 min read
Supercharging Trix Editor with Rails Generators 🚀

Supercharging Trix Editor with Rails Generators 🚀

Comments
4 min read
🚀 Automating Ruby Gem Creation with Thor: A Guide to the Generator Script 🚀

🚀 Automating Ruby Gem Creation with Thor: A Guide to the Generator Script 🚀

Comments
3 min read
Mastering Rails Migrations: A Deep Dive into change_table and Schema Evolution

Mastering Rails Migrations: A Deep Dive into change_table and Schema Evolution

3
Comments
4 min read
Make Your GitHub Profile Stand Out: Showcase Your Work with Dynamic Stats

Make Your GitHub Profile Stand Out: Showcase Your Work with Dynamic Stats

Comments
2 min read
Creating a Ruby Gem Scaffold with Docker and PostgreSQL

Creating a Ruby Gem Scaffold with Docker and PostgreSQL

Comments
3 min read
Creating Reusable code in Rails: Plugins, Metaprogramming, and Best Practices

Creating Reusable code in Rails: Plugins, Metaprogramming, and Best Practices

Comments
4 min read
Mastering State Machines in Ruby on Rails: A Friday Insight

Mastering State Machines in Ruby on Rails: A Friday Insight

Comments
3 min read
Handling File Transfers in a Heroku Environment with Net::SFTP

Handling File Transfers in a Heroku Environment with Net::SFTP

Comments
2 min read
Automating Database Seeding for Reliable Tests in Rails

Automating Database Seeding for Reliable Tests in Rails

Comments
2 min read
loading...