<?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: silas gebhart</title>
    <description>The latest articles on DEV Community by silas gebhart (@silasgebhart).</description>
    <link>https://dev.to/silasgebhart</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%2F1269810%2F104bb7de-8bb4-4955-a34f-a73e7da22a3f.jpeg</url>
      <title>DEV Community: silas gebhart</title>
      <link>https://dev.to/silasgebhart</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/silasgebhart"/>
    <language>en</language>
    <item>
      <title>Searching for Internships</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Thu, 13 Jun 2024 17:44:20 +0000</pubDate>
      <link>https://dev.to/silasgebhart/searching-for-internships-3aig</link>
      <guid>https://dev.to/silasgebhart/searching-for-internships-3aig</guid>
      <description>&lt;p&gt;Hello! As I continue my journey toward becoming a software engineer, I've been actively searching for internships to gain practical experience and build my skills. The process has been both exciting and challenging. I've learned a lot about the industry, improved my coding abilities, and discovered what it takes to stand out in a competitive field.&lt;/p&gt;

&lt;p&gt;One of the key lessons I've learned is the importance of mastering the fundamentals of HTML5, CSS, and JavaScript. These core technologies form the backbone of web development, and having a strong grasp of them has been crucial in my internship search. I've dedicated significant time to building and refining projects that showcase my abilities in these areas, from creating responsive layouts with CSS to adding interactive elements with JavaScript. Highlighting these projects in my applications has helped me demonstrate my technical proficiency and problem-solving skills to potential employers.&lt;/p&gt;

&lt;p&gt;Networking has also played a crucial role in my search. By attending meetups, participating in online forums, and connecting with professionals on LinkedIn, I've gained valuable insights and advice. These interactions have not only provided me with potential job leads but also helped me stay motivated and inspired. The journey is far from over, but with each step, I'm getting closer to securing an internship and achieving my goal of becoming a software engineer.&lt;/p&gt;

&lt;p&gt;Please leave a comment if you have any tips/tricks!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>intern</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Phase-1 Project</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Sun, 19 May 2024 22:44:12 +0000</pubDate>
      <link>https://dev.to/silasgebhart/phase-1-project-131f</link>
      <guid>https://dev.to/silasgebhart/phase-1-project-131f</guid>
      <description>&lt;p&gt;Hello! I am currently finishing up my last project for phase-1 of my program. The website is a randomizer for my favorite meals currently with ingredients and instructions on how to make it! You can see where I am at currently by visiting my Github.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/s-gebby/phase-1-javascript-project-mode"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>recipe</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>reduce() iterator</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Wed, 28 Feb 2024 02:39:57 +0000</pubDate>
      <link>https://dev.to/silasgebhart/reduce-iterator-glh</link>
      <guid>https://dev.to/silasgebhart/reduce-iterator-glh</guid>
      <description>&lt;p&gt;Hello! I forgot to post a lot of my progress so far, however we have made progress. I have been starting to record myself as I go along. I heard that if you are able to teach someone else, then you are comprehending the material. Thus, I might post on here!&lt;/p&gt;

&lt;p&gt;I have been going over array iteration! Just finished with the reduce() iterator. Below you can see the work I did. &lt;/p&gt;

&lt;p&gt;// Code your solution here&lt;br&gt;
const batteryBatches = [4, 5, 3, 4, 4, 6, 5];&lt;/p&gt;

&lt;p&gt;function batteryReducer(totalBatteries, currentBatch) {&lt;br&gt;
  return totalBatteries + currentBatch;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;const totalBatteries = batteryBatches.reduce(batteryReducer, 0);&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Reviewing Functions</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Sun, 04 Feb 2024 23:45:54 +0000</pubDate>
      <link>https://dev.to/silasgebhart/reviewing-functions-29m9</link>
      <guid>https://dev.to/silasgebhart/reviewing-functions-29m9</guid>
      <description>&lt;p&gt;Today, I decided I needed to go over functions a little more. I have really been trying to nail in some of these concepts as I know it will come back to haunt me if I don't. Anyways, just a quick check up. I'll add a small portion of what I decided to work on below. Mainly used replit and videos to follow along!&lt;/p&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%2Fhip2g2zkxemmwz13rjbu.png" 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%2Fhip2g2zkxemmwz13rjbu.png" alt="Image description" width="800" height="260"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Finishing up JS Fundamentals</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Sun, 04 Feb 2024 03:17:07 +0000</pubDate>
      <link>https://dev.to/silasgebhart/finishing-up-js-fundamentals-337j</link>
      <guid>https://dev.to/silasgebhart/finishing-up-js-fundamentals-337j</guid>
      <description>&lt;p&gt;Hello! I am currently about to finish up the JS Fund. portion of Phase 1. I was having difficulty remembering about backticks (`) when inputting certain functions and strings. Now, with a little more practice, I feel more comfortable with knowing when to use them. I am starting to understand the (&amp;amp;&amp;amp;) function and its purpose. &lt;/p&gt;

&lt;p&gt;I enjoyed working on this lab. Working on the different responses is a lot of fun!&lt;/p&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%2Fkkozqx8cp4i6b9w8oond.png" 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%2Fkkozqx8cp4i6b9w8oond.png" alt="Image description" width="800" height="611"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>First Blog Post</title>
      <dc:creator>silas gebhart</dc:creator>
      <pubDate>Wed, 31 Jan 2024 02:14:28 +0000</pubDate>
      <link>https://dev.to/silasgebhart/first-blog-post-1jp8</link>
      <guid>https://dev.to/silasgebhart/first-blog-post-1jp8</guid>
      <description>&lt;p&gt;Hello! I am marking down my first blog post and can't wait to see the progression in my posts. Enjoy!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
