<?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: Brian Bethencourt</title>
    <description>The latest articles on DEV Community by Brian Bethencourt (@devencourt).</description>
    <link>https://dev.to/devencourt</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%2F180171%2F2365bc37-cc2b-4a06-bfdf-e9acb7c4f95d.jpg</url>
      <title>DEV Community: Brian Bethencourt</title>
      <link>https://dev.to/devencourt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devencourt"/>
    <language>en</language>
    <item>
      <title>#100DaysOfCode Redux + Week 1 Review</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Thu, 25 Jan 2024 15:31:28 +0000</pubDate>
      <link>https://dev.to/devencourt/my-100daysofcode-challenge-redux-4k6j</link>
      <guid>https://dev.to/devencourt/my-100daysofcode-challenge-redux-4k6j</guid>
      <description>&lt;p&gt;Hey all 👋 &lt;/p&gt;

&lt;p&gt;Like many of you, I took on the #100DaysOfCode challenge, and yes, I fell off. The first 30 days were fun, but as life got busier, the commitment became more challenging. Twitter isn't the same as it was back in 2017 in terms of programming motivation. Have we all fully changed names to X, by the way? Asking for a friend.&lt;/p&gt;

&lt;p&gt;Rather than talking about the hundred personal reasons for my hiatus, let's just acknowledge that life happens. We all face obstacles, and that's okay. What matters is the determination to get back on track, right? So, I'm excited to announce that I'm gearing up to restart my #100DaysOfCode challenge!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here's how my first week back went...&lt;/strong&gt;&lt;br&gt;
Day 1, I decided to revisit CSS, wiping my &lt;a href="https://github.com/dev-encourt/css-exercises"&gt;CSS Practice repo&lt;/a&gt; clean to refresh my memory. Those commits didn't show up on my GitHub calendar – wonder if I messed something up there...&lt;/p&gt;

&lt;p&gt;Days 2-4, I delved into customizing Linux, explored Git for Windows, and started learning GDScript for Godot game development. Why Godot? Well, I'm all about open-source, and having the flexibility to tinker with the engine itself is a game-changer (pun intended). During this time, I also finished my foundational CSS exercises. &lt;/p&gt;

&lt;p&gt;Days 5-7, I faced my fears and created my own landing page. It took effort, but overcoming that challenge was worth it. &lt;a href="https://dev-encourt.github.io/LandingPage/"&gt;Check it out here.&lt;/a&gt; If you want to see the repo, &lt;a href="https://github.com/dev-encourt/LandingPage"&gt;you can find that here&lt;/a&gt;. The page might be a bit rough, but I'm proud of it for a first attempt with flexbox.&lt;/p&gt;

&lt;p&gt;Next up, JavaScript – the heart and soul of web development. I'm excited about it! DEV's core audience seems like it is mainly JavaScript-focused, so it feels like unlocking a new level in the coding game.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So, what can you expect from my upcoming #100DaysOfCode posts?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Progress Updates: Documenting the highs, lows, and everything in between.&lt;/li&gt;
&lt;li&gt;Challenges &amp;amp; Solutions: Sharing the challenges I face and the solutions I discover.&lt;/li&gt;
&lt;li&gt;Code Snippets: Offering bite-sized code snippets to showcase my learning.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'll be posting weekly on DEV so I'll be posting about 15 times over the duration of my challenge. Instead of posting daily updates here, I'll keep my daily #100daysofcode posts on my &lt;a href="//dev-encourt.tumblr.com"&gt;development Tumblr blog&lt;/a&gt;. Might be a strange choice of platform, but I feel like I can spam freely there without issue and it's a bit more introverted of a community. &lt;/p&gt;

&lt;p&gt;I'm grateful for the support during my first attempt, and I can't wait to continue this coding adventure with all of you! 🌟 Let's crush those 2024 coding goals together! 💪&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>codenewbie</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>#100DaysOfCode - Week 2 Review</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Wed, 18 Oct 2023 21:06:42 +0000</pubDate>
      <link>https://dev.to/devencourt/100daysofcode-week-2-review-17nl</link>
      <guid>https://dev.to/devencourt/100daysofcode-week-2-review-17nl</guid>
      <description>&lt;p&gt;Hey all! I'm going to keep this review relatively short. It has been a really tough week for me. I've had a lot go on in my personal life. Everyone in my family is either suffering a health issue or some other stress factor and it has been a lot of emotional juggling for me. Though somehow, I've been able to dedicate some time each day to code. &lt;/p&gt;

&lt;p&gt;I've paused my daily #100daysofcode updates to Twitter because that place is not very friendly to my mental health. I've instead been keeping a personal journal of my daily efforts on Obsidian and that has been going well. &lt;/p&gt;

&lt;p&gt;While week 1 was all about the basics of CSS and the box model, week 2 has been a lot about cementing those foundations and bringing them over to Flexbox. I've had a great time learning Flex because it really empowers and motivates me to learn CSS. Once you type in &lt;code&gt;display: flex&lt;/code&gt;, everything changes all at once before your eyes. From there, the rest of the algorithm just helps you position things where need be. It feels really straightforward and engaging and that's what I like the most. &lt;/p&gt;

&lt;p&gt;I've been doing well on the CSS exercises, though the Flex ones are the ones I've been having the most trouble with so far. The others have mostly been a breeze. Currently working on a company landing page, hope to have that ready for you by next week's update!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>#100DaysOfCode - Week 1 Review</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Mon, 09 Oct 2023 23:39:15 +0000</pubDate>
      <link>https://dev.to/devencourt/100daysofcode-week-1-review-5e3d</link>
      <guid>https://dev.to/devencourt/100daysofcode-week-1-review-5e3d</guid>
      <description>&lt;p&gt;Howdy there 🤠&lt;/p&gt;

&lt;p&gt;I've been lovin' that cowboy emoji recently for some reason. Also this combo is great ☝🤓  - gives me "uhm, actually..." vibes. &lt;/p&gt;

&lt;p&gt;Anyway, welcome to my first week in review! It's amazing how much can happen in just a week.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 1 &amp;amp; 2: Setup, Git, HTML
&lt;/h2&gt;

&lt;p&gt;The start of my week was mostly administrative work. I decided to take TOP's advice and make the switch from my bloated Windows 10 OS to Ubuntu. I've been trying to steer clear of video games because they tend to devour my time, so I went for a single boot option. It's only been a week, but we'll see if I come to regret that. &lt;/p&gt;

&lt;p&gt;I felt I still needed to write actual code each day and not just tinker around with Linux configs, so I jumped at TOP's first mini-project and built a recipe site inspired by "It's Always Sunny in Philadelphia." You can check it out here:&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://dev-encourt.github.io/odin-recipes/" rel="noopener noreferrer"&gt;
      dev-encourt.github.io
    &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;I've grown fond of having a small project I can put together in a couple of hours and experiment with something new each time.&lt;/p&gt;

&lt;p&gt;I also spent the first few days to read &lt;code&gt;man bash&lt;/code&gt; and actually learn how git worked. I'm gonna be in the terminal a lot, might as well make it my friend and not my enemy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 3 - 7: Literally just CSS
&lt;/h2&gt;

&lt;p&gt;Something must have happened to me in the past when I learned CSS. I think I learned about selectors, colors, fonts, and then thought, "Okay, CSS is easy; let's move on." However, the box model, which now seems simple in hindsight, definitely baffled me for a while.&lt;/p&gt;

&lt;p&gt;The past five days have been dedicated almost entirely to CSS. I've been determined to ensure that my sheet is indeed stylish and cascading. I had my eureka moment that made CSS finally click for me. It all started when someone said, "Everything in CSS is a box."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--a3TErXZp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z1tj2mgvem6k3ygpk1ll.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--a3TErXZp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z1tj2mgvem6k3ygpk1ll.png" alt="Wait... it's all boxes? meme" width="800" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That was the key, but I still didn't quite see it. It wasn't until I stumbled upon an ancient wizard in the Tubes of You who revealed the magic words to me. With just one line, all the mysteries of CSS unfolded before my eyes:&lt;br&gt;
&lt;code&gt;* { border: 1px solid red; }&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aGNVZNk2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/su0b0bhrzif6sv7asa4x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aGNVZNk2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/su0b0bhrzif6sv7asa4x.png" alt="Example of above CSS" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/SACoDGYTvVNhZYNb5a/giphy-downsized.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/SACoDGYTvVNhZYNb5a/giphy-downsized.gif" alt="Mind blown gif" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That one line of code turned the tide. Now, I'm excited to dive deeper into the world of styling and design. There's so much to explore, from animations to responsive layouts, and I'm ready to tackle it all. I just needed to visualize it in the right way.&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 3: What Lies Ahead?
&lt;/h2&gt;

&lt;p&gt;Switching to Ubuntu was a bold move, and although it brought its fair share of challenges, I'm starting to see the benefits in terms of a more streamlined development environment. &lt;/p&gt;

&lt;p&gt;I'm hype to rush to JavaScript, but I'm going to thank myself later if I have strong HTML and CSS fundamentals now. I just can't let myself get bored. My recipe site project was a small but significant step and it's really satisfying to have a tangible result of my efforts. &lt;/p&gt;

&lt;p&gt;Much like a cat, boxes are now my best friend. Thank you for joining me on this journey, and I hope you'll continue to follow my progress! 🚀👨‍💻&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>beginners</category>
    </item>
    <item>
      <title>My #100DaysOfCode Challenge</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Mon, 02 Oct 2023 23:04:01 +0000</pubDate>
      <link>https://dev.to/devencourt/my-100daysofcode-challenge-1d66</link>
      <guid>https://dev.to/devencourt/my-100daysofcode-challenge-1d66</guid>
      <description>&lt;h3&gt;
  
  
  Past
&lt;/h3&gt;

&lt;p&gt;I have had a really long, bumpy relationship with coding. I'm a naturally fast learner, so when I run into something with as many hurdles as coding, I've never had enough grit to make it through. Or at least, that's what I tell myself.&lt;/p&gt;

&lt;p&gt;At the earliest stages of my journey, I had online profiles on chat sites that I customized with HTML and CSS before I even really understood what those were.&lt;/p&gt;

&lt;p&gt;When I was in high school, I traded my Physics courses for Computer Science courses. I got to learn web design and make my own games instead of doing math on paper, what a dream! At the peak of my high school tech career, I used a Logitech webcam and my own API to design something similar to a Ring doorbell before those really got popular. &lt;/p&gt;

&lt;p&gt;Nowadays, I know enough about these technical topics to hold a conversation, but if you actually pressed me about some of them and held my feet to the fire, I probably wouldn't be able to give you solid answers. For my fellow Americans, if you had Spanish classes in high school and haven't spoken the language since, you'll know how I feel: a stuttering, bumbling mess.&lt;/p&gt;

&lt;h3&gt;
  
  
  Future
&lt;/h3&gt;

&lt;p&gt;So, I want to make an effort to fix that. How are things going to change? &lt;/p&gt;

&lt;p&gt;I've always struggled with motivation, but I've never struggled with passion. That, I've got buckets full of. So, let's take all that passion and turn it into something fruitful.&lt;/p&gt;

&lt;p&gt;You all may have heard of the &lt;a href="https://dev.to/devteam/dev-team-update-22c9"&gt;recent round of layoffs&lt;/a&gt; at Forem last week. While I was unfortunately one of the unlucky few impacted, I'm not going to let that stop me from connecting with over one million of you amazing people each and every week. &lt;/p&gt;

&lt;p&gt;I'm feeling motivated enough to do 100 Days of Code this October, so let's see how it'll turn out. With this post, I'm committing myself publicly to the challenge. Maybe a true developer will be born out of this venture.&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://www.100daysofcode.com/" rel="noopener noreferrer" class="c-link"&gt;
          #100DaysOfCode Official Website  | #100DaysOfCode
        &lt;/a&gt;
      &lt;/h2&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
        100daysofcode.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I think this time, I have a few major motivations that will make the difference: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I'm already at the best place to be a CodeNewbie: dev.to&lt;/li&gt;
&lt;li&gt;I have dream projects I want to be able to turn into reality. &lt;/li&gt;
&lt;li&gt;I'm willing to take it slow and understand that there are going to be a lot of things that I don't get the first go around. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can follow along with my daily progress on Twitter: &lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://twitter.com/bethenb1" rel="noopener noreferrer"&gt;
      twitter.com
    &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;I'll post weekly here so I don't spam you too much - and just to make it easier on the ol' wrists. 15 posts is a lot less than 100 posts. &lt;/p&gt;

&lt;p&gt;If anyone has been waiting to make the effort to learn how to code, this is your sign! I'm following &lt;a href="https://www.theodinproject.com"&gt;The Odin Project&lt;/a&gt;, so you can feel free to learn along with me at your own pace. I'm inspired by all of you and hope that I can inspire some newbies myself along the way. &lt;/p&gt;

&lt;p&gt;If I get anything wrong, feel free to leave a helpful comment! See you soon! 💕&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Top 7 Featured DEV Posts from the Past Week</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Tue, 26 Sep 2023 20:13:25 +0000</pubDate>
      <link>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-160a</link>
      <guid>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-160a</guid>
      <description>&lt;p&gt;&lt;em&gt;Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts that are published later in the week.&lt;/em&gt; &lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/srbhr" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F236396%2F1767c256-4b76-4f40-b668-ccda42509f03.png" alt="srbhr"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/srbhr/hacktoberfest-2023-the-complete-guide-1lkj" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Hacktoberfest 2023: The Complete Guide&lt;/h2&gt;
      &lt;h3&gt;Saurabh Rai ・ Sep 22 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#hacktoberfest23&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Hope you’re getting hype for Hacktoberfest 2023! &lt;a class="mentioned-user" href="https://dev.to/srbhr"&gt;@srbhr&lt;/a&gt; has a guide on how you can make the most out of this year’s event!&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/m4rri4nne" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F827329%2F8580e7aa-47d9-488d-84fe-fa6d3613aeac.jpeg" alt="m4rri4nne"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/m4rri4nne/nunit-and-c-tutorial-to-automate-your-api-tests-from-scratch-24nf" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;NUNit and C# - Tutorial to automate your API Tests from scratch&lt;/h2&gt;
      &lt;h3&gt;Alicia Marianne ・ Sep 18 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#csharp&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#api&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#testing&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;If you’ve been wanting to automate your API tests, &lt;a class="mentioned-user" href="https://dev.to/m4rri4nne"&gt;@m4rri4nne&lt;/a&gt; has got you covered. This tutorial will help you automate your API testing using NUNit and C# from scratch!&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/dumebii" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F941720%2Ff316bf93-ef0b-4bc5-aee2-5e062255d5f0.jpg" alt="dumebii"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/dumebii/congratulations-you-have-not-been-hired-21o2" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;🥳🥳Congratulations! You have not been hired&lt;/h2&gt;
      &lt;h3&gt;Dumebi Okolo ・ Sep 18 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#watercooler&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#writing&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Writing is an awesome way to break out of the shell of imposter syndrome. &lt;a class="mentioned-user" href="https://dev.to/dumebii"&gt;@dumebii&lt;/a&gt; has had so many valuable experiences, you’re sure to relate to something here.&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/codewithshahan" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F643041%2Fa7f07b39-a60c-48e3-9c01-54ef256d89f9.jpg" alt="codewithshahan"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/codewithshahan/can-self-taught-programmers-get-jobs-4f4d" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Can self-taught programmers get jobs?&lt;/h2&gt;
      &lt;h3&gt;Programming with Shahan ・ Sep 22 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;In other industries, having a degree can be of the utmost importance, but programming seems to have some exceptions. &lt;a class="mentioned-user" href="https://dev.to/codewithshahan"&gt;@codewithshahan&lt;/a&gt; contemplates the future for self-taught developers with no degree. &lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/catherineisonline" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F714379%2F0c818041-7b0b-4b95-8e86-c528c60a5e94.png" alt="catherineisonline"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/catherineisonline/what-is-strict-mode-in-javascript-phn" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What is Strict Mode in JavaScript?&lt;/h2&gt;
      &lt;h3&gt;Ekaterine Mitagvaria ・ Sep 21 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/catherineisonline"&gt;@catherineisonline&lt;/a&gt; has been putting together a very comprehensive beginner JavaScript series on DEV. Never pay for JS courses again!&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/opensauced" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2498%2Fa16cc27c-33f9-40b6-92a8-4a43f70a96ef.png" alt="OpenSauced"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F9597%2F2629be65-f045-4612-a7e9-28cd9e48bd49.jpg" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/opensauced/supercharge-your-repository-with-code-owners-4clg" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Supercharge your Repository with Code Owners&lt;/h2&gt;
      &lt;h3&gt;Nick Taylor for OpenSauced ・ Sep 21 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#github&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#security&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;As a maintainer of a repository, it’s in your best interest to automate processes as much as possible. &lt;a class="mentioned-user" href="https://dev.to/nickytonline"&gt;@nickytonline&lt;/a&gt; has a special tip on doing exactly that.&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/tota11ydev" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F7559%2Fec11ef24-a2d1-4a77-baa2-0631428bdd83.png" alt="tota11y.dev"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F551686%2Ff0514090-260b-4a34-89b0-a2b6e922d5ec.jpg" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/tota11ydev/sharing-code-snippets-on-social-media-the-accessible-way-quicka11y-cf" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Sharing Code Snippets on Social Media, the accessible way! [Quicka11y]&lt;/h2&gt;
      &lt;h3&gt;GrahamTheDev for tota11y.dev ・ Sep 19 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#socialmedia&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#a11y&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/grahamthedev"&gt;@grahamthedev&lt;/a&gt; has some advice on improving the accessibility of your code snippets on social media in less than 30 seconds! &lt;/p&gt;




&lt;p&gt;&lt;em&gt;That's it for our weekly Top 7 for this Tuesday! Keep an eye on dev.to this week for daily content and discussions...and be sure to keep an eye on this series in the future. You might just be in it!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>top7</category>
    </item>
    <item>
      <title>Hacktoberfest 2023 for Maintainers</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Mon, 25 Sep 2023 21:54:37 +0000</pubDate>
      <link>https://dev.to/devteam/hacktoberfest-2023-for-maintainers-4fhj</link>
      <guid>https://dev.to/devteam/hacktoberfest-2023-for-maintainers-4fhj</guid>
      <description>&lt;p&gt;If you're planning to maintain a project during Hacktoberfest this year…&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/ZfK4cXKJTTay1Ava29/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/ZfK4cXKJTTay1Ava29/giphy.gif" alt='Dwight from The Office US saying "Thank You"' width="480" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your dedication and hard work won't go unnoticed. It's time to set aside any impostor syndrome feelings because you're about to make a significant impact this coming month.&lt;/p&gt;




&lt;h3&gt;
  
  
  Preparing your Repo 🛠
&lt;/h3&gt;

&lt;p&gt;We want you to get the most out of Hacktoberfest, and a good part of that is going to be based on how you set up your repository to take on these new contributors. If at any time you have questions or concerns during the event, you can check out this page: &lt;a href="https://hacktoberfest.com/participation/#maintainers"&gt;https://hacktoberfest.com/participation/#maintainers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First, you'll need to opt-in to Hacktoberfest. If you don't take on these basic steps, contributors won't know if your repo is Hacktoberfest-eligible. &lt;/p&gt;

&lt;p&gt;Here's what you have to do: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add the “hacktoberfest” topic to your repository to opt-in to Hacktoberfest and indicate you’re looking for contributions.&lt;/li&gt;
&lt;li&gt;Apply the “hacktoberfest” label to issues you want contributors to help with in your GitHub or GitLab project. &lt;/li&gt;
&lt;li&gt;Add a CONTRIBUTING.md file with contribution guidelines to your repository. Include details like how to fork the repository, make changes, and submit pull requests.&lt;/li&gt;
&lt;li&gt;Adopt a code of conduct to create a greater sense of inclusion and community for contributors. It sets the tone for respectful and inclusive collaboration.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's all you need to get started! &lt;/p&gt;

&lt;p&gt;During the month of October, you will want to be ready to review pull/merge requests that are submitted from Hacktoberfest contributors. Any that are valid can be accepted by merging them, leaving an approving review, or by adding the “hacktoberfest-accepted” label.&lt;/p&gt;

&lt;p&gt;We dislike seeing spam pull/merge requests just as much as you, so please give them a spam label and close them. Pull/merge requests that have a label containing the word spam won’t be counted toward Hacktoberfest, and participants with two or more PR/MRs identified as spam will be disqualified. &lt;/p&gt;

&lt;p&gt;Please handle any other invalid contributions by closing them or labeling them as “invalid.”&lt;/p&gt;

&lt;p&gt;Here are some additional tips to ensure your repository is Hacktoberfest-ready:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Project Goals:&lt;/strong&gt; Make sure your repository has a well-defined purpose and clear goals. Document these in the README file so contributors understand the project's objectives. A well-maintained README, along with guides and examples, can make it easier for contributors to understand the codebase.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Useful Issue Templates:&lt;/strong&gt; Create templates for various types of issues (e.g., bug reports, feature requests) to ensure that contributors provide necessary information when creating issues.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Useful Tags:&lt;/strong&gt; Creating labels like “good first issue”, “beginner-friendly”, and “help wanted” are also good ways to draw attention to issues you’d like taken care of. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;License Information:&lt;/strong&gt; Ensure your project has a clear and open-source license. Without a license, contributors may be uncertain about how they can use and distribute the code. &lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Let it Shine 💫
&lt;/h3&gt;

&lt;p&gt;Once your repository is set up and ready for new contributors, you're going to want to let them know that you exist. &lt;/p&gt;

&lt;p&gt;One of the best ways to do this is on DEV! When you post about your project, use the official Hacktoberfest tag (&lt;a href="https://dev.to/t/hacktoberfest23"&gt;#hacktoberfest23&lt;/a&gt;) to increase visibility. This would be a great time to share your project goals, values, and areas that you'd really like help from either beginners or veterans. You can use &lt;a href="https://dev.to/new/hack23maintainer"&gt;this Maintainer template&lt;/a&gt; to get started. &lt;/p&gt;

&lt;p&gt;By sharing about your repo on DEV and being active during the month of October, you'll be eligible to earn the Hacktoberfest 2023 &lt;a href="https://dev.to/devteam/hacktoberfest-2023-sneak-peek-at-badges-whats-to-come-4h22"&gt;Honored Maintainer Badge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here are some other tips to boost the visibility of your project this month:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Update Project Activity:&lt;/strong&gt; Keep your project active during Hacktoberfest by regularly merging and reviewing pull requests. An active project is more likely to attract contributors.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Use Socials and Email:&lt;/strong&gt; Share announcements about your Hacktoberfest participation on your social media profiles. If you have an email list or newsletter, send out updates about your Hacktoberfest participation and any related events or opportunities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collaborate with Other Maintainers:&lt;/strong&gt; Partner with other open-source project maintainers to cross-promote each other's repositories during Hacktoberfest.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Highlight Contributions:&lt;/strong&gt; Acknowledge and celebrate contributions made during Hacktoberfest. Consider creating a "Contributors" section in your README to showcase the names or GitHub profiles of those who participated.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Remember that the goal of Hacktoberfest is to promote open-source collaboration and provide opportunities for people to contribute. Creating a positive and inviting environment in your repository will encourage participation and foster a sense of community among contributors.&lt;/p&gt;

&lt;p&gt;Leave any other prep ideas or questions in the comments below! &lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
    </item>
    <item>
      <title>Trending Discussions of the Week - 9/19/23</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Tue, 19 Sep 2023 20:21:30 +0000</pubDate>
      <link>https://dev.to/devteam/trending-discussions-of-the-week-91923-5di7</link>
      <guid>https://dev.to/devteam/trending-discussions-of-the-week-91923-5di7</guid>
      <description>&lt;p&gt;Each week, we curate the most engaging &lt;a href="https://dev.to/t/discuss"&gt;#discuss posts&lt;/a&gt; on DEV to bring them to you in one comprehensive list. From coding tips to career advice, you'll find a range of topics that are buzzing in the DEV community.&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/jaitramadandij" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m8i1J0EW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--1TqTIR0u--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/462188/df14b2fe-ab6d-4ed5-8dd5-05fad7745131.jpg" alt="jaitramadandij"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/jaitramadandij/why-do-we-get-frustrated-when-learning-something-2h43" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Why do we get frustrated when learning something?&lt;/h2&gt;
      &lt;h3&gt;Jait Ramadandi Jeke ・ Sep 16&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#learning&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @jaitramadandij knows how much it sucks to struggle in learning something new, but some pain is required to get those gains. How do you get past these obstacles in learning?




&lt;div class="ltag__link"&gt;
  &lt;a href="/ranggakd" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pCXewhnC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--4gCLVDl3--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/375441/85be4e5c-f92f-480e-83b6-0595ad496147.png" alt="ranggakd"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/ranggakd/i-hold-back-on-job-applications-compensating-with-tech-dev-blogging-and-ongoing-side-projects-this-aint-effective-innit-4f1j" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;I hold back on job applications, compensating with tech dev blogging and ongoing side projects – this ain't effective innit?&lt;/h2&gt;
      &lt;h3&gt;Retiago Drago ・ Sep 15&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @ranggakd tells an honest and common story about having a wide skillset. What would you do in his position?




&lt;div class="ltag__link"&gt;
  &lt;a href="/tigt" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vZmGELs8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--14gqF-K2--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/127429/370e6334-33ec-4c82-8937-f1a7116ddd89.jpg" alt="tigt"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/tigt/follow-ups-to-the-streets-series-3h4b" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Follow-ups to the “Streets” series&lt;/h2&gt;
      &lt;h3&gt;Taylor Hunt ・ Sep 17&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#performance&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Here, Taylor does a follow-up post on his goal to make a meaningfully fast website. If you haven't read @tigt's &lt;a href="https://dev.to/tigt/series/16560"&gt;Streets Series&lt;/a&gt;, you might wanna check it out.




&lt;div class="ltag__link"&gt;
  &lt;a href="/szabgab" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5qI3U6VH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--PyIS8Na_--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/36720/9b6106f4-f64e-47c6-8963-82a80ca0eda4.jpg" alt="szabgab"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/szabgab/what-are-the-super-powers-of-programmers-3ao0" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What are the super powers of programmers?&lt;/h2&gt;
      &lt;h3&gt;Gabor Szabo ・ Sep 13&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Superpowers allow you to do something unique or something beyond what people without those powers could do. @szabgab asks, what superpower would programmers have if they were given them?




&lt;div class="ltag__link"&gt;
  &lt;a href="/nathan_tarbert" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KaO2Xo8M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--f_XWJQBb--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/1031984/28803da9-a177-4e40-921b-14b48e505a2e.png" alt="nathan_tarbert"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/nathan_tarbert/navigating-the-open-source-landscape-finding-your-first-contribution-3fap" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;🧭 Navigating the Open Source Landscape: ⭐Finding Your First Contribution&lt;/h2&gt;
      &lt;h3&gt;Nathan Tarbert ・ Sep 13&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#github&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 The challenge often lies in finding the right project to kickstart your open-source journey, so here's @nathan_tarbert to get you started!


&lt;h3&gt;
  
  
  📚 Explore More in Our Code Chatter Series
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eYMzeofR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4zglc488wgld8ut1321u.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eYMzeofR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4zglc488wgld8ut1321u.jpg" alt="Code Chatter image" width="800" height="336"&gt;&lt;/a&gt; Want to dive deeper into the world of developer discussions and insights? Check out our &lt;a href="https://dev.to/thepracticaldev/series/24494"&gt;Code Chatter Series&lt;/a&gt; and join us as we explore the coding world, one witty question at a time.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/devteam" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DGMHY8k9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--DG4H-3cI--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/organization/profile_image/1/d908a186-5651-4a5a-9f76-15200bc6801f.jpg" alt="The DEV Team" width="150" height="150"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q9agcq3k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--vHKcEiTe--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/3/13d3b32a-d381-4549-b95e-ec665768ce8f.png" alt="" width="150" height="150"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/devteam/whats-your-ideal-coding-environment-414i" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What's Your Ideal Coding Environment?&lt;/h2&gt;
      &lt;h3&gt;dev.to staff for The DEV Team ・ Sep 18&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Top 7 Featured DEV Posts from the Past Week</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Tue, 19 Sep 2023 20:12:14 +0000</pubDate>
      <link>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-3dg4</link>
      <guid>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-3dg4</guid>
      <description>&lt;p&gt;&lt;em&gt;Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts that are published later in the week.&lt;/em&gt; &lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/jacktt" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1105551%2Fa1df8b06-fd60-4bb5-9337-f66f4e4540d8.jpg" alt="jacktt"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/jacktt/update-your-devto-articles-into-your-github-profile-4dpi" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Update your dev.to articles into your Github profile&lt;/h2&gt;
      &lt;h3&gt;JackTT ・ Sep 14 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#go&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#cicd&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#devops&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @jacktt demonstrates how you can display your most recently uploaded DEV posts on your GitHub profile page by making a README.md file.





&lt;div class="ltag__link"&gt;
  &lt;a href="/devrelbr" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F6615%2F8d2c7945-199c-44b3-9341-04f89306f188.jpg" alt="DevRel Brasil"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F783676%2Fc4448f1c-5683-420c-800e-18ac58644e41.png" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/devrelbr/tech-events-are-not-as-cool-as-you-think-from-an-organizer-perspective-2b70" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Tech Events are NOT as cool as you think (from an organizer perspective)&lt;/h2&gt;
      &lt;h3&gt;Keit Oliveira for DevRel Brasil ・ Sep 13 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#techtalks&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#braziliandevs&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#frontend&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @k8adev agrees that tech events can be super fun. However, it's important to note that without adequate funding and support, it's impossible to provide a high-quality environment, good audio, and a competent team to hold an enjoyable event. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/one-beyond" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F3332%2F18237b7a-c3e0-4b35-9ca0-868bc31ba343.png" alt="One Beyond"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1159494%2Fa999e632-7fdd-4f53-893f-f54f8cf6004b.jpg" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/one-beyond/the-5-principles-of-unit-testing-1p5f" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;The 5 principles of Unit Testing&lt;/h2&gt;
      &lt;h3&gt;David González Rueda for One Beyond ・ Sep 14 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#testing&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Get your software development to the next level with @drueda00! These 5 powerful principles of unit testing will ensure you'll be able to write lean, accurate, and easy-to-read testing code. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/bytebodger" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F337841%2F75deba0f-8d8a-476a-b62b-557c6de1bc8f.jpg" alt="bytebodger"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/bytebodger/use-cases-for-iifes-5gdg" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Use Cases for IIFEs&lt;/h2&gt;
      &lt;h3&gt;Adam Nathaniel Davis ・ Sep 13 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#typescript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @bytebodger started using IIFEs recently, so they wrote up this article to help others who've never really grasped their utility.





&lt;div class="ltag__link"&gt;
  &lt;a href="/cherryramatis" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1025053%2F6cfe3178-ceaa-4b57-bef0-925fd78baadd.jpeg" alt="cherryramatis"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/cherryramatis/bringing-more-sweetness-to-ruby-with-sorbet-types-13jp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Bringing more sweetness to Ruby with Sorbet types 🍦&lt;/h2&gt;
      &lt;h3&gt;Cherry Ramatis ・ Sep 18 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#ruby&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#sorbet&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Have you ever wanted to add type-checking to your Ruby code? Allow @cherryramatis to introduce you to type checking using the provided gem sorbet created by Stripe.





&lt;div class="ltag__link"&gt;
  &lt;a href="/sapegin" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1580%2Fbf8347bc-b7d1-47e3-ab62-e14cd70d31bd.jpg" alt="sapegin"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/sapegin/why-i-quit-open-source-1n2e" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Why I quit open source&lt;/h2&gt;
      &lt;h3&gt;Artem Sapegin ・ Sep 14 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#mentalhealth&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#burnout&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#hobbies&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
In this article, @sapegin talks about the reasons that led them to maintainer burnout, and to quitting open source after about ten years of contributing regularly, and publishing many projects.





&lt;div class="ltag__link"&gt;
  &lt;a href="/abbeyperini" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F564890%2F496b4464-61d3-4536-aea8-4637f368890d.jpg" alt="abbeyperini"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/abbeyperini/how-i-got-feedback-after-every-tech-interview-2ig4" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How I Got Feedback After Every Tech Interview&lt;/h2&gt;
      &lt;h3&gt;Abbey Perini ・ Sep 14 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#interview&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 We put a lot of time and energy into interviewing, so giving feedback is the least an interviewer can do. Here are some of @abbeyperini's tips for getting more of it.




&lt;p&gt;&lt;em&gt;That's it for our weekly Top 7 for this Tuesday! Keep an eye on dev.to this week for daily content and discussions...and be sure to keep an eye on this series in the future. You might just be in it!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>top7</category>
    </item>
    <item>
      <title>Top Featured CodeNewbie Posts (9/14/23)</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Thu, 14 Sep 2023 21:56:31 +0000</pubDate>
      <link>https://dev.to/codenewbieteam/top-featured-codenewbie-posts-91423-f3p</link>
      <guid>https://dev.to/codenewbieteam/top-featured-codenewbie-posts-91423-f3p</guid>
      <description>&lt;p&gt;&lt;em&gt;Every other week, we'll round up the CodeNewbie tag's top posts based on traffic, engagement, and a hint of editorial curation. Hope you enjoy!&lt;/em&gt; &lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/grace_harders" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--j2rW2MSw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F889160%252F027d8ca8-0151-43fc-8a34-d252989fc0df.png" alt="grace_harders"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/grace_harders/its-time-to-end-the-biggest-programming-myth-42lp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;It's Time to End the Biggest Programming Myth&lt;/h2&gt;
      &lt;h3&gt;Grace Harders ・ Sep 8 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#computerscience&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 If you still think programming is a solo sport, think again! @grace_harders is here to change your mind. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/barrymichaeldoyle" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z7ytSBuo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F41018%252F162edfc7-780a-4d8b-87ba-ddd14206256c.jpg" alt="barrymichaeldoyle"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/barrymichaeldoyle/if-i-could-start-my-dev-career-again-essential-tips-for-newbies-5fbb" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;If I Could Start My Dev Career Again: Essential Tips for Newbies&lt;/h2&gt;
      &lt;h3&gt;Barry Michael Doyle ・ Sep 11 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @barrymichaeldoyle started his Dev Career back in 2010, but what would he change if he could start it all over again?





&lt;div class="ltag__link"&gt;
  &lt;a href="/quine" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--I3O8H0-7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Forganization%252Fprofile_image%252F4224%252F9191d30a-cfa3-4f20-804a-ab1beeddec8e.gif" alt="Quine" width="150" height="150"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RLLBw9Jn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F1076147%252F29ad7dd3-1c6d-4e36-a3e1-f5b6dc9239f9.png" alt="" width="150" height="150"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/quine/how-i-made-my-first-coding-contribution-as-a-complete-beginner-2g8f" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;✨ This is how I contributed code to open source as a beginner 🚀&lt;/h2&gt;
      &lt;h3&gt;Bap for Quine ・ Sep 5 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#github&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Over at @quine, they recently made a new hire! Come check out Lorenzo's story of becoming a first-time coding contributor accompanied by his insights on how you can do the same.





&lt;div class="ltag__link"&gt;
  &lt;a href="/inovak" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qMWieXtA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F1110582%252Fdc1d5486-3a11-4605-a093-4f9aad74f0be.jpg" alt="inovak"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/inovak/the-spectrum-of-developer-entrepreneurship-566p" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;The Spectrum of Developer Entrepreneurship&lt;/h2&gt;
      &lt;h3&gt;Ivan Novak ・ Sep 8 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#coding&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#startup&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @inovak shows us how there’s a wide spectrum of entrepreneurial paths for developers, each with varying risks and rewards.





&lt;div class="ltag__link"&gt;
  &lt;a href="/evergrowingdev" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2d9r8KPs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F1027000%252F3d79f207-f265-41e7-a460-5db1a113ce57.png" alt="evergrowingdev"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/evergrowingdev/what-happens-when-you-let-go-in-programming-surprising-results-2pdd" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;🍃  What Happens When You Let Go in Programming (Surprising Results)&lt;/h2&gt;
      &lt;h3&gt;Cherlock Code 🔎 ・ Aug 17 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 What would you do if somebody told you to forget everything you know about programming? @evergrowingdev demonstrates how it just might be the key to greater heights. 




&lt;p&gt;&lt;em&gt;That's it for our top CodeNewbie posts for this week! Follow the &lt;a href="https://dev.to/codenewbieteam"&gt;CodeNewbie Team on DEV&lt;/a&gt; for more content and discussions... and be sure to keep an eye on this series in the future - you just might be in it!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>beginners</category>
    </item>
    <item>
      <title>#DEVDiscuss: JavaScript Runtimes</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Thu, 14 Sep 2023 17:41:15 +0000</pubDate>
      <link>https://dev.to/devteam/devdiscuss-javascript-runtimes-2e4d</link>
      <guid>https://dev.to/devteam/devdiscuss-javascript-runtimes-2e4d</guid>
      <description>&lt;p&gt;Time for #DEVDiscuss — right here on DEV 😎&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/thevinitgupta" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F656476%2Faf6e11c2-127a-4c54-9c06-ab48fee365af.png" alt="thevinitgupta"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/thevinitgupta/discover-bun-a-faster-modern-javascript-runtime-5fob" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Discover Bun - A Faster, Modern JavaScript Runtime&lt;/h2&gt;
      &lt;h3&gt;Vinit Gupta ・ Sep 10 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Inspired by &lt;a class="mentioned-user" href="https://dev.to/thevinitgupta"&gt;@thevinitgupta&lt;/a&gt;'s Top 7 post, tonight’s topic is... JavaScript Runtimes!&lt;/p&gt;

&lt;p&gt;You might dread another JavaScript tool, but there have been a lot of modern changes that caused JavaScript runtimes to become lighter and faster, such as: common use of JSX, yearly new releases of ECMAScript, and the popularity of TypeScript. &lt;/p&gt;

&lt;h3&gt;
  
  
  Questions:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How does the choice of JavaScript runtime affect web application performance and user experience?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;What have you noticed about how JavaScript tools have changed over the last five years?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Are there any emerging JavaScript runtimes or technologies that developers should keep an eye on?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any triumphs, fails, or other stories you'd like to share on this topic?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devdiscuss</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Trending Discussions of the Week - 9/12/23</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Tue, 12 Sep 2023 19:49:03 +0000</pubDate>
      <link>https://dev.to/devteam/trending-discussions-of-the-week-91223-4kim</link>
      <guid>https://dev.to/devteam/trending-discussions-of-the-week-91223-4kim</guid>
      <description>&lt;p&gt;Each week, we curate the most popular &lt;a href="https://dev.to/t/discuss"&gt;#discuss posts&lt;/a&gt; on DEV to bring them to you in one comprehensive list. From coding tips to career advice, you'll find a range of topics that are buzzing in the DEV community.&lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/soumyadeepdey" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FX2C9J2w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--6m4jFga3--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/1076361/716116a4-39c9-403c-b8d3-c1fc37bc71a6.jpeg" alt="soumyadeepdey"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/soumyadeepdey/what-inspired-you-to-became-a-coder-4cpc" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What Inspired You To Became A Coder? 🤔&lt;/h2&gt;
      &lt;h3&gt;Soumyadeep Dey ☑️ ・ Aug 30&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#watercooler&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Sharing your dev journey will certainly inspire others, so @soumyadeepdey asks, how did you start your craft?




&lt;div class="ltag__link"&gt;
  &lt;a href="/shricodev" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xOI5ht4b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--DQKJ7aw2--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/1127015/ce7b8a5c-96b0-437b-9313-f0078097581d.jpg" alt="shricodev"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/shricodev/devs-share-something-that-you-know-that-most-dont-17e9" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Dev's, share something you know that most don't&lt;/h2&gt;
      &lt;h3&gt;Shrijal Acharya ・ Aug 29&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 There's so much knowledge out there to learn that you have to know at least one niche or esoteric bit. Here's where to drop that strange trivia -- share it with @shricodev!




&lt;div class="ltag__link"&gt;
  &lt;a href="/jimmymcbride" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FEi_wnAz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--2NblZIoG--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/262904/ff7cff24-237b-45bb-b64e-27be6acc2355.png" alt="jimmymcbride"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/jimmymcbride/more-than-money-finding-deeper-value-in-coding-5c17" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;More Than Money: Finding Deeper Value in Coding&lt;/h2&gt;
      &lt;h3&gt;Jimmy McBride ・ Sep 8&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 A lot of people, younger @jimmymcbride included, came into programming with the promises of huge six-figure salaries. So, the question is: what do you find valuable from coding outside of the pay?




&lt;div class="ltag__link"&gt;
  &lt;a href="/gregorojstersek" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aXn1U6sR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--W9HVw0Ck--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/1124995/e9534064-7c77-44ad-a180-ed8b14e7cf83.jpeg" alt="gregorojstersek"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/gregorojstersek/what-to-look-for-when-hiring-a-new-engineer-for-your-team-ndb" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What to look for when hiring a new engineer for your team?&lt;/h2&gt;
      &lt;h3&gt;Gregor Ojstersek ・ Aug 25&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#hiring&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#interview&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
@gregorojstersek normally looks for engineers that can reasonably articulate things and can demonstrate drive, motivation for learning, as well as being a good team player. Tell us more about your team's hiring standards in the comments below!




&lt;div class="ltag__link"&gt;
  &lt;a href="/apetryla" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q4bGE8tW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--HhcThIul--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/1034978/8035c203-c843-4622-882d-6f2ac5839209.jpg" alt="apetryla"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/apetryla/mastering-conflict-resolution-8-expert-tips-to-transform-challenging-interactions-into-opportunities-4c6k" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Mastering Conflict Resolution: 8 Expert Tips to Transform Challenging Interactions into Opportunities&lt;/h2&gt;
      &lt;h3&gt;Aidas Petryla ・ Sep 7&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#management&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @apetryla shares some great ways to turn interactions into opportunities with conflict resolution! Share some strategies you use to navigate conflicts in the comments of this discussion!


&lt;h3&gt;
  
  
  📚 Explore More in Our Code Chatter Series
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eYMzeofR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4zglc488wgld8ut1321u.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eYMzeofR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4zglc488wgld8ut1321u.jpg" alt="Code Chatter image" width="800" height="336"&gt;&lt;/a&gt; Want to dive deeper into the world of developer discussions and insights? Check out our &lt;a href="https://dev.to/thepracticaldev/series/24494"&gt;Code Chatter Series&lt;/a&gt; and join us as we explore the coding world, one witty question at a time.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/devteam" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DGMHY8k9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--DG4H-3cI--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/organization/profile_image/1/d908a186-5651-4a5a-9f76-15200bc6801f.jpg" alt="The DEV Team" width="150" height="150"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q9agcq3k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--vHKcEiTe--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/3/13d3b32a-d381-4549-b95e-ec665768ce8f.png" alt="" width="150" height="150"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/devteam/code-pet-peeves-whats-yours-158l" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Code Pet Peeves: What's Yours?&lt;/h2&gt;
      &lt;h3&gt;dev.to staff for The DEV Team ・ Sep 6&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Top 7 Featured DEV Posts from the Past Week</title>
      <dc:creator>Brian Bethencourt</dc:creator>
      <pubDate>Tue, 12 Sep 2023 17:44:03 +0000</pubDate>
      <link>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-4bfl</link>
      <guid>https://dev.to/devteam/top-7-featured-dev-posts-from-the-past-week-4bfl</guid>
      <description>&lt;p&gt;&lt;em&gt;Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts that are published later in the week.&lt;/em&gt; &lt;/p&gt;





&lt;div class="ltag__link"&gt;
  &lt;a href="/novu" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F5804%2F9ecf6e75-6501-4491-874c-c566f65f4a5a.gif" alt="novu"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F820341%2F5d291561-0d60-40cf-a9d3-959dab08f1ac.png" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/novu/building-a-real-time-chat-with-websockets-novel-and-clerk-40ac" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;💬 Building a real-time chat with Websockets, Novel and Clerk 🚀🚀&lt;/h2&gt;
      &lt;h3&gt;Nevo David for novu ・ Sep 7 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#react&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 In this tutorial, @nevodavid will run you through the process of building a chat application. By the end, you’ll learn how to authenticate users with Clerk, send real-time messages via Socket.io in a React and Node.js application, and add Novel WYSIWYG editor to a React app.





&lt;div class="ltag__link"&gt;
  &lt;a href="/srbhr" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F236396%2F1767c256-4b76-4f40-b668-ccda42509f03.png" alt="srbhr"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/srbhr/swirl-an-open-source-search-engine-with-llms-and-chatgpt-to-provide-all-the-answers-you-need-1amc" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Swirl: An open-source search engine with LLMs and ChatGPT to provide all the answers you need 🌌&lt;/h2&gt;
      &lt;h3&gt;Saurabh Rai ・ Sep 6 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#machinelearning&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 A lot of time is spent going through all of the different folders and searches needed to find what you’re looking for. @srbhr found the solution to this problem in Swirl Search, an engine that can look through multiple platforms and generate data using an LLM. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/jacktt" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1105551%2Fa1df8b06-fd60-4bb5-9337-f66f4e4540d8.jpg" alt="jacktt"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/jacktt/creating-dynamic-readmemd-file-388o" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Creating Dynamic README.md File&lt;/h2&gt;
      &lt;h3&gt;JackTT ・ Sep 10 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#git&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#cicd&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#devops&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#go&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @jacktt has a weather widget in their GitHub bio that updates every six hours. How is this possible? Through the power of GitHub Actions!





&lt;div class="ltag__link"&gt;
  &lt;a href="/cherryramatis" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1025053%2F6cfe3178-ceaa-4b57-bef0-925fd78baadd.jpeg" alt="cherryramatis"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/cherryramatis/linux-filters-how-to-streamline-text-like-a-boss-2dp4" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Linux filters - How to streamline text like a boss&lt;/h2&gt;
      &lt;h3&gt;Cherry Ramatis ・ Sep 11 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#ruby&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#linux&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#vim&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 In this comprehensive guide, we'll explore the general definition of Unix philosophy, investigate the key elements of a well written script, and learn the building blocks of scripting with @cherryramatis!





&lt;div class="ltag__link"&gt;
  &lt;a href="/thevinitgupta" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F656476%2Faf6e11c2-127a-4c54-9c06-ab48fee365af.png" alt="thevinitgupta"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/thevinitgupta/discover-bun-a-faster-modern-javascript-runtime-5fob" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Discover Bun - A Faster, Modern JavaScript Runtime&lt;/h2&gt;
      &lt;h3&gt;Vinit Gupta ・ Sep 10 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#codenewbie&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 Bun is the new Javascript Runtime built from scratch to serve the modern Javascript ecosystem. But do we even need another JavaScirpt tool? Here’s @thevinitgupta with the answer to this question and more. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/opensauced" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2498%2Fa16cc27c-33f9-40b6-92a8-4a43f70a96ef.png" alt="OpenSauced"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F19970%2F6dc0f11e-a4da-4762-aed8-11f70143d31b.jpeg" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/opensauced/moneyball-for-engineers-4ki9" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Moneyball for engineers&lt;/h2&gt;
      &lt;h3&gt;Brian Douglas for OpenSauced ・ Sep 6 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#100daysofoss&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 @bdougieyo shows how green squares on GitHub are a framework that no longer holds value because it encourages the wrong metrics. Here’s how OpenSauced handles this issue. 





&lt;div class="ltag__link"&gt;
  &lt;a href="/wasp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F3369%2Fc86918f8-76a9-4b01-accf-cc257f9ee56f.png" alt="Wasp"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F982343%2F99b7a039-13b3-4eb5-820b-da74b180ddf6.jpeg" alt=""&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/wasp/build-your-own-ai-meme-generator-learn-how-to-use-openais-function-calls-1p21" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Build your own AI Meme Generator &amp;amp; learn how to use OpenAI's function calls ☎️&lt;/h2&gt;
      &lt;h3&gt;vincanger for Wasp ・ Sep 6 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#fullstack&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 In this two-part tutorial, we’re going to build a full-stack instant Meme Generator app with @vincanger! The tools you’ll need are React &amp;amp; NodeJS w/ TypeScript, OpenAI’s Function Calling API, and ImgFlip.com’s meme creator API.




&lt;p&gt;&lt;em&gt;That's it for our weekly Top 7 for this Tuesday! Keep an eye on dev.to this week for daily content and discussions...and be sure to keep an eye on this series in the future. You might just be in it!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>top7</category>
    </item>
  </channel>
</rss>
