#ruby

[ follow ]
Ruby on Rails
fromRubyflow
3 days ago

dsa.rb: Practice core dsa in Ruby from the command line

The tool aids in mastering core algorithms through repetitive practice rather than exhaustive performance testing.
fromrubyflow.com
1 week ago
Ruby on Rails

Lancelot: Ruby Bindings for Lance with Hybrid Search

Lancelot offers efficient Ruby-native bindings to Lance for managing ML workloads with features like hybrid search and support for vector and text search.
fromInfoQ
2 weeks ago

Refactoring Stubborn, Legacy Codebases

One pervasive assumption in a stubborn codebase is that there's only one way to talk to the database, limiting potential changes and upgrades.
Ruby on Rails
Ruby on Rails
fromRubyflow
2 weeks ago

RapiTapir - APIs so clean and fast, they practically run wild!

RapiTapir enhances Ruby API development with type safety, automatic documentation, and a clean DSL, making the process more efficient and less error-prone.
Ruby on Rails
fromRubyflow
1 month 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.
Ruby on Rails
fromHackernoon
1 year ago

How I Landed My First Client Midway Through The Odin Project | HackerNoon

Successfully developed a custom pricing app for a friend's business while learning from The Odin Project.
fromrubyflow.com
1 month ago
Ruby on Rails

OpenAI and ruby? Yes, we can!

Artificial intelligence can be effectively combined with Ruby to create innovative workflows.
fromRubyflow
1 month 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
2 months 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
2 months 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
2 months 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
3 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
fromRubyflow
4 months ago
Ruby on Rails

New post on why the .gemspec file deserves more attention.

A .gemspec is essential for defining the identity and functionality of a Ruby gem.
[ Load more ]