<?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: Ricardo Monteiro</title>
    <description>The latest articles on DEV Community by Ricardo Monteiro (@rcmonteiro).</description>
    <link>https://dev.to/rcmonteiro</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%2F1593162%2F2d8e8b32-3e9a-4c5c-b421-6f31e3db5dcf.jpeg</url>
      <title>DEV Community: Ricardo Monteiro</title>
      <link>https://dev.to/rcmonteiro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rcmonteiro"/>
    <language>en</language>
    <item>
      <title>🔥Binary Search❄️</title>
      <dc:creator>Ricardo Monteiro</dc:creator>
      <pubDate>Wed, 12 Jun 2024 18:23:54 +0000</pubDate>
      <link>https://dev.to/rcmonteiro/binary-search-5hbn</link>
      <guid>https://dev.to/rcmonteiro/binary-search-5hbn</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Binary search&lt;/strong&gt; is like a super-fast game of "Hot or Cold" with a sorted list: you keep guessing the middle number, then cut the list in half based on whether you're too high or too low, finding the target in no time!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs1bi0zoj8ofrnjjjg3l2.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs1bi0zoj8ofrnjjjg3l2.gif" alt="Image description" width="220" height="151"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

&lt;p&gt;I think Binary Search is one of the first concepts every new developer learns, but I never thought to compare it to the game Hot and Cold. This community is really making me think differently!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>One beach to rule them all</title>
      <dc:creator>Ricardo Monteiro</dc:creator>
      <pubDate>Sat, 08 Jun 2024 15:53:52 +0000</pubDate>
      <link>https://dev.to/rcmonteiro/one-beach-to-rule-them-all-3nid</link>
      <guid>https://dev.to/rcmonteiro/one-beach-to-rule-them-all-3nid</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for [Frontend Challenge v24.04.17]((&lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;https://dev.to/challenges/frontend-2024-05-29&lt;/a&gt;), Glam Up My Markup: Beaches&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I created a simple responsive design using only CSS and pure JavaScript. And let me tell you... it was fun! It's so easy to use React and Tailwind, but working directly with the DOM was a refreshing and imperative experience, quite literally!&lt;/p&gt;

&lt;p&gt;My goal was to develop a nice responsive design for browsing through beaches, adding more flair with an image for each beach on its details page.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;You can test the project on my GitHub Pages:&lt;br&gt;&lt;br&gt;
&lt;a href="https://rcmonteiro.github.io/dev.challenges/24.06.beaches/"&gt;https://rcmonteiro.github.io/dev.challenges/24.06.beaches/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or check out the code in my repository:&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/rcmonteiro/dev.challenges/tree/main/24.06.beaches"&gt;https://github.com/rcmonteiro/dev.challenges/tree/main/24.06.beaches&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;The hardest part, as always, was choosing the colors and designing the layout. I love to code, but when it comes to design, it's a challenge. I really enjoyed sending direct commands to the DOM, just like in the '90s. &lt;/p&gt;

&lt;p&gt;I challenged myself not to use any external libraries, and after overcoming many (a lot) of obstacles, I believe I built something truly nice.&lt;/p&gt;

&lt;p&gt;I hope you enjoy it as well!&lt;/p&gt;

&lt;p&gt;Feel free to make any changes or play around with it; this project is under the MIT license, so you can do whatever you want! =)&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
