#ruby

[ follow ]
Ruby on Rails
fromRubyflow
1 week ago

Run LLMs natively in Ruby with Rust + GPU support

Red Candle enables running large language models directly in Ruby via Rust, enhancing integration and performance.
#programming
fromrubyflow.com
3 weeks ago
Ruby on Rails

OpenAI and ruby? Yes, we can!

Artificial intelligence can be effectively combined with Ruby to create innovative workflows.
fromRubyflow
4 weeks ago
Ruby on Rails

El que busca, encuentra - and Ruby proves it.

Ruby offers expressive methods and algorithms for searching in arrays and hashes.
fromRubyflow
1 month ago

Ever wondered how Ruby translates numbers into characters-or even emojis?

Ruby's .chr and .ord methods demystify the journey of characters from raw bytes to multi-byte UTF-8 encoding, revealing the intricacies of ASCII and beyond.
fromRubyflow
1 month ago

GitHub Flavored Markdown in Rails with Commonmarker

Commonmarker stands out among Ruby gems as it implements the CommonMark specifications while also accommodating GitHub-flavored Markdown, which enhances user functionality and satisfaction.
fromRubyflow
1 month ago

New Gem: xmp_toolkit_ruby - Ruby Bindings for Adobe's XMP Toolkit SDK

This proof of concept aims to show how Ruby can interact with XMP metadata for various file types, democratizing access for developers.
fromRubyflow
1 month ago

Deep Dive into Ruby Data Structures & Core Enumerable Methods

In Ruby, methods like .each, .map, .select, .reduce, and .inject serve as powerful tools that reveal the inner workings of data structures, enabling developers to write cleaner code.
fromRubyflow
2 months ago
Ruby on Rails

Struggling with error handling in your Ruby apps?

Excessive use of `rescue` can make debugging difficult and hide critical bugs.
fromRubyflow
2 months ago
Ruby on Rails

Testing Beyond the Basics in Ruby

Test suites should aim to provide more than just passing results; they should also ensure comprehensive coverage and understanding.
fromHackernoon
1 year ago

The Odin Project's Chess Game Took Me Weeks to Finish-And I'd Still Do It Again | HackerNoon

I figured I'd share my experience to help anyone else gearing up to tackle it, trust me, it's not as scary as it seems!
Board games
#gems
Software development
fromHackernoon
1 year ago

My Journey With the Connect Four Terminal Game | HackerNoon

Effective TDD enhances comprehension through practical application, boosting confidence and understanding of software testing principles.
Ruby on Rails
fromRubyflow
3 months ago

Running ruby on jupyter notebooks

Ruby developers can enhance their coding experience by using Jupyter notebooks with the iruby gem for interactive development.
fromRubyflow
4 months ago
Ruby on Rails

Small and Little Things Matter in Programming!

Leveraging Ruby's enumerable methods can enhance code efficiency even in simple programming tasks.
fromRubyflow
4 months ago
Ruby on Rails

Gitingest: Code -> LLM prompt

Gitingest is a Ruby gem aimed at improving Git workflows by simplifying tasks and enhancing usability.
fromRubyflow
5 months ago

Recreating the Classic Snake Game in Ruby: A Nostalgic Coding Adventure

In this article, I break down how I built the game from scratch, covering everything from dynamic food placement and collision detection to wall wrapping and modular design.
fromRubyflow
5 months ago
Ruby on Rails

Compile Ruby apps with Tebako

Tebako allows efficient distribution of Ruby apps with significantly smaller binaries than competitors like Heroku.
Ruby on Rails
fromRubyflow
7 months ago

Ruby Version Manager 4 Windows v1.0.0 released

rvm-windows 1.0.0 released, enabling Ruby environment management on Windows with a similar command line experience to the Unix version.
Ruby on Rails
fromRubyflow
8 months ago

Ruby Concurrency and Parallelism

Elixir excels in concurrency through ErlangVM, while Ruby has evolved with threads and ractors for parallelism, each catering to different project needs.
[ Load more ]