<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Ruby News</title>
		<link>https://dev-radar.pages.dev/topics/ruby/</link>
		<description>Latest Ruby headlines from Dev Radar</description>
		<language>en-us</language>
		<lastBuildDate>Mon, 13 Apr 2026 12:37:52 GMT</lastBuildDate>
		<atom:link href="https://dev-radar.pages.dev/topics/ruby/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Unlocking the Power of Ruby&#39;s Meta-Programming: A Deep Dive into Dynamic Method Invocation and Code Generation</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/unlocking-the-power-of-rubys-meta-programming-a-deep-dive-into-dynamic-method-invocation-and-code-generation/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/unlocking-the-power-of-rubys-meta-programming-a-deep-dive-into-dynamic-method-invocation-and-code-generation/</guid>
				<pubDate>Mon, 13 Apr 2026 12:36:55 GMT</pubDate>
				<description>Ruby is a language known for its flexibility and expressiveness, and one of the key features that enables this is its meta-programming capabilities. Meta-programming allows developers to write code that can manipulate and generate other code at runtime, making it a powerful tool </description>
			</item>
		
			<item>
				<title>Ruby Concurrency Cheatsheet: A Quick Reference for Working with Threads, Fibers, and Concurrent-Ruby</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/ruby-concurrency-cheatsheet-a-quick-reference-for-working-with-threads-fibers-and-concurrent-ruby/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/ruby-concurrency-cheatsheet-a-quick-reference-for-working-with-threads-fibers-and-concurrent-ruby/</guid>
				<pubDate>Mon, 13 Apr 2026 12:26:26 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;Ruby Concurrency Cheatsheet: A Quick Reference for Working with Threads, Fibers, and Concurrent-Ruby&quot;, &quot;content&quot;: &quot; Introduction Ruby is a popular programming language known for its simplicity and ease of use. However, as applications grow in complexity, concurrency b</description>
			</item>
		
			<item>
				<title>Benchmarking Ruby Web Frameworks: A Comparison of Rails, Sinatra, and Hanami</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/benchmarking-ruby-web-frameworks-a-comparison-of-rails-sinatra-and-hanami/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/benchmarking-ruby-web-frameworks-a-comparison-of-rails-sinatra-and-hanami/</guid>
				<pubDate>Mon, 13 Apr 2026 12:22:29 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;Benchmarking Ruby Web Frameworks: A Comparison of Rails, Sinatra, and Hanami&quot;, &quot;content&quot;: &quot; Introduction When it comes to building web applications in Ruby, choosing the right framework can be a daunting task. With several options available, each with its own strength</description>
			</item>
		
			<item>
				<title>10 Underutilized Ruby Standard Library Gems That Can Simplify Your Code</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/10-underutilized-ruby-standard-library-gems-that-can-simplify-your-code/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/10-underutilized-ruby-standard-library-gems-that-can-simplify-your-code/</guid>
				<pubDate>Mon, 13 Apr 2026 12:18:55 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;10 Underutilized Ruby Standard Library Gems That Can Simplify Your Code&quot;, &quot;content&quot;: &quot; Ruby&#39;s standard library is a treasure trove of useful gems that can simplify your code and make your development life easier. However, many of these gems are often overlooked, and d</description>
			</item>
		
			<item>
				<title>Optimizing Ruby Memory Usage: A Deep Dive into Garbage Collection and Object Allocation</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/optimizing-ruby-memory-usage:-a-deep-dive-into-garbage-collection-and-object-allocation/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/optimizing-ruby-memory-usage:-a-deep-dive-into-garbage-collection-and-object-allocation/</guid>
				<pubDate>Mon, 13 Apr 2026 12:15:26 GMT</pubDate>
				<description>Optimizing Ruby Memory Usage: A Deep Dive into Garbage Collection and Object Allocation I. Introduction Ruby&#39;s garbage collection is a crucial component of the language, responsible for automatically managing memory and eliminating the need for manual memory management. However, </description>
			</item>
		
			<item>
				<title>Mastering Caching in Ruby: A Step-by-Step Guide to Boosting Application Performance</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/mastering-caching-in-ruby:-a-step-by-step-guide-to-boosting-application-performance/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/mastering-caching-in-ruby:-a-step-by-step-guide-to-boosting-application-performance/</guid>
				<pubDate>Mon, 13 Apr 2026 12:07:00 GMT</pubDate>
				<description>Introduction Caching is a crucial technique for optimizing the performance of Ruby applications. By storing frequently accessed data in a cache, applications can reduce the number of requests made to databases, APIs, or other external systems, resulting in significant improvement</description>
			</item>
		
	</channel>
</rss>