Writing Ruby Bindings for C Libraries March 4, 2026 Building Native Extensions with C (and Rust) Ruby is known for its productivity and elegant syntax, but sometimes performance-critical tasks require lower-level languages. Fortunately, Ruby provides a powerful mechanism called C extensions, allowing Ruby code to call native C functions directly. This approach enables Ruby developers … Continue reading Writing Ruby Bindings for C Libraries
Category: coding
🇯🇵 Kaigi 2026 Is Approaching — Why the Global Ruby Community Should Pay Close Attention
Kaigi 2026 Is Approaching — Why the Global Ruby Community Should Pay Close Attention March 2, 2026 With April approaching, RubyKaigi 2026 is about to take place in Hakodate, Japan — and for the global Ruby community, this is not just another date on the calendar. It is a moment that often defines the technological … Continue reading 🇯🇵 Kaigi 2026 Is Approaching — Why the Global Ruby Community Should Pay Close Attention
Making Maps with Ruby
Making Maps with Ruby January 29, 2026 Static and animated cartography built directly from GeoJSON For a long time, generating maps from code meant working inside heavy ecosystems designed primarily for analysis. Those tools are powerful, but they are not always the right fit. In many practical scenarios, the problem is simpler and more concrete: … Continue reading Making Maps with Ruby
libgd-gis moves into serious cartography territory
January 13, 2026 Rivers of Europe and Entre Ríos rendered directly in Ruby Today marks a major milestone for libgd-gis: we crossed from “experimental map renderer” into a real GIS-grade drawing engine. Using nothing but Ruby + libgd, we are now able to render continent-scale river networks, provincial hydrology, and complex GeoJSON layers with proper … Continue reading libgd-gis moves into serious cartography territory
Ruby just got a real sepia filter
January 6, 2026 Why ruby-libgd is becoming Ruby’s new graphics engine Yesterday something important happened in the Ruby ecosystem. I added a native sepia filter to ruby-libgd — Ruby’s new binding to the GD Graphics Library — and with it Ruby took another step toward regaining something it quietly lost over the last decade: a … Continue reading Ruby just got a real sepia filter
Rebuilding Ruby’s Image Processing Layer: Why ruby-libgd Matters for GIS and the Future of Ruby
Ruby on Rails Developer | Ruby, Backend January 2, 2026 In late 2025, during a RubyConf presentation about disaster-response systems, an uncomfortable truth was stated publicly: Generating map tiles and images on the server is difficult in Ruby. RMagick and MiniMagick were too slow. ruby-gd is used, but it is poorly maintained. This was not … Continue reading Rebuilding Ruby’s Image Processing Layer: Why ruby-libgd Matters for GIS and the Future of Ruby
Smart Test Suites with Ruby
December 15, 2025 Lessons from Ruby World Conference 2025 At Ruby World Conference 2025, Masatoshi Seki (関 将俊) and Miwa Fukaya (深谷 美和) presented a talk grounded in something rare in our industry: more than 20 years of real testing history. Their presentation, “How to Create Today’s Recommended Tests”, introduces Ninja Testing — a testing … Continue reading Smart Test Suites with Ruby
Exploring the World of Electronic Engineering with PicoRuby
Exploring the World of Electronic Engineering with PicoRuby December 11, 2025 Based on the presentation “Exploring the World of Electronic Engineering with PicoRuby” by Hayao Kimura at Ruby World Conference 2025. Advertise on RubyStackNews RubyStackNews is a niche publication read by Ruby and Rails developers worldwide. Our audience includes senior engineers, tech leads, and decision-makers … Continue reading Exploring the World of Electronic Engineering with PicoRuby
Why Now Is the Right Time for PicoRuby
December 10, 2025 Based on the presentation script from RubyWorld Conference 2025 This article is based on the script of the presentation “Why Now Is the Right Time for PicoRuby”, delivered by Hitoshi Hasumi (ANDPAD Inc.) at RubyWorld Conference 2025. The original session was a 30-minute conference talk, and this text adapts its core ideas, … Continue reading Why Now Is the Right Time for PicoRuby
🧰 Ruby Gems With Powerful Generators You Should Be Using in Your Rails Projects
December 9, 2025 A curated list of tools that accelerate development and keep your codebase clean One of the most underrated strengths of Ruby on Rails is its generator ecosystem. Beyond the native Rails generators, many gems ship with their own commands to scaffold authentication, background jobs, pagination, translations, slugs, geolocation, and much more. These … Continue reading 🧰 Ruby Gems With Powerful Generators You Should Be Using in Your Rails Projects









