<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Thiago Fernandes dos Santos</title>
    <description>The latest articles on DEV Community by Thiago Fernandes dos Santos (@pney).</description>
    <link>https://dev.to/pney</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1052483%2F9047e8ef-a438-4f5a-86b6-a66a92d9b230.jpeg</url>
      <title>DEV Community: Thiago Fernandes dos Santos</title>
      <link>https://dev.to/pney</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pney"/>
    <language>en</language>
    <item>
      <title>Ruby on Rails with RabbitMQ, is possible to have different ips for connections or channels or anything else?</title>
      <dc:creator>Thiago Fernandes dos Santos</dc:creator>
      <pubDate>Tue, 03 Oct 2023 12:18:56 +0000</pubDate>
      <link>https://dev.to/pney/ruby-on-rails-with-rabbitmq-is-possible-to-have-different-ips-for-connections-or-channels-or-anything-else-2j34</link>
      <guid>https://dev.to/pney/ruby-on-rails-with-rabbitmq-is-possible-to-have-different-ips-for-connections-or-channels-or-anything-else-2j34</guid>
      <description>&lt;p&gt;Currently, I am in the process of transitioning from Sidekiq to RabbitMQ due to encountering an issue. We have four distinct jobs, and each job requires a specific IP address for execution. I'm exploring the possibility of incorporating a VPN in the future. However, I'm uncertain if it's feasible to utilize different IPs within the same instance of RabbitMQ, given that I'm running RabbitMQ within a Docker container.&lt;/p&gt;

&lt;p&gt;The rationale behind this migration is that within my system, I need to access my API with varying IP addresses. For instance:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var express = require('express');
var app = express();

app.get('/', function (req, res) {
  console.log({req})
  console.log(req.ip)
  res.send(`Your IP: ${req.ip}`);
});

app.listen(3020, '0.0.0.0', function () {
  console.log('Example app listening on port 3020!');
});
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Think i already create the messages and now have four channels. When the message is sent to the consumer, within the consumer's logic, I make an API call in Node.js using the appropriate IP based on the channel.&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rabbitmq</category>
      <category>discuss</category>
      <category>rails</category>
    </item>
    <item>
      <title>Which Technologies are Shaping the Ruby on Rails Ecosystem in 2023?</title>
      <dc:creator>Thiago Fernandes dos Santos</dc:creator>
      <pubDate>Sun, 16 Jul 2023 22:34:15 +0000</pubDate>
      <link>https://dev.to/pney/which-technologies-are-shaping-the-ruby-on-rails-ecosystem-in-2023-576</link>
      <guid>https://dev.to/pney/which-technologies-are-shaping-the-ruby-on-rails-ecosystem-in-2023-576</guid>
      <description>&lt;p&gt;I want to know what are the best technologies for a web system using Ruby on Rails. For example, in the front-end with JavaScript, some of these technologies include Vite, MUI, Reactstrap, and Axios.&lt;/p&gt;

&lt;p&gt;But what about Ruby on Rails? Is it jQuery?&lt;/p&gt;

&lt;p&gt;What technologies are you using in your ruby ​​on rails systems?&lt;/p&gt;

&lt;p&gt;OBS: I work with this language and framework, but I don't have any senior or someone to help me and remove these doubts&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ruby</category>
      <category>rails</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
