<?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: Bartude</title>
    <description>The latest articles on DEV Community by Bartude (@bartude).</description>
    <link>https://dev.to/bartude</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%2F35414%2F8ca205d9-0688-4e5a-b39c-945609fec7d3.jpg</url>
      <title>DEV Community: Bartude</title>
      <link>https://dev.to/bartude</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bartude"/>
    <language>en</language>
    <item>
      <title>Building URL's to crawl based on other websites</title>
      <dc:creator>Bartude</dc:creator>
      <pubDate>Tue, 16 Apr 2019 22:17:47 +0000</pubDate>
      <link>https://dev.to/bartude/building-url-s-to-crawl-based-on-other-websites-231h</link>
      <guid>https://dev.to/bartude/building-url-s-to-crawl-based-on-other-websites-231h</guid>
      <description>&lt;p&gt;The idea behind this is that a user, upon registration, selects a number of preferences of their choosing (min/max price, region, etc..). Then based on those preferences, I'm gonna crawl/scrape other websites to find matches for those preferences (For all of these websites, these matches are found using query parameters).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Just a sidenote, this is not to steal other peoples content. The idea is to merely gather up the matches from the different websites and list them all on each users authenticated page.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I'm not sure what's the best course of action to do this. This is what I've thought of so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manually make a map for each website of the existing values and the corresponding query parameters and build the url's using the corresponding website map&lt;/li&gt;
&lt;li&gt;Use a browser automation tool like Selenium to automatically browse and build the url each time the preferences are saved (although I'm not sure these are safe to use in production)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any tips on the best way to move forward with this? (I am open to using API's that would help me do this)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>opinion</category>
    </item>
    <item>
      <title>When to install packages and their weight?</title>
      <dc:creator>Bartude</dc:creator>
      <pubDate>Tue, 11 Dec 2018 18:30:08 +0000</pubDate>
      <link>https://dev.to/bartude/when-to-install-packages-and-their-weight-2ff2</link>
      <guid>https://dev.to/bartude/when-to-install-packages-and-their-weight-2ff2</guid>
      <description>

&lt;p&gt;In web development, either working or not with a framework, the need for installing packages is almost inevitable. There are a few which are really indispensable for each and every person.&lt;/p&gt;

&lt;p&gt;Part one of my question is, what should be the deciding factors on when to install an X or Y package or not (and just develop the necessary logic yourself).&lt;/p&gt;

&lt;p&gt;Second part of my question is, do installed packages influence a lot of the web apps performance? For example, I once saw an image of a company called Spatie (which develops Laravel packages) create a web app for a client, and the list of packages they were installing was gigantic (my standards, like around 30 or 40).&lt;/p&gt;


</description>
      <category>webdev</category>
      <category>general</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Explain like I'm five: Is Test Driven Development really that used in most of the programming world?</title>
      <dc:creator>Bartude</dc:creator>
      <pubDate>Mon, 13 Nov 2017 11:38:54 +0000</pubDate>
      <link>https://dev.to/bartude/explain-like-im-five-is-test-driven-development-really-that-used-in-most-of-the-programming-world-c2m</link>
      <guid>https://dev.to/bartude/explain-like-im-five-is-test-driven-development-really-that-used-in-most-of-the-programming-world-c2m</guid>
      <description>&lt;p&gt;When I'm navigating on the big wide web that is the internet I often see job postings that require experience in TDD. I've been programming for about two years and I've never really used PHPunit(shame) because each time I finish a functionality I test it with various inputs to correct bugs. Can someone explain (like I'm five) what's the importance of programming using TDD?&lt;/p&gt;

&lt;p&gt;P.S.: I hope I've posted this in the right place cause this is my first time :p&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>explainlikeimfive</category>
      <category>tdd</category>
    </item>
  </channel>
</rss>
