<?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: Jewell Borders</title>
    <description>The latest articles on DEV Community by Jewell Borders (@codeupjewell).</description>
    <link>https://dev.to/codeupjewell</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%2F1017843%2Fbf06f31e-d19c-48b0-a5a4-ef669f65fb9c.JPG</url>
      <title>DEV Community: Jewell Borders</title>
      <link>https://dev.to/codeupjewell</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codeupjewell"/>
    <language>en</language>
    <item>
      <title>There's a catch</title>
      <dc:creator>Jewell Borders</dc:creator>
      <pubDate>Mon, 10 Apr 2023 22:16:59 +0000</pubDate>
      <link>https://dev.to/codeupjewell/theres-a-catch-fo5</link>
      <guid>https://dev.to/codeupjewell/theres-a-catch-fo5</guid>
      <description>&lt;p&gt;Working right now on a creating an application, that is so far interesting to me. There's a catch though, it will be one of my first "completed" application on Ruby on Rails. I say "completed" because I started on a few prior but the idea or concept wasn't enough to keep me interested as it wouldn't really have much of an impact on improving others life(or making money for that matter). As I said before, there's a catch... stay tuned!&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>ruby</category>
      <category>beginners</category>
      <category>rails</category>
    </item>
    <item>
      <title>Today I learned(3/15/23)</title>
      <dc:creator>Jewell Borders</dc:creator>
      <pubDate>Wed, 15 Mar 2023 16:38:09 +0000</pubDate>
      <link>https://dev.to/codeupjewell/today-i-learned-281a</link>
      <guid>https://dev.to/codeupjewell/today-i-learned-281a</guid>
      <description>&lt;p&gt;Recently the tech industry has been experiencing huge of lays off, Microsoft is no stranger to this. What's most interesting to me though, is the timing for a certain decision. To paraphrase an article I read;&lt;/p&gt;

&lt;p&gt;"According to Platformer, Microsoft's recent layoffs included its entire ethics and society team within the artificial intelligence organization. The tech gient is now left without a team that ensure AI product design aligns with the value of responsible AI."&lt;/p&gt;

&lt;p&gt;Microsoft is going all in on it's own AI like chat-bot, recently releasing Bing AI to it own web browser, Microsoft Edge. Microsoft recently sign a deal with GMC back in 2021 to bring ChatGPT like AI voice-asisstant to the car marker. Microsoft will also use this time to gather data to bring about it's own self-driving car. I would say this is a cause for concern with Microsoft laying off a part of their AI team, especially moving forward with everything they have in place. Only time will tell...&lt;/p&gt;

</description>
      <category>ai</category>
      <category>writing</category>
      <category>beginners</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>Today I Learned 2/11/23</title>
      <dc:creator>Jewell Borders</dc:creator>
      <pubDate>Sun, 12 Feb 2023 02:29:20 +0000</pubDate>
      <link>https://dev.to/codeupjewell/today-i-learned-4ech</link>
      <guid>https://dev.to/codeupjewell/today-i-learned-4ech</guid>
      <description>&lt;p&gt;In Ruby, symbols are immutable and primarily used as hash keys or for referencing method names. &lt;br&gt;
Immutable means they are can't be changed once set.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--61mhj_os--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/24fmwgvppbebo3zcw7ms.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--61mhj_os--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/24fmwgvppbebo3zcw7ms.png" alt="Image description" width="880" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;item[:name] = "Bread"&lt;/p&gt;

&lt;p&gt;and then &lt;/p&gt;

&lt;p&gt;item["name"] = "Bread"&lt;/p&gt;

&lt;p&gt;From the two above example, I can change the hash value of the second example as much as I like, but not the first.&lt;/p&gt;

&lt;p&gt;Another helpful tip my instructor Robert told me was:&lt;/p&gt;

&lt;p&gt;If a symbol is not already in the hash, then we can only use it to set a new value.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;h={}
p h # nothing in there yet
h[:x]=5
h["x"]=4
p h # print the entire hash
p h[:x]
p h["x"]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>beginners</category>
      <category>ruby</category>
      <category>programming</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>Has AI started to eat the world?</title>
      <dc:creator>Jewell Borders</dc:creator>
      <pubDate>Tue, 31 Jan 2023 05:29:43 +0000</pubDate>
      <link>https://dev.to/codeupjewell/has-ai-started-to-eat-the-world-2615</link>
      <guid>https://dev.to/codeupjewell/has-ai-started-to-eat-the-world-2615</guid>
      <description>&lt;p&gt;Probably and ChatGPT is just one of the many AI resources available for use. Similar to SaaS, AIaaS allows businesses to experiment with AI for varying purposes without the costly initial investments.&lt;/p&gt;

</description>
      <category>crypto</category>
      <category>web3</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
